@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
}

.countrycrew_container{
	width:940px;
	position:relative;
	left:10px;
	padding-left:10px;
	margin-top:10px;
}


.countrycrew_header{
	float:left;
	position:relative;
	left:70px;

	width:800px;
	margin-bottom:10px;
}
.countrycrew_image{
	float:left;
	width:800px;
	text-align:center;
	position:relative;
}

.countrycrew_blurb{
	float:left;
	width:800px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:10px;
}

.countrycrew_form{
	width:800px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	left:150px;

}

.countrycrew_send{
	margin-left:120px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#CC0000;
	border:#660000 thin dashed;
	width:700px;
	height:200px;
	text-align:center;
	padding-top:50px;
	margin-top:50px;
	margin-bottom:50px;
	
}

