
.contact { width:600px; margin-right:40px; float:left }

/* Form style */

.contact label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; font-size: 14px; margin-right:20px }

.contact input, .contact textarea, .contact select { margin: 0; padding: 5px; color: #666; background:none; border: 1px solid #ccc; margin: 5px 0; -moz-border-radius: 5px; -webkit-border-radius:5px; }

.contact input[type="text"], .contact select { width:255px }

.contact input:focus, .contact textarea:focus, .contact select:focus, .contact select:focus { border: 1px solid #999; background-color: #fff; color:#333; }

.contact input.submit {
	border:0;
	cursor:pointer;
	margin-left:175px;
	margin-top:30px;
	background:#000;
	color:#FFF;
	font-size:16px;
	padding:10px 20px;
}

.contact input.submit:hover {
	background:#5e3b8a;
}


.contact fieldset { padding:20px; border:1px solid #eee; -moz-border-radius: 5px; -webkit-border-radius:5px; }

.contact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -moz-border-radius: 5px; -webkit-border-radius:5px; }

.contact span.required{ font-size: 12px; color: #ff0000; } /* Select the colour of the * if the field is required. */

/* Style for the error message */

.contact .error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('../images/assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; margin: 10px 0; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius: 5px; -webkit-border-radius:5px; }

.contact #succsess_page h1 { background: url('assets/success.gif') left no-repeat; padding-left:22px; }

.contact textarea { width:255px; height:80px }

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('../images/assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; margin: 0 0 3px 0; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius: 5px; -webkit-border-radius:5px; }

.success_message { display: block; min-height: 22px; line-height: 22px; background:#cddfb2 url('../images/assets/success.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; margin: 0 0 3px 0; color:#1e3f00;border: 1px solid #799b50; -moz-border-radius: 5px; -webkit-border-radius:5px; }


.crypt_box td { border:none; margin:0; padding:10px 0 0 10px }
.crypt_box { height:40px }
.crypt_box a { position:relative; top:10px }
.crypt_box img { border:none !important }