﻿table#inqury_table{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

table#inqury_table tr{
	vertical-align:middle;
}

div.attn1{
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	color: #000;
	/*background-color: #000000;*/
	vertical-align: middle;
	height: 56px;
	margin-top:20px;
	margin-left:10px;
	text-indent: 20px;
	font-weight:bold;
	width:550px;
}

table#inqury_table td.cell_label{
	width: 125px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}

table#inqury_table td.cell_label p{
	margin-left:5px;
}

table#inqury_table td.cell_input{
	width:auto;
}

form#inquiry_form input, form#inquiry_form textarea, form#inquiry_form select{
	border: 1px solid #000000;
	background-color: #fff;
}

p.note{
	vertical-align: middle;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}

div#reqinfodiv{
	margin-left:345px;
}

span.required{
	font-family: Symbol;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

#reqinfo{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

table#inqury_table td.formbuttons{
	height: 30px;
	vertical-align: middle;
}

#submit, #reset{
	width: 80px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.mailresponse{
	margin: 10px 50px 0px 50px;
}
.mailresponse h2, .mailresponse h3{
	font-family: Arial;
	color: #333;
	text-indent: 20px;
}

.mailresponse h2{
	font-size: 18px;
	font-weight: bold;
}

.mailresponse h3{
	font-size: 14px;
	font-weight: bold;
}


/*----- form error message -----*/
#msg {display:none; position:absolute; z-index:200; background:url(../images/msg_arrow.gif) left center no-repeat; padding-left:7px}
#msgcontent {display:block; background:#f3e6e6; border:2px solid #924949; border-left:none; padding:5px; min-width:150px; max-width:250px}
