/* hireIt style */
@import url("/css/default.css");

.quote img{
	margin:12px 0 0 12px;
}
#products{
	text-align:center;
	margin-top:10px;
}
div.block{
	position:relative;
	height:25px;
}
div.short{
	position:absolute;
	top:0px;
	left:0px;
	width:120px;
}
div.long{
	position:absolute;
	top:0px;
	left:130px;
}
input.short{
	width:20px;
}
input.medium{
	width:82px;
}
input.medium_long{
	width:150px;
}
select.medium_long{
	width:140px;
}
input.long{
	width:190px;
}
input.longer,textarea.longer{
	width:300px;
}
