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

.leftCol {
	float: left;
	margin-right: 20px;
	padding: 20px 0 0 0;
	width: 600px;
}

.rightCol {
	float: right;
	padding: 20px 0 0 0;
	width: 270px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

a.arrow-link {
	background: url(../images/white-arrow.gif) no-repeat 0px 2px;
	padding: 0 0 4px 22px;
}

#contactUs {
	display: none;
	padding: 30px 0 30px 0;
}

#contactUs br {
	clear: both;
}

/** FORM LOADING **/
#form-loading {
	background: url(../images/loading.gif) no-repeat;
	float: left;
	height: 100px;
	margin: 100px 0 0 120px;
	width: 100px;
}

/** POST RESULTS **/
#post-results {
	display: none;
	float: left;
	height: 200px;
	margin: 100px 0 0 120px;
	width: 400px;
}

/** FORM STYLES **/
label {
	color: #000;
	display: block;
	font: bold 14px/18px 'Myriad Pro', 'Tahoma', 'Arial', sans-serif;
	padding: 5px 0 3px 5px;
	width: 100%;
}

label.error {
	background-color: #ffe8e8;
	border: 1px solid #f94848;
	color: #ff0000;
	font-weight: normal;
	margin: 0 0 3px 0;
	padding: 7px 5px 5px 10px;
	width: 225px;
}

input,select,textarea {
	color: #939393;
	font: italic 16px/18px 'Myriad Pro', 'Tahoma', 'Arial', sans-serif;
	margin: 7px 15px 3px 0;
	padding: 4px 3px 1px 5px;
}

input.entered,select,select.entered,textarea.entered {
	color: #000;
	font-style: normal;
}

input {
	display: block;
	width: 514px;
}

textarea {
	height: 100px;
	width: 525px;
}

#position {
	display: none;
}

input#submit {
	background: url(../images/btn-send.png) no-repeat;
	border: none;
	cursor: pointer;
	height: 30px;
	margin: 25px 0 0 0;
	width: 91px;
}

/** SPAM CHECK **/
.check {
	display: none;
}

