


#contact-area {
	width: 600px;
	margin-top: 0px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 420px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	border: 2px solid #ccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float:right;

}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	overflow: auto;

}

#contact-area input.submit-button {
	width: 76px;
	float: right;
	background-image:url(../Images/submit-button.png);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 32px;
	clear:both;
}

label {
	float: left;
	text-align: left;
	width: 160px;
	padding-top: 5px;
	font-size: 16px;
	color: #fff;
	line-height:32px;
	font-weight:bold;

}
