* {
	margin: 0;
}

body {
	color: #003768;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;	
}

p {
	margin: 1em 0;
	padding: 0 1em;
}

a {
	color: #00aeef;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

fieldset.contact_form {
	border: none;
	padding-left: 1.4em;
}


.contact_form label {
	position: relative;
	float: left;
	width: 120px;
/* 	clear: both; */
	margin-bottom: 1em;
	*margin-bottom: 0px;
	padding: 3px 10px 3px 0;
	text-align: right;
}

.contact_form label.required {
	font-weight: bold;
}

.contact_form p {
	clear: both;
	position: relative;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	*padding: 4px 0;
}

.contact_form input {
	position: relative;
	float: left;
	width: 200px;
	border: none;
	border: 1px solid #999;
	padding: 3px;
}

.contact_form input:focus, .contact_form textarea:focus {
	border-color: #00aeef;
}

.contact_form textarea {
	position: relative;
	float: left;
	width: 200px;
	height: 80px;
	border: 1px solid #999;
	padding: 3px;
}

.contact_form input.btn_sign_up {
	width:auto;
	height: auto;
	border: none;
	clear: both;
	float: left;
	position: relative;
	padding-left: 130px;
}

.btn_form_wrap {
	*padding-top: 10px;
	padding-left: 154px;
	*padding-left: 134px;
	position: relative;
/* 	background-color: yellow; */
}

.btn_submit_form {
	display: block;
	background-image: url(../images/subpage/btn_submit_form_sprite.gif);
	background-position: 0 0;
	width: 94px;
	height: 29px;
}

.btn_submit_form:hover {
	background-position: 0 100%;
}

div.error {
	color: red;
	padding-left: 134px;
	font-size: 0.9em;

}
