/* General styles * - in this case they are included in template css /

/* 
#customform { padding:5px; width:320px; margin-left:10px;margin-right:0px;}
.submitButton { width:200px; text-align:center;}
#customform p label {float:left; width:90px; }
#customform p input{ float:left; width:193px;}
#customform p select { float:left; width:200px;}
#customform p { clear:both; }
#customform .field { float:left; width:205px; margin-bottom:10px;}
#customform .field input { float:none;}

*/