/*
THEME NAME: eXpRecruiting
THEME URI: http://exprealty.com
DESCRIPTION: Agent Recruiting Theme 2.0
AUTHOR: Working The Magic
AUTHOR URI: http://www.workingthemagic.com
*/

@import "reset.css";

body {
	background: #1C2956;
	color: #ffffff;
	margin: 0;
	padding: 0;
}


#Wrap {
	margin: 0;
	padding: 0;
		
}

/* ---- START CONTENT ---- */

#Content {
	background: url(images/exp-realty-bg.png) repeat-y;
	width: 695px;
	height: 2139px;
	margin: 0 auto;
	padding: 0px;
}

#FormSpacer {
	width: 695px;
	height: 1164px;
}

.thumbBox {
	width: 600px;
	margin: 415px 0 0 65px;
}

.thumbBox ul {
	list-style: none;
}

.thumbBox ul li {
	list-style: none;
	float: left;
	width: 175px;
	margin: 0 17px 0 0;
}

/* ---- START FORM ---- */

#FormWrap {
	width: 565px;
	height: 800px;
	position: absolute;
	left: 50%;
	margin: 1320px 0 0 -283px;
}

.form form {
	padding: 0px;
	margin: 0px;
}

.form {
	padding: 60px 0 0 0;
	font-size: 18px;
}

.form ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.form ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.form input {
	background: url(images/txtInput.png) no-repeat;
	width: 525px;
	height: 36px;
	margin: 0 0 54px 0;
	padding: 9px 20px 0 20px;
	border: none;
	font-size: 20px;
}

.form input:hover {
	background: url(images/txtInputReq.png) no-repeat;
}

.form textarea {
	background: url(images/txtArea.png) no-repeat;
	width: 525px;
	height: 171px;
	padding: 20px;
	border: none;
	font-size: 20px;
	overflow:hidden;

}

/* FORM ERRORS */

.error {
	width: 200px;
	float: right;
	margin: -25px 0 0 0;
	color: #f5841c;
	font-size: 16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

/*
#FormErrorName {
	background: url(images/required.png) no-repeat;
	position: absolute;
	left: -140px;
	width: 100px;
	height: 50px;
	top: 20px;
}

#FormErrorEmail {
	background: url(images/required.png) no-repeat;
	position: absolute;
	left: -140px;
	width: 100px;
	height: 50px;
	top: 65px;
}

#FormErrorPhone {
	background: url(images/required.png) no-repeat;
	position: absolute;
	left: -140px;
	width: 100px;
	height: 50px;
	top: 120px;
}

#FormErrorCity {
	background: url(images/required.png) no-repeat;
	position: absolute;
	left: -140px;
	width: 100px;
	height: 50px;
	top: 160px;
}
*/

/* SUCCESS */

#FormThankYou {
	width: 455px;
	height: 455px;
	position: absolute;
	margin: 80px 0 0 50px;
	background: #F5821E;
	color: #fff;
	font-size: 32px;
	text-align: center;
	vertical-align: middle;
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.requestsubmit {
	background: url(images/learnmore.png) no-repeat;
	width: 247px;
	height: 91px;
	float: right;
	margin: 20px -7px 0 0;
	border: none;
}

.requestsubmit:hover {
	background: url(images/learnmoreHov.png) no-repeat;
	width: 247px;
	height: 91px;
}

.clear {
	clear:both;
}

.hiddenPic {
	display: none;
}
