/* forms.css */



input {
	width:190px;
}

input.company{
width:100%;
}

input.check {
	width:20px;
}

textarea {
	width:190px;
	height:50px;
}

small {
	background-color:#e3d430;
	width:190px;
	border:1px #000 solid;
	padding-left:5px; 
	padding-right:5px;
	margin-bottom:10px;

}
#listing{
font-size:12px;
}

#listing td{
vertical-align:top;
text-align:left;
color:#000000;
}

