/* service home */

#brandBox .mTxt{
	background:#E8E8E8 url(../img/brandTextBg.gif) no-repeat;
	width:487px;
	height:150px;
	padding:10px 16px 10px 10px;
	margin:10px 0px 15px 0px;
	line-height:20px;
}


/*inquiryBox*/

#inquiryBox h1{
	margin-left:20px;
	margin-top:10px;
}
#inquiryBox p{
	width: 560px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 175px; /*width of left column containing the label elements*/
	/*border-top: 1px dashed #ededed;*/
	height: 1%;
}

#inquiryBox label{
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 170px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	padding-top:8px;
}

#inquiryBox input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: auto;
}

#inquiryBox input,
#inquiryBox select,
#inquiryBox textarea{
	border:1px groove #4B9AC8;
	background-color:#efefef;
	font:12px Arial;
	color:#333;
}
#inquiryBox .iBtnBlue{
	width:auto;
	padding:0px 2px;
	*padding:2px 0px 0px 0px;
	height:20px;
	background:#437CC3;
	border:1px solid #92AEDD;
	font:12px Arial;
	color:#fff;
	text-align:center;
}
