form
{
margin : 0 ;
padding : 15px ;
line-height : 2em ;
background-color:whitesmoke ;
}

.btn_submit
{
background-color : #9b2 ;
color : #fff ;
border: 2px solid silver ;
cursor : pointer ;
font-family : arial, helvetica, sans-serif ;
letter-spacing : normal ;
border-radius : 10px ;
-webkit-border-radius : 10px ;
-moz-border-radius : 10px ;
-o-border-radius : 10px ;
-khtml-border-radius : 10px ;
font-size : 13px ;
}

.btn_submit:hover
{
background-color :  #fff;
color :  #9b2;
border: 2px solid silver ;
}


.btn_submit:active
{
background-color : #9b2 ;
color : #fff ;
border: 1px outset silver ;
}
