@charset "utf-8";
/* CSS Document */
/*  :link,:visited { text-decoration:none } */
/*  ul,ol { list-style:none } */
/*  h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; } */
/*  ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{ margin:0; padding:0 } */
/*  a img,:link img,:visited img { border:none } */
/*  address { font-style:normal } */

body {
	font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#FFF;
	font-size:12px;
}

body *	{
	margin:0;
	padding:0;
}

body#withbg{
	background:url(../images/pageBg.jpg) top center repeat-x;
}

#container	{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	padding-top:40px;
	padding-bottom:40px;
	color:#232324;
}

#wrapper {
	width:730px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

h1{
	color:#232324;
	margin:0 6px 15px 0;
	font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
	clear:both;
	font-weight:bold;
	font-size:120%;
}

h1.thankyou{
	color:#232324;
	margin:20px 0 15px 0;
	padding-left:65px;
	font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
	clear:both;
	font-weight:normal;
	font-size:180%;
}

p{
	width:600px;
	padding:5px 0 5px 65px;
}

p.top{
	line-height:18px;
}


form#talented {
	width:600px;
	padding:15px 0 20px 65px;
	position:relative;
}

div#firstname,div#Rfirstname,
div#lastname,div#Rlastname,
div#email,div#Remail,
div#homephone,div#Rhomephone,
div#cellphone,div#Rcellphone,
div#address,div#Raddress,
div#city,div#Rcity,
div#state,div#Rstate,
div#zip,div#Rzip,
div#occupation,
div#relationship {
	position:relative;
	float:left;
}

div#button {
	width:190px;
	text-align:right;
	position:relative;
	float:left;
}

#talented input.formInput{
	background-color: #fff;
	padding: 2px 1px;
	border: solid 1px #CCC;
	margin: 0 5px 20px 0;
	height: 15px;
	width:190px;
	color:#000;
}


label.overlabel {
	color:#232324;
}
label.overlabel-apply {
	position:absolute;
	top:3px;
	left:5px;
	z-index:1;
	color:#999;
}

#footer{
	text-align:center;
}

ul{
	padding:10px 0 5px 0;
}

ul li{
	list-style-type:none;
	padding:0 8px 0 8px;
	display:inline;
}

a:link, a:hover,
ul li a:link,
ul li a:hover, 
ul li a:visited, 
ul li a:active{
	text-decoration:underline;
	color:#9f9f9f;

}

a img{
	border:none;
}