@CHARSET "UTF-8";

#conContactAddress {
	display: block;
	width: 100%;
}

	#conContactAddress p {
		line-height: 20px;
	}
	
#conContactLogo {
	float: right;
	width: 230px;
	height: 102px;
	background: transparent url('../_images/bg_logo.gif') no-repeat center;
}

.formContact fieldset {
	border: 0;
}

.formContact .conOne {
	margin: 3px 0;
}

.formContact .conOne label {
	float: left;
	width: 90px;
	text-align: right;
	margin-right: 10px;
}

.formContact .conOne label.error {
	color: red;
}

.formContact .conOne p.error {
	text-align: center;
	color: red;
	clear: both;
}

.formContact .conOne input, .formContact .conOne textarea, .formContact .conOne select {
	float: left;
	width: 320px;
	background-color: #fff;
	border: #000 1px solid;
	font-size: 11px;
	font-family: Verdana;
}

.formContact .conOne input.error, .formContact .conOne textarea.error {
	background-color: #FD9393;
}

.formContact #sSubmit {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#conErrorInfo{
	text-align: center;
	font-size: 12px;
	height: 25px;
	color: #f00;
	font-weight: bold;
}

#conThx {
	display: block;
	padding: 5px 0;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

#conGoogleMap {
	display: block;
	width: 518px;
	height: 300px;
	color: #000;
	border: 1px solid #777777;
}