@charset "utf-8";
fieldset {
float:left;
clear:both;
width:425px;
}
fieldset.alt {
background:#fff;
}
legend {
color:#fff;
white-space:nowrap;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
letter-spacing:1px;
}
legend span {
position:absolute;
left:50px;
top:10px;
padding:2px;
background:#aca797;
width:150px;
}
label {
float:left;
width:125px;
padding:0 5px 0 0;
text-align:right;
}
fieldset ol {
padding:0;
list-style:none;
}
fieldset li {
padding:0 0 2px 0;
font-family:Verdana;
font-size:12px;
}
fieldset.submit {
background:transparent;
}
fieldset.submit ol {
margin:0 0 0 130px;
padding:0;
}
fieldset.submit li {
margin:0;
padding:0;
}
fieldset.submit legend {
display:none;
}
input {
width:200px;
margin:0;
padding:1px;
border:1px solid #3399cc;
background:#eee;
}
textarea {
width:200px;
height:150px;
margin:0;
padding:1px;
border:1px solid #3399cc;
background:#eee;
}
select {
width:200px;
border:1px solid #3399cc;
background:#eee;
}
input:focus,input.sffocus,textarea:focus,textarea.sffocus,select:focus,select.sffocus {
background:#fff;
}
