/**
 * CSS-file with styles for popup windows
 *
 * @author Denis Barushev <barushev@gmail.com>
 * @since 02.03.2007
 * @version $Id: popup.css 2 2007-04-28 14:23:35Z denis $
 */
body {
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 11px;
    padding: 20px;
}

input, select {
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 11px;
}

a {
    color: #4c95bf;
}

h1 {
    font-size: 16px;
    margin: 25px 0 22px 0;
}

h2 {
    margin: 0 0 19px 0;
    font-size: 11px;
}

.logo {
    height: 45px;
    line-height: 45px;
    text-align: right;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    background: url(/media/images/logo.gif) no-repeat left top;
}

p {
    margin: 11px 0;
}

p.comment {
    color: #7f7f7f;
    border-top: 1px solid #ccc;
    padding-top: 22px;
    margin-top: 18px;
}

p.comment-links {
    border-top: 1px solid #ccc;
    padding: 18px 0 0 120px;
    margin-top: 13px;
    line-height: 200%;
}

.logo a {
    color: #1e79ae;
}

form {
    padding-top: 8px;
}

form table {
    width: 380px;
}

form table td {
    padding: 5px 0 6px 0;
    width: 120px;
}

form table td.wide {
    width: 260px;
}

form td.wide input {
    width: 254px;
}

form td.wide select {
    width: 100%;
}



form table td.short {
    width: 188px;
}

form td.short input {
    width: 182px;
}


form td.submit {
    padding: 25px 0 6px 0;
    width: 260px;
}

form td.submit input {
    width: 90px;
}


form td.submit-short {
    padding: 8px 0 6px 0;
    width: 260px;
}

form td.submit-short input {
    width: 90px;
}