

form {
	margin: 0px; padding: 0px; outline: 0px; border: 0px; line-height: 1.4; font: 0.88em/1.2em Arial, Helvetica, sans-serif; color:#999; font-stretch: normal;
}

input, textarea { 
	padding: 9px;
	border: dotted 1px #85b1de;
    border-radius: 3px;
	font: normal 13px/100% Arial, Helvetica, sans-serif;
	width: 200px;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}
	
	
	textarea { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

	
	
select 
{
	font: 0.88em/1.2em Arial, Helvetica, sans-serif; color: rgb(127, 127, 125); font-stretch: normal; resize: none;
}
label.invalid {
	background: url("contact/ico_validation.png") no-repeat 0px 0px; margin: 5px 0px 0px; padding: 0px 0px 0px 30px; height: 20px; text-align: left; line-height: 20px; display: block; white-space: nowrap;
}
label.invalid {
	background: url("contact/ico_validation.png") no-repeat 0px 0px; margin: 5px 0px 0px; padding: 0px 0px 0px 30px; height: 20px; text-align: left; line-height: 20px; display: block; white-space: nowrap;
}
label.invalid {
	color: rgb(238, 95, 95);
}
label.valid {
	background-position: 0px -100px; 
}

.container_12 {
	width: 960px; margin-right: auto; margin-left: auto; position: relative;
}
.grid_4 {
	margin-right: 10px; margin-left: 10px; float: left; display: inline; position: relative;
}


.container_12 .grid_4 {
	width: 300px;
}

.container_12 .prefix_4 {
	padding-left: 20px;
}

.container_12 .suffix_4 {
	padding-right: 20px;
}

.container_12 .push_4 {
	left: 320px;
}

.container_12 .pull_4 {
	left: -320px;
}

.contactForm p {
	text-align: left;
}
.contactForm label {
	margin: 0px 0px 4px; clear: both; display: block;
}
.contactForm input[type='text'] {
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	
	margin: 0px 0px 10px; border-radius: 2px; border: dotted 1px #85b1de;
    clear: both; font-size: 12px; float: left; -webkit-border-radius: 3px; -moz-border-radius: 3px;
}


.contactForm input[type='text'] {
	padding: 0px 10px; width: 220px; height: 20px; line-height: 35px;
}
.contactForm textarea:hover {
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}
.contactForm input[type='text']:hover {
	border-color: rgb(215, 214, 210); background-color: rgb(236, 234, 231);
}
.contactForm textarea:focus {
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}
.contactForm input[type='text']:focus {
	border-color: rgb(227, 224, 218); box-shadow: 1px 1px 3px #fff, inset 1px 1px 2px rgba(106,106,105,0.1); background-color: rgb(245, 244, 242); -moz-box-shadow: 1px 1px 3px #fff, inset 1px 1px 2px rgba(106, 106, 105, 0.1); -webkit-box-shadow: 1px 1px 3px #fff, inset 1px 1px 2px rgba(106, 106, 105, 0.1);
}
.new-aqua:hover {
	
label.invalid,
label.invalid	{display:block; line-height:20px; height:20px; white-space:nowrap; background:url(contact/ico_validation.png) no-repeat 0 0;
padding:0 0 0 30px; margin:5px 0 0; /*width:270px;*/ text-align:left;}
label.invalid	{color:#ee5f5f;}
label.valid	{background-position:0 -100px; color:#8bba49;}	
	
}
.contactForm textarea.valid {
	border-color: rgb(206, 205, 200); background-color: rgb(245, 244, 242);
}
.contactForm input.valid {
	border-color: rgb(206, 205, 200); background-color: rgb(245, 244, 242);
}
.contactForm textarea.invalid {
	border-color: rgb(237, 75, 75); background-color: rgb(237, 213, 204);
}
.contactForm input.invalid {
	border-color: rgb(237, 75, 75); background-color: rgb(237, 213, 204);
}
.contactForm .submit {
	font-family: Arial, Sans-Serif;
    font-size: 13px;
	color: rgb(106, 106, 105);
    margin: 0px; padding: 0px;
    display: block;
    
    border: dotted 1px #85b1de;
    border-radius: 3px;

	line-height: 20px;
	font-style: italic; float: left;
	width: 140px; height: 20px;
	cursor: pointer; text-shadow: #fff 1px 1px 1px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -webkit-appearance: none;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	
}
.contactForm .submit:hover {
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

.contactForm .submit:focus {
border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;}

.contactForm label.invalid {
	background: url("contact/ico_validation.png") no-repeat 0px 0px; height: 20px; line-height: 20px; white-space: nowrap;
}
.contactForm label.invalid {
	color: rgb(238, 95, 95);
}
.contactForm .LeftPart label.invalid {
	margin: 5px 0px 0px; padding: 0px 30px 0px 0px; left: 260px; width: 160px; text-align: left; position: absolute;
}
.contactForm .LeftPart label.valid {
	margin: 5px 0px 0px; padding: 0px 30px 0px 0px; left: 260px; width: 160px; text-align: left; position: absolute;
}
.contactForm .LeftPart label.invalid {
	background-position: right 0px;
}
.contactForm .LeftPart label.valid {
	background-position: right -100px;
}
.contactForm .RightPart label.invalid {
	padding: 0px 0px 0px 30px;
}
.contactForm .RightPart label.valid {
	background-position: 0px -100px; padding: 0px 0px 0px 30px; left: -34px; top: 28px; position: absolute;
}

.ValidateMsg{ display:none; clear:both; position:relative;}
.ico_false	,
.ico_true			{padding:0 0 0 30px; line-height:20px;white-space:nowrap;}
.error,
.ico_false			{color:#ee5f5f;}

.ico_false	 s,
.ico_true s		{ background:url(contact/ico_validation.png) no-repeat 0 0; display:block; height:20px; width:20px; position:absolute; top:0; left:0;}
.ico_false s		{ background-position:0 0; }
.ico_true s		{ background-position:0 -100px;}

.ico_right								{top:5px;height:0;overflow:visible;  text-align:right; margin:0; padding:0 30px 0 0;}
.ico_right		s						{left:auto; right:0 !important;}

.ValidateMsg {
	clear: both; display: none; position: relative;
}
.ico_false {
	padding: 0px 0px 0px 30px; line-height: 20px; white-space: nowrap;
}
.ico_true {
	padding: 0px 0px 0px 30px; line-height: 20px; white-space: nowrap;
}
.error {
	color: rgb(238, 95, 95);
}
.ico_false {
	color: rgb(238, 95, 95);
}
.ico_false s {
	background: url("contact/ico_validation.png") no-repeat 0px 0px; left: 0px; top: 0px; width: 23px; height: 23px; display: block; position: absolute;
}
.ico_true s {
	background: url("contact/ico_validation.png") no-repeat 0px 0px; left: 0px; top: 0px; width: 23px; height: 23px; display: block; position: absolute;
}
.ico_false s {
	
}
.ico_true s {
	background-position: 0px -100px;
}
.ico_right {
	margin: 0px; padding: 0px 30px 0px 0px; top: 5px; height: 0px; text-align: right; overflow: visible;
}
.ico_right s {
	left: auto; right: 0px !important;
}
