﻿input.wide {width:250px;}
textarea.wide {width:250px;}
select.wide {width:256px;}

input.mediumwide {width:188px;}
textarea.mediumwide {width:188px;}
select.mediumwide {width:194px;}

input.medium {width:150px;}
textarea.medium {width:150px;}
select.medium {width:156px;}
 
input.mediumnarrow {width:100px;}
textarea.mediumnarrow {width:100px;}
select.mediumnarrow {width:106px;}

input.narrow {width:56px;} 
textarea.narrow {width:56px;}
select.narrow {width:62px;} 

input, select, textarea {
	font-size: 10px; 
	font-family: Verdana, Arial; 
	color:#333;
	background-color: #fff;
}

#form1 .wrapper {clear:left;	height:30px;}
#form1 .cell_l {float: left; width: 250px; line-height: normal;}
#form1 .cell_c {float: left; padding-left: 10px; /*width: 150px;*/}
#form1 .cell_r {float: left; padding-left: 10px;}

.form1 table {
	width: 100%;	
}

.form1 td {
	padding: 5px 20px 0px 0px;	
}
