@charset "utf-8";
body{
	background-color:#4c5b52;
	color:#ffffff;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}
h1{
	height:20px;
	text-align:left;
	margin:0px 0px 15px 0px;
}

p{
	margin-bottom:10px;
}

#formHolder{
	text-align:left;
	width:495px;
	padding:30px 0px 0px 30px;
	font-size:11px;	
	font-family: Verdana, Geneva, sans-serif;
}
#statusMessage{
	color:#f44444;
}
/*--------------------- Send To A Friend styles ------------------------*/
.formBox{
	width:150px;
	float:left;
	margin:0px 14px 7px 0px;
	font-size:11px;
	line-height:normal;
}
.formBox input{
	border: 0;
	margin-top: 1px;
	margin-bottom: 10px;
	padding:3px;
	color:#ffffff;
	font-size:11px;	
	font-family: Verdana, Geneva, sans-serif;
	background-color:#3e4a43;
}
.textAreaBox{
	float:left;
	font-size:11px;	
	margin:0px 0px 7px 0px;
}
.textAreaBox textArea{
	width:460px;
	border: 0;
	margin-top: 2px;
	padding:3px;
	color:#ffffff;
	font-size:11px;	
	font-family: Verdana, Geneva, sans-serif;
	background-color:#3e4a43;
}

#formHolder .submitBox{
	width:458px;
	float:left;
	margin:0px 0px 7px 7px;
	text-align:right;
}
 .submitBox .submit{
	width:70px;
	height:25px;
	border: 0;
	color:#36210e;
	background-color:#dac893;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
}
