/* Forms.css - eRomance Forms */ 

input,select,textarea{
  font-size:11px;
  font-family:Verdana,Arial;
  color:828282;
}

input.submit{width:80;height:16}
input.big{width:400px;}
input.large{width:300px;}
input.med{width:175px;}
input.small{width:75px;}
input.checkbox{width:20px}

select.big{width:400px;}
select.large{width:300px;}
select.med{width:175px;}
select.small{width:75px;}

textarea.big{width:400px;height:100px;}
textarea.large{width:400;height:80px;}
textarea.med{width:400;height:60px;}

.checkbox{width:15px;}
.radio{width:15px;}

.required{
	font-size:12px;
	color:c10000;
	font-weight:bold;
}
