/* INPUT FIELD CSS Copy this to your style sheet
------------------------------------------------------------- */
.disclaimer {
	margin-left: 190px;
	}
	.disclaimer_txt {
		margin-left: 5px;
		font-size: 11px;
		color: #333;
		}

#contactform {
	width: 605px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	}
#contactform form {
	font: normal 11px/18px Verdana,Tahoma;
	margin: 0 0;
	padding: 10px 0;
	width: 100%;
	}
#contactform fieldset {
	padding: 10px 0;
	margin: 0 0 15px 0;
	border: 2px solid #ffffff;
	}
* html #contactform fieldset {
	position: relative;
	margin: 10px 0 30px 0;
	padding: 20px 0;
	}
* html #contactform legend {
	position: absolute;
	top: -1.2em;
	left: 0;
	}
#contactform fieldset legend {
	font: normal bold 18px/26px Arial, Helvetica, sans-serif;
	padding: 3px 25px;
	margin-left: 30px;
	text-transform: uppercase;
	border: 0px solid #ddd;
	}
#contactform fieldset legend span {
	font: normal 10px/18px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: block;
	}
#contactform form label {
	display:block;
	float:left;
	width:200px;
	padding:6px 10px 0 0;
	margin:0px;
	text-align:right;
	color: #333333;
	line-height: 2.3em;
	}
#contactform input.inpt, #contactform textarea, #contactform select {
	width: 275px;
	font: normal 11px/18px Arial, Helvetica, sans-serif;
	padding: 5px 5px;
	margin: 3px 0 3px 0;
	background: #fefbfb;
	border: 1px solid #ddd;
	}

#contactform form .required {}

form br {
	clear: left;
	}

#contactform input.required {
	background: #fefbfb url('../images/required.gif') 98% 50% no-repeat;
	}
#contactform input.required {
	background: #fefbfb url('../images/required.gif') 98% 50% no-repeat;
	}

#contactform .select select:focus {
	border-color: #9b9b9b;
	}
#contactform form input.btn {
	background: none;
	border: none;
	}

form.c1 input:hover,textarea:hover {
	border: 1px solid #d8d8d8;
	}

/* Error / Success / Notice 
------------------------------------------------------------- */

.notes		{ background:#ffd67c; border:1px solid #a9a89c; }
.success	{ background:#ffd67c; border:1px solid #a9a89c; }
.error		{ background:#ffd67c; border:1px solid #a9a89c; }
.notice		{ background:#ffd67c; border:1px solid #a9a89c; }

.notes,.notice,.success,.error {
	color: #000;
	/*padding: 10px;*/
	width: 500px;
	/*margin: 10px;*/
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}

.notes span,.notice span,.success span,.error span {
	font-weight: bold;
	font-size: 1.2em;
	padding: 2px 40px;
	}

.notes p,.success p,.error p,.notice p {
	margin: 0px;
	padding: 0px;
	}

.notification_ok {
	border: 1px #567397 solid;
	height: auto;
	width: 500px;
	/*padding: 8px;*/
	background: #f5f9fd;
	text-align: center;
	}
