/****************************** forms ******************************/

label,input,select { display: block; width: 200px; float: left; margin-bottom: 10px; padding:1px; }
input.hidden { background:0; }
select { width:208px; }
select.month { width:85px; }
select.day { width:55px; }
select.year { width:65px; }
select.hour { width:60px; }
select.minutes { width:75px; }
select.ampm { width:70px; }
input.short { width:50px; }
input.vshort { width:20px; }
input.rshort { width:50px; }
label { background:0;	width: 85px; }
label.long { width: 150px; }
label.vlong {	width: 175px; }
label.message {	width: 250px; }
textarea { width:350px; height:120px; }
.left {	clear:left; }
#submitbutton{ margin-top: 15px; width: 117px; height: 26px; padding:2px; }
  