@charset "utf-8";
/* CSS Document */

.spacer{clear:both; height:1px;}

#formBox{
border:solid 1px #ccc;
background:#FCFCFC;
width:400px;
padding:14px;
}

#form h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}

#form p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}

#form label{
display:block;
font-weight:bold;
text-align:left;
width:140px;
float:left;
}

#form .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:left;
width:140px;
}

#form input{
background-color:#fff;
float:left;
font:11px Verdana, Helvetica, sans-serif, Bitstream Vera Sans;
padding:4px;
border:solid 1px #ccc;
width:200px;
margin:2px 0 20px 10px;
}

#form textarea{
background-color:#fff;
font:11px Verdana, Helvetica, sans-serif, Bitstream Vera Sans;
float:left;
padding:4px;
border:solid 1px #ccc;
width:210px;
margin:2px 0 20px 10px;
}

.button{ 
border-style:none;
clear:both;
width:125px;
height:31px;
background:url('../images/button.png') no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}

.buttonIndent{ 
border-style:none;
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:url('../images/button.png') no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}