/*
Author: MXSmv
*/

body {
	font-size: 14px;
	font-family: Arial;
	margin: 0;
	padding: 0;
	text-align: center;
}


#wrap {
	margin: 0 auto 0 auto;
	width: 960px;
	padding: 0;
	text-align: left;
}

/* Content */

#colLeft {
	float: left;
	width: 630px;
	padding-top: 30px;
}

#colRight {
	float: right;
	width: 310px;
	padding-top: 30px;
}





#footer {
	font-size: 11px;
	color: #999;
	margin-top: 20px;
	border-top: 3px solid #ddd;
	padding: 25px 0 50px 0;
}

#footer a:link, #footer a:visited {
	color: #888;
}

/* Misc */


.clear { clear: both; }






/* Forms */

hr {
	color: #dd1f00;
	background: #dd1f00;
	border-color: #dd1f00;
	height: 3px;
	margin-bottom: 25px;
}

.contentForm {
	padding: 5px 15px 0 15px;
}

.contentForm label, .contentForm .input, .contentForm .select, #TermsOfUse {
	display: inline;
	float: left;
	margin: 5px;
}	

.contentForm label, .formbox {
	border: 1px solid #ddd;
	background: #eee;
	color: #333;
	padding: 7px;
	font-size: 12px;
}

.contentForm .formbox {
	margin: 5px;
}
.contentForm label {
	text-align: right;
	width: 160px;
}

.contentForm label.short {
	width: 50px;
}

.contentForm .input, .contentForm .select {
	height: 30px;
	padding: 5px;
	width: 170px;
	background: #ddd;
	color: #000;
	border: 1px solid #151e27;
	position: relative;
	top: 5px;
}

.contentForm .shortinput {
	width: 60px;
}

.contentForm span.note {
	display: inline;
	float: left;
	line-height: 30px;
	padding: 7px;
	color: #666;
	font-size: 12px;
}

.contentForm span.exp {
	display: inline;
	float: left;
	line-height: 30px;
	padding: 7px;
	width: 300px;
}

.contentForm .signupError {
	color: #e8e500;
	border: 1px solid #e8e500;
	display: block;
	padding: 7px;
	margin-left: 5px;
}

.contentForm .textarea {
	background: #ddd;
	color: #000;
	border: 1px solid #151e27;
	width: 500px;
	height: 150px;
	margin: 5px;
}

.contentForm .formbreak {
	border: 1px solid #13100f;
	background: #13100f;
	font-size: 2px;
	height: 5px;
	margin: 5px 5px 0 5px;
}

.contentForm .submit, .contentForm #submit, #emailsubmit {
	display: inline;
	border: 1px solid #FFF;
	font-size: 28px;
	font-family: Arial;
	font-weight: bold;
	width: 150px;
	background: #0d1319;
	color: #FFF;
	padding: 8px;
	line-height: 48px;
	height: 48px;
}

.contentForm .submitbtn {
	padding: 10px;
	margin: 5px;
	font-size: 25px;
	cursor: pointer;
}

.contentForm .submitbtn2 {
	display: inline;
	float: left;
}

.contentForm #phone1 { width: 40px; }
.contentForm #phone2 { width: 40px; }
.contentForm #phone3 { width: 60px; }

.contentForm input.inline {
	float: none;
	display: inline;
}

.FormErrors {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.FormErrors li {
	padding: 5px;
	background: #FFF;
	border: 1px solid #FF0000;
	color: #FF0000;
	margin: 5px;
	font-weight: bold;
}

.formBlurb {
	display: inline;
	float: left;
	margin: 0;
	padding: 10px 5px 0 5px;
	
}

