@charset "utf-8";

#mail-form { 
    clear: both;
}

#mail-form fieldset legend { 
    font-size: 120%;
    margin: 0;
    padding: 0;
}

#mail-form fieldset dl dt, 
.preview #mail-author dt, 
.preview #mail-delivery dt { 
    float: left;
    width: 9em;
    margin-top: 0.3em;
    text-align: right;
}

.preview #mail-author dt, 
.preview #mail-delivery dt { 
    margin-top: 0;
}

.preview #mail-author dt:after, 
.preview #mail-delivery dt:after { 
    content: ":";
}

#mail-form fieldset dl dd, 
.preview #mail-author dd,
.preview #mail-delivery dd { 
    margin: 0 0 1em 9.5em;
}

#mail-form fieldset dl dd input { 
    width: 250px;
    padding: 0.2em;
    border: 1px solid black;
    font-size: 14px;
}

#mail-form fieldset dl dd select { 
    width: 250px;
}

#mail-form fieldset dl dd textarea { 
    width: 350px;
    height: 150px;
    margin-left: 0.2em;
    padding: 0.2em;
    border: 1px solid black;
    font-size: 14px;    
}

#mail-form div { 
    text-align: center;
}

.hint {
    display: none;
    position: absolute;
    right: 25px;
    width: 155px;
    border: 1px solid #c93;
    padding: 0.8em;
    background-color: #ffc;
    font-size: 85%;
}

.hint .required {
    display: block;
    color: red;
}

.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 0;
    width: 10px;
    height: 19px;
    background: url(/common/images/pointer.gif) left top no-repeat;
}

.error { 
    color: red;
}


