/*FORMS*/
div.content dt {
        line-height:19px;
        float:left;
        clear:left;
        width:150px;
        margin:0 0 15px 0;
        text-align:right;
}
div.content dt label {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size:11px;
        font-weight:bold;
        color:#4e7ba9;
        line-height:10px;
        margin-right:3px;
}
div.content dt.empty {
        display:none;
}
div.content dd {
        line-height:19px;
        margin:0 0 15px 0;
}
div.content dd label {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size:11px;
        color:#4e7ba9;
        line-height:19px;
        margin-right:10px;
}
div.content dd label.text {
        font-weight:bold;
}
div.content .textfield {
        height:17px;
        width:400px;
        border:1px solid #ababab;
        font-size:13px;
        font-family:Tahoma, Geneva, sans-serif;
        color:#173f79;
        padding:0 2px 0 2px;
        background-color: #f5f5f5;
}
div.content .textfield:hover, div.content .textfield:focus {
        background-color:#fff !important;
}
div.content .textarea {
        width:400px;
	height:200px;
        border:1px solid #ababab;
        font-size:13px;
        font-family:Tahoma, Geneva, sans-serif;
        color:#173f79;
        padding:0 2px 0 2px;
        background-color: #f5f5f5;
}
        background-color:#fff !important;
}
div.content .select {
        height:20px;
        width:256px;
        border:1px solid #ababab;
        font-size:13px;
        font-family:Tahoma, Geneva, sans-serif;
        color:#173f79;
        padding-left:2px;
        background-color: #f5f5f5;
}
div.content .select:hover, div.content .select:focus {
        background-color:#fff !important;
}
div.content .radiobutton {
        line-height:19px;
        margin-right:3px;
        vertical-align:top;
        width:14px;
        height:14px;
}
div.content .botonform {
        background: url(../img/submit_button.gif) no-repeat top left;
        border:0 none;
        cursor:pointer;
        height:20px;
        width:51px;
        font-size:0;
}
div.content .botonform:hover {
        background-position: bottom left;
}

