/* Contact CSS */

#contactBoxTop
{
	width:570px;
	height:12px;
	margin:60px 180px 0px;
	background:url("../images/incavoContactsTop.png") center no-repeat;
}
#contactBoxBottom
{
	width:570px;
	height:10px;
	margin:0px 180px 60px;
	background:url("../images/incavoContactsBottom.png") bottom no-repeat;
}
#contactBox
{
	padding:0px 9px;
	margin:0px 180px;
	background:url("../images/incavoContactsCenter.png") center repeat-y;
	width:552px;
}
#topText
{
	padding:8px 10px 20px;
	color:#565555;
	font-size:16px;
	line-height:18px;
}
#contactBox #social
{
	margin:0px 60px;
	background:url("../images/contactsSocialBg.png") center no-repeat;
}
#contactForm
{
	width:552px;
	padding:20px 0px 0px;
}
#contactForm span
{
	color:#565555;
	font-size:18px;
	line-height:18px;
	width:160px;
	height:20px;
	float:left;
}
#contactForm input
{
	width:345px;
	height:14px;
}
#contactForm #cName
{
	padding:20px 20px 18px;
	width:512px;
	background:url("../images/nomeInputBg.png") center no-repeat;
}
#contactForm #cEmail, #contactForm #cWebsite, #contactForm #cSubject
{
	padding:21px 20px 19px;
	width:512px;
	background:url("../images/generalInputBg.png") center no-repeat;
}
#contactForm #cPurpose
{
	padding:21px 20px 19px;
	width:512px;
	height:20px;
	background:url("../images/generalInputBg.png") center no-repeat;
}
#optionSelector
{
	height:10px;
	width:352px;
	float:left;
}
#contactForm #cMessage
{/*
	padding:20px 20px 18px;
	width:512px;*/
	width:552px;
	height:142px;
	background:url("../images/messageInputBg.png") center no-repeat;
}
#contactForm #cMessage span
{
	margin:20px 0px 0px 20px;
	width:140px;
}
#contactForm #cMessage textarea
{
	height:100px;
	width:348px;
	resize:none;
	font-size:14px;
	margin:21px 20px 21px;
}
#contactForm #cSendButton
{
	margin-top:10px;
	color:#f1f1f1;
	font-size:18px;
	line-height:20px;
	text-align:center;
	background:url("../images/sendEmailButton.png") center no-repeat;
	border:none;
	width:552px;
	height:52px;
}
#contactForm #cSendButton:active
{
	background:url("../images/sendEmailButtonHover.png") center no-repeat;
}
#contactForm #cResult
{
	color:#565555;
	padding:10px;
	font-size:14px;
	border:2px solid #FFC0C0;
	margin-top:20px;
	line-height:18px;
	width:532px;
}

/* END Contact CSS */