@charset "utf-8";
/* CSS Document */

#frmSubmitResume form {
    margin: 0;
    padding: 0;
	text-align:left;
}
#frmSubmitResume fieldset {
	border: 1px solid #CCCCCC;
    margin: .75em 0 0.35 0;
	padding: .35em;
	padding-left: .5em;	
	padding-bottom: .75em;	
	width: 670px;
}
#frmSubmitResume fieldset p {
text-align: left;
/*margin: 0px 5px 0px !important;*/
margin:10px;
}
.heading{
text-align: left;
margin: 20px 0px 0px 5px !important;
}
dt, address, caption, cite, code, dfn, em, i, th, var, small {
font-style:normal;
font-weight:normal;
}
#frmSubmitResume legend {
    background: transparent;
	font-size: 95%;
	font-weight: bold;
    margin: 1em 0 .75em 0;
    padding: 0 .5em 0 .5em;
	text-transform: uppercase;
}
#frmSubmitResume label {
    float: left;
	/*font-size: 11px;*/
    width: 115px;
    padding: 0 1em;
    text-align: left;
	font-weight: normal !important;
}
#frmSubmitResume fieldset div {
    margin-bottom: .55em;
    padding: 0px;
    display: block;
	text-align: left;
}
#frmSubmitResume fieldset div input.fm-TextBox {
	/*font-size: 11px;*/
    width: 150px;
    border: #ccc 1px solid; 
    padding: 1px;
    color: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#frmSubmitResume fieldset textarea.fm-TextArea, .fm-DataHolder  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 150px;
	border: #ccc 1px solid;
	padding: 1px;
	color: #666666;
	font-size:110%;
	margin-bottom:5px;
}

/*fieldset  .fm-TextArea {	
	font-size: 11px;
    border: #000 1px solid; 
    color: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif !important;}
*/
#frmSubmitResume fieldset div select.fm-DropDown {
    color: #666666;
    border: #ccc 1px solid; 	
	/*font-size: 11px;*/
}
#frmSubmitResume fieldset div select {
    padding: 1px;
}
#frmSubmitResume div.fm-multi div {
    margin: 5px 0;
}
#frmSubmitResume div.fm-multi input {
    width: 1em;
}
#frmSubmitResume div.fm-multi label {
    display: block;
    width: 200px;
    padding-left: 5em;
    text-align: left;
}
#frmSubmitResume #fm-submit {
    clear: both;
    padding-top: 1em;
    text-align: center;
	width: 425px;
	margin: 0px 0px 0px 10px;

}
#frmSubmitResume #fm-submit input {
    border: 1px solid #333;
    padding: 2px 1em;
    background: #555;
    color: #fff;
    font-size: 100%;
}

#frmSubmitResume div.fm-note {
	font-size: 90%;
	font-style: italic;
}
#frmSubmitResume textarea {
margin: 0px 0px 0px 10px;
}
#frmSubmitResume input:focus, textarea:focus {
    background: #efefef;
    color: #000;
}
#frmSubmitResume fieldset div.fm-req label {
	/*color: #333333 !important;*/
    font-weight: bold !important;
	margin-bottom:5px;
}
/* required fields - does not work in IE */
#frmSubmitResume fieldset div.fm-req label:before {
    content: " "; /* does not work in IE */
}
/*
fieldset div.fm-req label.fm-DataHolder:before {
    content: ""; /* does not work in IE 
}
label.fm-DataHolder {
	border: 1px solid #D0Dade;
	width: 250px;
	font-weight: normal !important;
	/*color: #666666 !important;
	font-size: 100%;
	padding: .15em;
	overflow: hidden;
	margin-top: .15em;
	margin-bottom: .15em;	
}*/




pre {
 overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
 white-space: pre-wrap; /* css-3 */
 white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
 white-space: -pre-wrap; /* Opera 4-6 */
 white-space: -o-pre-wrap; /* Opera 7 */
 /* width: 99%; */
 word-wrap: break-word; /* Internet Explorer 5.5+ */
}
/* ------------------------------------------ Form Layout ------------------------------------------ */

#bEmailCheck, #bEmailCheck2 {
display:none !important;
}