﻿@import url('buttons.css');

input, textarea, select {
	border-color: white;
	background-color: black;
	color: white;
}
#main {
	width: 450px !important;
}
#sidebanner {
	width: 456px !important;
}

#form {
	color: white;
	position: relative;
}
#form label {
	display: block;
	float: left;
	line-height: 20px;
	height: 20px;
	margin-bottom: 6px;
	color: white;
}
.name, .age, .address, .city, .phone, .email {
	width: 60px;
}

.contactfield {
	width: 350px;
	margin-bottom: 9px;
	height: 16px;
}
.contactblock {
	width: 410px;
	height: 120px;
}
.zipfield {
	width: 60px;
	margin-right: 8px;
	float: left;
}
.cityfield {
	width: 280px;
	float: left;
}
.message {
	clear: left;
	float: none ! important;
	width: 450px ! important;
}
#reset {
	float: left;
	margin-top: 5px;
}


#submit {
	float:right;
	margin-right: 37px;
	margin-top: 5px;
}
#captcha {
	margin: 10px 0 16px 0;
	width: 426px;
}
#captcha img {
	float: left;
	margin: 0 10px 5px 0;
}
#captcha input {
	float: left;
	width: 200px;
	margin-top: 30px;
}
.mandatory {
}
.captchafield + .mandatory {
	padding: 28px 0 0 3px;
	display: block;
	float: left;
}
.lblError {
	color: red;
	position: absolute;
	left: 465px;
	top: -35px;
	width: 280px;
	padding: 3px;
	background-color: white;
	display: none;
}
.lblOK {
	color: green;
	position: absolute;
	left: 465px;
	top: -35px;
	width: 280px;
	padding: 3px;
	background-color: white;
}
