/* INPUT FIELD CSS Copy this to your style sheet
------------------------------------------------------------- */
#contactform {
	width:100%;
	-moz-border-radius:5px;
	margin-left:0px;
	margin-right:auto;
	border: 1px solid #333;
}
#contactform form {
	margin:0 0;
	padding:0;
	margin-top:20px;
	width:100%;
}
#contactform fieldset {
	padding:10px 0;
	margin:0 0 15px 0;
}


#contactform fieldset legend {
	font:normal bold 18px/26px "Trebuchet MS",Verdana,Tahoma;
	padding:3px 25px;
	margin-left:30px;
	text-transform:uppercase;
	border:0px solid #ddd;
}
#contactform fieldset legend span {
	font:normal 10px/18px Arial,Verdana,Tahoma;
	text-transform:uppercase;
	display:block;
}
#contactform form label {
	display:block;
	float:left;
	width:90%;
	text-align:left;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#contactform input.inpt, #contactform textarea {
	width:95%;
	padding:5px;
	background-color: #161616;
	margin-left: 10px;
	border: 1px solid #333;
	color: #F5E90A;
	font-size: 10pt;
}

#contactform select {
	width:95%;
	padding:5px;
	background-color: #161616;
	margin-left: 10px;
	border: 1px solid #333;
	color: #999;
}

form br {
	clear:left;
}

#contactform input.required {
	background-image: url(images/required.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #161616;
	width: 95%;
	margin-left: 10px;
	border: 1px solid #333;
	color: #F37325;
}

#contactform .select select:focus {
}
#contactform form input.btn	{
	border:none;
	width: 120px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: center;
	font-family: "Myriad Web Pro";
	text-transform: uppercase;
	background-color: #922989;
}
#contactform form input.btn:hover	{
	border:none;
	width: 120px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: center;
	font-family: "Myriad Web Pro";
	text-transform: uppercase;
	background-color: #922989;
	color: #FFF;
}

form.c1 input:hover,textarea:hover
	{
		border:1px solid #d8d8d8;
	}

/* Error / Success / Notice 
------------------------------------------------------------- */

.notes		{ background:#f0f0f0; border:1px solid #b8b8b8; }
.success	{
	border:1px solid #60a400;
	background-color: #00CC00;
	color: #FFF;
}
.error		{
	border:1px solid #FF6600;
	color: #FFF;
	background-color: #ED3227;
}
.notice		{
	border:1px solid #FFCC00;
	color: #FFF;
	background-color: #F37325;
}

.notes,.notice,.success,.error
			{
	padding:10px;
	font-size:10pt;
	color:#fff;
	width: 90%;
			}

.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%;
	color: #0F0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: 10px;
}
