/* forms.css */

input {
	width:300px;
}

select{
width:200px;
}

.searchitem select{
width:150px;

}

.searchitem input[type="submit"]{
width:60px;

}

input.check {
	width:20px;
}

textarea {
	width:300px;
	height:90px;
}

small {
	background-color:#e3d430;
	width:190px;
	border:1px #000 solid;
	padding-left:5px; 
	padding-right:5px;
	margin-bottom:10px;
}
 td {
 font-size:12px; 
 }



