#searchBox{
width:710px;
margin:0 auto;
text-align:right;
}

label{
color:#7BA457;
font-size:14px;
}

.message{
position:relative;
bottom:60px;
right:10px;
}

#note{
text-align:center;
color:#696969;
}

#searchBox h2{
text-align:center;
color:#7BA457;
}

#searchBox form{
margin:20px auto;
position:relative;
right:80px;
width:65%;
}

.textInput{
line-height:18px;
clear:both;
}

.textInput input, .textInput textarea{
border:1px solid #7BA457;
margin:5px;
width:250px;
}

.textInput input:focus, .textInput textarea:focus  {
	border-color: #000;
	background-color: #FFFE9D;
}

.textInput textarea{
width:253px;
height:70px;
}

#requiredNote{
color:#FF0000;
font-size:10px;
margin:0 133px 0 0;
}

#submitFix{
margin:0 125px 0 0;
}

.jobTitle{
left:122px;
position:absolute;
}

.jobTitleLink{
float:left;
left:200px;
position:relative;
}

.error {
left:150px;
position:relative;
text-align:left;
}


.emailFriendCaptcha{
position:relative;
right:70px;
width:400px;
}

.captchaText{
left:130px;
*left:-65px;
position:relative;
width:120px;
}


