
div.popup {
    height: 513px;
    overflow-y: auto;
}

div.popup div.popup_title {
    margin: 23px 0px 0px 20px
}

div.popup_middle {
    width: 357;
    font-family: verdana;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

div.popup_middle div.popup_content {
    margin: 10px 0px 10px 20px;
    width: 337;
}

div.popup_middle div.popup_content p.sended {
    font-weight: bold;
}


table {
    width: 337;
}

table p.highlite {
    margin: 0px;
    font-weight: bold;
}

table p.error {
    margin: 0px;
    font-weight: bold;
    color: cc0000;
    line-height: 15px;
}

table p.text {
    margin: 6px 0px 0px 0px;
}

table input.short {
    width: 237px;
    height: 20px;
    border: 1px solid #b3b3b3;
    background-color: #f2f2f2;
    padding: 3px 4px 0px 4px;
    font-family: verdana;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

table input.long {
    width: 337px;
    height: 20px;
    border: 1px solid #b3b3b3;
    background-color: #f2f2f2;
    padding: 3px 4px 0px 4px;
    font-family: verdana;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

table textarea {
    width: 337px;
    height: 247px;
    border: 1px solid #b3b3b3;
    background-color: #f2f2f2;
    padding: 3px 0px 0px 4px;
    font-family: verdana;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}


