/* INPUT FIELD CSS Copy this to your style sheet
------------------------------------------------------------- */
#contactform {
	width: 450px;
	float:left;
}
#contactform form {
	font:normal 13px/18px Tahoma, "Trebuchet MS", Arial, sans-serif;
	margin:0 0;
	padding:0;
}
#contactform fieldset {
	padding:10px 0;
	margin:0 0 15px 0;
}

#contactform form label {
	display:block;
	float:left;
	width:80px;
	padding:9px 0 0 0;
	margin:0px;
	text-align:left;
}
#contactform input.inpt, #contactform select {
	width: 280px;
	height: 24px;
	float:left;
	margin:5px 0 5px 0;
	padding: 4px 20px 4px 9px;
	background: transparent url(../style/images/input.jpg) 0 0;
	border: none;
	font:normal 13px/18px Tahoma, "Trebuchet MS", Arial, sans-serif;
	color:#8B8A88;
}

#contactform textarea {
	width: 289px;
	height: 144px;
	border: 0;
	padding:10px;
	margin:5px 0 5px 0;
	background: transparent url(../style/images/textarea.jpg) 0 0;
	font:normal 13px/18px Tahoma, "Trebuchet MS", Arial, sans-serif;
	color:#8B8A88;
}

form br {
	clear:left;
}

#contactform input.required {
	background: transparent url(../style/images/input.jpg) 0 0;
	
}

#contactform .select select:focus {
	border-color: #9b9b9b;
}

label#load {
	display: none;
}
#submit-button
	{
		background-image:url(../style/images/send.png);
background-color: transparent;
	width:105px;
	height:31px;
		border: 0;
		margin-left: 80px;
		margin-top: 10px;
		text-align: center;
		color:#8B8A88;
		font-size: 13px;
		cursor: pointer;
	}

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

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

.notes		{ background: none; }
.success	{ background: transparent url(images/ok.png) no-repeat 0 0; height:30px;}
.error		{ background: transparent url(images/error.png) no-repeat 0 0; height:30px;}
.notice		{ background: none; }

.notes,.notice,.success,.error
			{
				padding-left:40px;
				font-size:13px;
				color: #FFF;
			}

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

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

#note {width:100%; }