/* CSS Document */

#leftside {
	width: 483px;
	min-height: 290px;
	float: left;
}

#logo {
	width: 475px;
	height: 290px;
	float: left;
	margin: 30px 0 0 0;
}

#logo p {
	text-align: center;
	font-size: 16px;
	color: #000000;
	margin: 30px 0 0 0;
}

.errorText {
	color: #DF0000;
}


#nameError, #emailError, #txtError {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	padding: 0 0 0 5px;
	border: solid 1px #000000;
	background-color: #913C30;
	margin: 3px 0 10px 0;
	font-weight: bold;
	text-align: left;
}

#UnsuccessError {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	padding: 0 0 0 5px;
	border: solid 1px #FFFF00;
	background-color: #913C30;
	margin: 3px 0 10px 0;
	font-weight: bold;
	text-align: left;
}

#successError {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	padding: 0 0 0 5px;
	border: solid 1px #000000;
	background-color: #DAB850;
	margin: 3px 0 10px 30px;
	font-weight: bold;
	text-align: left;
}

#contact_form {
	line-height: 2.5em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 0 10px 5px;
}