
.staticbox{/*width:500px;*/}


form.fvce_form{text-align:right;}

/*
a.helpicon {
  float:right;
}
*/
p.inputelement , div.multipleinput{
  color: #666;
  text-align:right;
  width:500px;
}
p.inputelement label, div.multipleinput label{
  color: #000;
  font-weight: bold;
  width:250px;
  text-align:left;

}
p.inputelement a.helpicon {
  float:none;
  display: inline;
}
p.inputelement input, p.inputelement select, p.inputelement textarea {
  display: inline;
  width:250px;

}
p.actionbuttons {
  border-top: 1px solid #fff;
  text-align: right;
  padding-top: 6px;
  padding-right:100px;
}
a.helpicon img {
  border: 0px;
}


.yesnobox {
  text-align:left;
  margin-left:250px;padding-bottom:5px;}
/*form {float:left;}*/
}




input.fvce_error, textarea.fvce_error, select.fvce_error {
  background-color: #f00;
  color: #00F;
}
span.fvce_error {
  color: #f00;
  font-weight: bold;
}

span.fvce_hint {
text-align:left;
width:400px;
padding:0;
margin:0 0 20px 50px;
}



img.fvce_captcha{}

p.fvce_dialog{  color: #666;
  text-align:left;
  width:480px;}

.termsbox{width:400px;border:1px solid black;height:100px;overflow:auto;font-size:95%;}

.fvce_radio{
  width:300px;
  text-align:left;
  margin-left:15px;
  float:right;
  display:block;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Richard form changes */

#formcontainer {
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 2px;
	padding-bottom: 6px;
	margin: 0px;
}

input.minor, select.minor, textarea.minor {
	padding: 0;
	font-size: 12px;
	color: #666;
	width:128px;
	border: 1px solid #09C;
	line-height: 20px;
	background-repeat: repeat-x;
	background-position: center;
	height: 20px;
	background-image: url(../images/txtareabg.gif);
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-indent: 3px;
}

input.major, select.major, textarea.major {
	width: 160px;
	background-image: url(../images/txtareabg.gif);
	background-repeat: repeat-x;
	background-position: center;
	float: right;
	height: 22px;
	border: 1px solid #09C;
	color: #666;
	margin: 0px;
}

input.small, select.small, textarea.small {
	width: 130px;
	background-repeat: repeat-x;
	background-position: center;
	height: 22px;
	border: 1px solid #09C;
	color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	margin-left: 5px;
	background-image: url(../images/txtareabg.gif);
	padding-top: 1px;
}

input.minor_1, select.minor_1, textarea.minor_1 {
	background-image: url("../images/txtareabg.gif");
	background-position: center center;
	background-repeat: repeat-x;
	border: 1px solid #0099CC;
	color: #666;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	margin: 0 0 0 2px;
	padding: 0;
	text-indent: 1px;
	width: 140px;
}

input.major_1, select.major_1, textarea.major_1 {
	width: 141px;
	background-image: url(../images/txtareabg.gif);
	background-repeat: repeat-x;
	background-position: center;
	float: left;
	height: 21px;
	border: 1px solid #09C;
	color: #666;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-top: 1px;
}

/*
input#radius{
	width:98px;
	background-image: url("../images/txtareabg.gif");
	float: left;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 5px;
}
*/

input#salary {
	width: 113px;
	float: left;
}

#submitbtn {
	height: 20px;
	width: 60px;
	cursor: pointer;
	border: 0px solid #000;
	float: right;
	margin-right: 5px;
}

a span.help {
	line-height: 22px;
	height: 22px;
	text-decoration: underline;
	text-align: left;
	color: #03F;
	font-weight: normal;
	margin-top: 2px;
	margin-left: 6px;
	float: left;
}

/* Richard Form changes end */

}
=======
.staticbox{/*width:500px;*/}


form.fvce_form{text-align:right;}

/*
a.helpicon {
  float:right;
}
*/
p.inputelement , div.multipleinput{
  color: #666;
  text-align:right;
  width:500px;
}
p.inputelement label, div.multipleinput label{
  color: #000;
  font-weight: bold;
  width:250px;
  text-align:left;

}
p.inputelement a.helpicon {
  float:none;
  display: inline;
}
p.inputelement input, p.inputelement select, p.inputelement textarea {
  display: inline;
  width:250px;

}
p.actionbuttons {
  border-top: 1px solid #fff;
  text-align: right;
  padding-top: 6px;
  padding-right:100px;
}
a.helpicon img {
  border: 0px;
}


.yesnobox {
  text-align:left;
  margin-left:250px;padding-bottom:5px;}
/*form {float:left;}*/
}




input.fvce_error, textarea.fvce_error, select.fvce_error {
  background-color: #f00;
  color: #00F;
}
span.fvce_error {
  color: #f00;
  font-weight: bold;
}

span.fvce_hint {
text-align:left;
width:400px;
padding:0;
margin:0 0 20px 50px;
}



img.fvce_captcha{}

p.fvce_dialog{  color: #666;
  text-align:left;
  width:480px;}

.termsbox{width:400px;border:1px solid black;height:100px;overflow:auto;font-size:95%;}

.fvce_radio{
  width:300px;
  text-align:left;
  margin-left:15px;
  float:right;
  display:block;
}

