/**********************
 * Contact
 *********************/

#contact{
	
}
	#contact-form{
		
	}
		#contact-form p{ text-indent: 0;	}
		#contact-form label{ 
			clear: both;
			display: block;
			float: left;
			margin-top: 15px;
			width: 290px;
		}
		#contact-form input{
			display: block;
			margin-bottom: 10px;
			float: left;
		}
		#contact-form input.text{
			background: url(img/contact-input-text-bg.png) no-repeat 0 0;
			border: 0;
			height: 18px;
			margin: 0;
			padding: 4px;
			width: 290px
		}
			#contact-form input.text:focus{
				background-position: 0 -26px;
			}
		#contact-form textarea{
			background: url(img/contact-form-message-bg.png) no-repeat;
			border: 0;
			display: block;
			float: left;
			height: 138px;
			margin: 0;
			padding: 6px;
			width: 568px;
			overflow: auto;
		}
		#submit{
			background: url(img/contact-form-submit.png) no-repeat;
			border: 0;
			color: #b0b0b0;
			display: block;
			font-size: 15px;
			font-weight: bold;
			height: 30px;
			margin: 0px;
			text-shadow: 0 1px 0 #ffffff;
			width: 580px;
			_margin-top: -20px;
		}
		
		#contact-form span.error{
			background: url(img/error.png) no-repeat 0px 5px;
			display: block;
			font-size: 11px;
			float: right;
			line-height: 11px;
			padding: 3px 0px 3px 25px;
			width: 250px;
		}
		#contact .info{
			background: #b9bd70;
			color: #fff;
			font-size: 18px;
			padding: 5px;
			margin-bottom: 15px;
			border-radius: 5px 10px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		}

