

 form.form1, button.form1{border:0; margin:0; padding:0;}
h1.form1,p.form1 {text-align:center}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:480px;
padding:2px;
height:389px;
font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;

}


/* ----------- stylized ----------- */
#stylized{
/*border:solid 2px #b7ddf2;
background:#ebf4fb url("temp/tulips2.jpg") no-repeat; */
background:url("temp/tulips2.jpg") no-repeat; */
background-position : bottom right;

}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;

}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:10px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:250px;
float:left;
padding-bottom:10px;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:200px;
}
#stylized input{
float:left;
font-size:16px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
height:30px;
}


#stylized input:hover, input:focus{background-color:#73add7;
}



#stylized button{
clear:both;
margin-left:200px;
width:125px;
height:40px;
background-color:skyblue;
background:url(images/button.gif) no-repeat;
padding-left:15px;
line-height:40px;
color:navy;
font-size:14px;
font-weight:bold;

}


