@charset "utf-8";
/* CSS Document */

#form-roundbox{
 width:auto; height:auto; background:#5acdf8; padding:20px; 
 -moz-border-radius: 20px;
 -webkit-border-radius: 20px;
 -khtml-border-radius: 20px;
 border-radius: 20px; 
}

#form-roundbox input{
 width:250px;
 margin-bottom:20px;
} 

#form-roundbox textarea{
 width:250px;
}

#form-roundbox input.btnSubmit{
 width:75px;
 margin-bottom:20px;
} 

#form-roundbox input.btnReset{
 width:75px;
 margin-bottom:20px;
} 

#form-roundbox span{
font-size:12px;
font-family:Verdana, Geneva, sans-serif;
} 