@charset "UTF-8";
/* CSS Document */

form	{
	margin-top:20px;
	}
	
.contact_label	{
	color:#fff;
	font-size:1.4em;
	width:148px;
	padding-right:5px;
	text-align:right;
	}

.text_box{
	border:none;
	background-color:#C3C3CE;
	color:#000;
	font-size:1.4em;
	width:247px;
	height:19px;
	padding:1px 0 0 3px;
	}
	
textarea {
	font-family:Arial, Helvetica, sans-serif;
	height:75px;
	font-size:1.4em;
	border:none;
	background-color:#C3C3CE;
	color:#000;
	font-size:1.4em;
	width:247px;
	padding:1px 0 0 3px;
	}
			
select	{
	background:#c3c3ce;
	color:#000;
	width:160px;
	margin:20px 0 20px 0;
	}
		
#form_bg	{
	float:left;
	width:608px;
	height:375px;
	margin-top:52px;
	background:#6E6D81;
	}
	
.confirm_message	{
	font-size: 1.6em;
	margin: 15px;
	}
	
.confirm_highlight	{
color: #f07714;
}

form#paypal_form	{
margin-left: 225px;
}

form#payment_form input#amount	{
width: 47px;
}

form#payment_form input#ref	{
width: 102px;}

form#payment_form select	{
width: 60px;
}
	
#details_top	{
	width:452px;
	padding:20px 0 20px 156px;
	border-bottom:solid 1px #C3C3CE;
	}

#details_top h2	{
	font-size:1.6em;
	}

#details_top_rel	{
	width:552px;
	padding:10px 0 10px 56px;
	border-bottom:solid 1px #C3C3CE;
	}

#details_top_rel h2	{
	font-size:1.6em;
	}

#details_top_rel p	{
	font-size:1.2em;
	}
	
.form_text	{
	font-size:1.2em;
	padding:0 15px 0 5px;
	}	
	
.submit	{
	border:none;
	background:#8b8a9c url(../images/more_button.jpg) right no-repeat;
	width:120px;
	height:20px;
	margin:0 0 1px 0;
	color:#FFF;
	font-weight:bold;
	text-align:left;
	padding-left:3px;
	}
	
.submit:hover	{
	color:#000;
	background:#8b8a9c url(../images/more_button_over.jpg) right no-repeat;
	}

.submit2	{
	border:none;
	background:#8b8a9c url(../images/more_button.jpg) right no-repeat;
	width:155px;
	height:20px;
	margin:0 0 1px 0;
	color:#FFF;
	font-weight:bold;
	text-align:left;
	padding-left:3px;
	}
	
.submit2:hover	{
	color:#000;
	background:#8b8a9c url(../images/more_button_over.jpg) right no-repeat;
	}
	
#address	{
	margin:52px 5px 0 5px;
	padding-left:5px;
	line-height:1.8em;
	}

.header_orange	{
	color:#F07714;
	font-weight:bold;
	}
	
.address_text	{
	font-size:1.4em;
	}
	
#address a.button:link, #address a.button:visited	{
	color:#FFF;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	display:block;
	height:19px;
	width:150px;
	margin-top:25px;
	padding:1px 0 0 5px;
	background:#8b8a9c url(../images/more_button.jpg) top right no-repeat;
	}
	
#address a.button:hover	{
	color:#000;
	background:#8b8a9c url(../images/more_button_over.jpg) top right no-repeat;
	}	

.find_link:link, .find_link:visited	{
	color:#FFF;
	font-size:1.2em;
	}
	
.find_link:hover	{
	color:#F07714;
	}	
	
#thank_you p	{
	font-size:1.2em;
	padding:20px 20px 20px 156px;
	}

#find_us p	{
	font-size:1.2em;
	padding:20px 0 0 156px;
	}

#map_wrapper	{
	position:relative;
	}
