#niceform p,#niceform h1,#niceform form,#niceform button{border:0; margin:0; padding:0;}
/* ----------- My Form ----------- */
#niceform{
margin:0 auto;
width:400px;
padding:12px;
}
/* ----------- stylized ----------- */
#niceform{
margin-top:20px;
margin-bottom:20px;
border:solid 2px #89B850;
background:#D4FFB9;
}
#niceform h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#niceform p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#niceform label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#niceform .note{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#niceform input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#niceform button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}
/**************/
#form{
float:left;
padding:10px;
margin-right:10px;
width:300px;
text-align:left;
}
#form span.title{
display:block;
font-size:14px;
font-weight:bold;
margin:0px auto;
width:300px;
margin-bottom:25px;
}
#form ul{list-style:none;}
#form ul li{
width:300px;
float:left;
padding-bottom:10px;
margin-bottom:10px;
border-bottom:0px solid #dfdfdf;
}
#form ul li label{
width:300px;
float:left;
display:block;
}
#form ul li span.note{
float:left;
clear:both;
display:block;
font-size:.8em;
color:#666666;
padding-top:4px;
padding-bottom:2px;
}
#form input, #form textarea, #form select{width:300px; float:left;}
#form input.inline{
width:10px !important;
height:20px !important;
display:inline !important;
float:left !important;
}
#form textarea{
height:200px;
width:682px;
}

