
/*fieldset { */
/*float: left;*/
/*border: solid 1px gray;*/
/*clear: both; */
/*}*/

.field { 
    clear: both; 
    margin: 5px 0 15px 0;
}

.field label, .field span {
    display: block;
    line-height:130%;
    float:left;
    width:10em;
}
.field #ctl00_ctl00_ctl00_ctl00_ctl00_ContentPlaceHolderDefault_wwMainContentPlaceHolder_textBlock_textBlock_contact_form_6_rdlNewsletter label
{
    width:5em;
    margin-top:2px;
}
.field input.textbox
{
    width: 12em;
}
.field textarea{
    width: 13em;
    height:7em;
}

.field table input{
	margin-left:-5px;
    float:left;
    width:auto;
}
.field table label{
	display:inline;
    width:20em;
}
.bodyTextBold{font-weight:bold;}


#careersAppForm label {
    float:left;
    width:10em;
}
#careersAppForm div {
    margin:8px 0;
}
#careersAppForm input {
    margin:0;
}

#careersAppForm input.textbox {
    width:11em;
}
#careersAppForm .checkboxes td {
    padding:4px 0;
}
#careersAppForm .checkboxes label {
    float:none;
    margin-left:10px;
}
#ctl00_ctl00_ctl00_ctl00_ContentPlaceHolderDefault_wwMainContentPlaceHolder_textBlock_careers_6_rdblistStmt{
	margin-left:-5px;
}
#careersAppForm table input{
	float:left;
}
#careersAppForm table label{
	width:auto;
	margin-left:5px;
	float:left;
}
