
/*** Inquire **************************************************************************/

#Inquire {
	width: 500px;
	margin: 30px auto;
}

#Inquire dl {
	
}

#Inquire dt {
	clear: left;
	float: left;
	width: 150px;
	margin-bottom: 10px;
}
#Inquire dd {
	margin-bottom: 10px;
}

.center input {
	width: 200px;
}

em {
	font-size: x-small;
	line-height: 1.5em;
	font-weight: bold;
	color: #FF0000;
}













