.form
{
    padding:5px;
    
}
.formField
{
    padding:2px 0;
    padding-bottom:10px;
}
.formLabel 
{
    float:left;
    width:150px;
    font-weight:bold;
    text-align:right;
    padding-right:10px;
    
    clear:left;
}

input, textarea, select 
{
    width:215px;
    border:solid 1px #666;
}

option
{
	width:185px;
    
}

.formValueCB input
{
	width:15px;
}

.submitBtn
{
    background-color:#B1DB1F;
    border:none;
    margin-top:10px;
    color:#fff;
    cursor:pointer;
    width:100px;
}

.submitBtn:hover
{
    background-color:#7BB606;
}
#goTop
{
    display:none;
}
.starDropdown,
.starText,
.starFile
{    
    font-size:large; 
    color:Red;
}
.starDropdown
{
    margin-left:9px; 
}
.starText
{
    margin-left:10px;
}
.requiredFieldsLegend .starText
{
    margin-left:0;
}
.starFile
{
    margin-left:12px;
}
.formValueCB input
{
    border:none;
}
.jobTitleCont,
.requiredFieldsLegend
{
    margin-left:0;
}
