input.txt {
 font-family: Verdana;
 font-size: 11px;
 width: 250px;
}

div.txt-locked {
 background-color: #FDFDFD;
 border: 1px solid #CCCCCC;
 height: 15px;
 padding: 2px 0px 0px 3px;
 width: 250px;
}

input.but {
 font-family: Verdana;
 font-size: 11px;
}

select.typ1 {
 font-family: Verdana;
 font-size: 11px;
 width: 256px;
}

textarea.typ1 {
 font-family: Verdana;
 font-size: 11px;
 height: 80px;
 width: 300px;
}

.error {
 font-family: Verdana;
 font-size: 11px;
 font-weight: bold;
 color: #FF0000;
 text-decoration: none;
}

.mandatory {
 color: #003366;
 font-weight: bold;
}