/* BOX */
#boxInquiry {
	float:right;
	width:198px;
	min-height:443px;
	border-radius:0 0 0 5px;
	background:#ececec url(../../../templates/web/images/box-inquiry.png) 0 0 no-repeat;
	padding:0 13px 0 22px;	
}
#boxInquiry .title {
	height:28px; line-height:30px; vertical-align:middle;
	font-size:14px;
	color:#3a3a3a;
	margin-bottom:11px;
}
#boxInquiry .info {
	font-size:90%;
	color:#6e6f70;
	margin-bottom:12px;
}

#boxInquiry .inputText,
#boxInquiry textarea {
	width:168px;
	background:#b4b4b4;
	padding:10px 15px;
	border:0;
	margin-bottom:11px;
}
#boxInquiry textarea {
	height:80px;
}
#boxInquiry .infoSelect {
	padding-top:3px;
	margin-bottom:7px;
}
#boxInquiry select {
	width:198px;
	padding:7px;
	margin-bottom:14px;
}
#boxInquiry .contactBoxSpam {
	margin-bottom:13px;
}
#boxInquiry .contactBoxSpam img {
	float:left;
	margin-right:4px;
}
#boxInquiry #frmContactBox-code {
	float:left;
	padding:4px 6px 4px;
	border:1px solid #bbb;
	width:100px;
}
#boxInquiry .btnSubmitHolder {margin-bottom:10px;}
#boxInquiry .btnSubmit {
	background:url(../../../templates/web/images/box-inquiry-submit.png) right center no-repeat;
	height:20px;
	padding-right:17px;
	padding-bottom:1px;
	font-weight:bold;
	color:#cf2d1e;
	border:0;
}
#boxInquiry .btnSubmit:hover {
	text-decoration:underline;
}
/*errors*/
#boxInquiry .errors {
	margin:0 0 11px 16px;
	font-weight:bold;
	color:#e01817;
}

/* DEFAULT */
.tableForm th,
.tableForm td {
	padding:4px 3px 4px 0;
}
.tableForm input[type=text] {
	padding:5px;
	width:230px;
	border:1px solid #d6d6d6;
	border-bottom-color:#ccc;
}
.tableForm select {
	width:242px;
	padding:4px;
	border:1px solid #d6d6d6;
	border-bottom-color:#ccc;	
}
.tableForm textarea {
	width:460px;
	height:220px;
	padding:5px;	
	border:1px solid #d6d6d6;
	border-bottom-color:#ccc;		
}
.tableForm input[type=text]:focus,
.tableForm textarea:focus,
.tableForm select:focus {
	border-color:#999;
}
.tableForm .code img {float:left; margin-right:5px;}
.tableForm #frmContact-code {float:left; width:100px; padding:4px;}
.tableForm .info td {padding:10px 3px 10px 0; color:#555; font-size:90%;}
.tableForm .info td .red {font-size:14px;}

#modContactForm {padding:10px 0;}
#modContactForm th {width:115px;}

#modContactForm .btnSubmit {
	margin-top:5px;
	width:85px; height:35px;
	color:#fff; font-weight:bold;
	background:#8e0306 url(../../../templates/web/images/button.png) 0 0 no-repeat;
	border:0;
}
