#formINQ{
	padding:10px;	
}
form{
	padding:0px;
}

label{
	padding:5px 10px 0 0;
	float:left;
}
input,textarea{
	margin:0 0 0px 0px;
	width:170px;
	font:1em;
}
select, options{
	margin:0 0 5px 0px;
	width:175px;
	font:1em;
	height:20px;
}
input:focus,textarea:focus {
	background-color: #f8dbdb;
}

#send  {
	background: #FF3FFF url(images/css-form-send.gif) no-repeat 8px 50%;
	border:none;
	width:160px;
	padding:0px 8px 4px 18px;
	/*border-radius:15%; /* Don't expect this to work on IE6 or 7 */
	/*-moz-border-radius:15%;
	-webkit-border-radius:15%;			*/
	color:#fff;
	margin-left:10px; /* Total width of the labels + their right margin */
	cursor:pointer;
	}
	
#send:hover { 
		background-color:#006633;
}
.checkboxform{
	width:25px;
	float:left;
	background-color:none;
	border:none;
}
.calendarDateInput{
	width:73px;
	height:20px;
	padding:0;
}
.dateselect{
	width:70px;
	padding:0px;
}
.timeselect{
	width:250px;
	background-color:none;
}
.inqcomment{
	width:240px;
}