form {
font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
form, button{
border:0; margin:0; padding:0;
}
.spacer{
clear:both; height:1px;
}
.myform {
margin:0 auto;
width:400px;
padding:14px;
}
#stylized{
/*border:solid 2px #91DA0F;*/
/*border:solid 2px white;*/
/*background:#CFE7B3;*/
/*background: #BDBDBD;*/
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
color: #000;
}
#stylized p {
font-size:11px;
color:#666666;
}
#stylized a:link,
#stylized a:visited,
#stylized a:active,
#stylized a:hover {
color: #000000;
}
#stylized p.top {
margin-bottom:20px;
border-bottom:solid 1px #91DA0F;
padding-bottom:10px;
}
#stylized p.bottom {
margin-top:20px;
border-top:solid 1px white;
padding-top:10px;
}
#stylized label{
display:block;
margin-top: 5px;
font-weight:bold;
text-align:right;
width:140px;
/*color: #000;*/
color: white;
float:left;
}
#stylized .small{
/*color:#666666;*/
color: white;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input,
#stylized textarea,
#stylized select {
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 10px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(/button.png?cms) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}
#stylized b {
color: white;
}