/* CSS Document */
#contactform{

}


#contactform label {
	width:98px;
	display: block;
	float:left;
	margin-right: 5px;
	font-weight: bold;
}

#contactform p {
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	display: block;
	float:left;
	width: 290px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*border: 1px solid #FF0000;*/
	height:20px;
}

#contactform .plarge {
	width: 595px;
	/* border: 1px solid #FF0000; */
	height:auto;
}




#contactform .defaultinput{
	width:180px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A29694;
	background-color: #FFFFFF;
	border: 1px solid #A29694;
	float: left;
}


#contactform .largeinput{
	width:480px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A29694;
	background-color: #FFFFFF;
	border: 1px solid #A29694;
	float: left;
}

#contactform .button {
	width: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #A29694;
	padding: 5px;
	clear: left;
	float: right;	/* border: 1px solid #FF0000; */
	font-weight: bold;
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	margin-left: 5px;
}

#warning {
	color: #CC0000;
	border: 1px solid #A29694;
	background-color: #eeeeee;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#contactHeader {
/*	background-image: url(../images/pages/contact/contact_thumb.gif);
	background-repeat: no-repeat;
	background-position: right top;*/
	height: 95px;
}


#content {
	background-image: url(../images/pages/contact/contact_thumb.gif);
	background-repeat: no-repeat;
	background-position: 488px 10px;
}
