
/* .......................... C O N T A C T        F O R M ................................... */


#formcontent {
		position: relative;
		background:url("../img/bgform.png")0px 0px no-repeat;
		width:960px;
		margin: 260px 0 0 10px;
		
		
}

.bgform {
				
		height:550px;
		font-family: 'Cuprum', sans-serif;
		font-size: 20px;
		color: #c45700;
		letter-spacing: -1px;
		opacity:1;
		
		
	
	}
	

#left{
		width:350px;
		float:left;
		margin:230px 0 0 15px;
}
	
#right{
		width:400px;
		float:left;
		margin:230px 0 0 100px;
}
		

#name{
		width:230px;
		padding:0 0 0 10px;
		background-color: rgba(255, 0, 0, 0);
		border:none;
		border-bottom: solid #ce6b0a 1px;
		font-family: 'Cuprum', sans-serif;
		font-size: 20px;
		color: #65635f;
		letter-spacing: -1px;
}


.labelName{
		margin:0 0 0 60px;		
		border-bottom: solid #ce6b0a 1px;
}



#email{
		width:235px;
		margin:20px 0 0 -5px;
		padding:0 0 0 10px;
		background-color: rgba(255, 0, 0, 0);
		border:none;
		border-bottom: solid #ce6b0a 1px;
		font-family: 'Cuprum', sans-serif;
		font-size: 20px;
		color: #65635f;
		letter-spacing: -1px;
}


.labelEmail{
		margin:0 0 0 60px;		
		border-bottom: solid #ce6b0a 1px;
}





#phone{
		width:230px;
		margin:20px 0 0 -5px;
		padding:0 0 0 10px;
		background-color: rgba(255, 0, 0, 0);
		border:none;
		border-bottom: solid #ce6b0a 1px;
		font-family: 'Cuprum', sans-serif;
		font-size: 20px;
		color: #65635f;
		letter-spacing: -1px;

}


.labelPhone{
		margin:0 0 0 60px;		
		border-bottom: solid #ce6b0a 1px;
}





#comments{
		width:300px;
		margin:26px 0 0 -60px;
		padding:0 0 0 5px;
		background-color: rgba(255, 0, 0, 0);
		border:none;
		border: solid #ce6b0a 1px;
		font-family: 'Cuprum', sans-serif;
		font-size: 18px;
		color: #65635f;
		letter-spacing: -1px;

}


.labelComments{
		margin:0 0 0 80px;
		padding: 0 0 5px 0;
		float:left;
		vertical-align: top;
}



#submit{
		margin:0px 0 0 310px;	
		border:none;
		width: 80px;
		height:45px;
		text-indent: -9999px;
		background:url("../img/send.png")no-repeat;

}


#submit:hover{
		
		background:url("../img/send2.png")no-repeat;
		margin-right:10px;

}


#formcontent label.error {
		font-size:0.7em;
		color:#65635f;
		display:block;
		text-align:right;
		letter-spacing: 0px;
}

#formcontent input.error, #formcontent select.error {
		background: #aa9f89;
}


#right label.error {
		margin: 0 65px 0 0;
}

#right input.error, #right select.error {
		background: #aa9f89;
}





#thankyou {
		width:300px;
		margin:120px 0 0 310px;
		opacity:0;

}



#tnxheading{
		
		margin:40px 0 0 100px;
}


