/* @override http://localhost:8888/FabMusic2/public_html/css/contact.css */
p.info{
	display: block;
	width: 600px;
	margin: 0 auto;
	font-size: 1.4em;
}

#contactForm{
	width: 480px;
	margin: 10px auto 0;
	background: url(../images/contact/contactBG.png) no-repeat;
	height: 530px;
	padding: 10px 0 0 30px;
}

#contactForm input{
	font-size: 1.4em;
	color: #333;
}

#contactForm label{
	display: block;
	margin: 10px 0 2px 0;
	font-size: 1.4em;
	color: #251f0f;
	font-weight: bold;
}

#contactForm textArea{
	font-size: 1.4em;
	width: 380px;
	height: 250px;
	color: #333;
}

div.input-wrapper{
	position: relative;
}

#contactForm label.error{
	position: absolute;
	color: red;
	font-size: 1em;
	top: -28px;
	left: 100px;
	font-weight: normal;
}

#contactForm #send{
	text-decoration: none;
	color: #251f0f;
	background: #cbe9ea;
	width: 100px;
	display: block;
	padding: 5px;
	border: solid 3px #251f0f;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	cursor: pointer;
	margin: 0 0 0 140px;
}

#contactForm #send:hover{
	background: #251f0f;
	color: #cbe9ea;
}