/* CSS Resets */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-weight: inherit;*/
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* RESET ENDS */

h1, h2, p, a {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #666666;
   }
   
h1 {
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 10px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	line-height: 24px;
	padding-bottom: 10px;
	font-weight: bold;
}
   
p, #formtable td {
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	padding-bottom: 10px;
}

#formtable input, #formtable textarea, .formError {
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#formtable textarea {
	width: 450px;
}

#formtable textarea.narrow {
	width: 200px;
}

#formtable input#AppliedBefore-Yes, #formtable input#AppliedBefore-No {
	width: 20px;
}

#formtable input#StepOneSubmit, input#Upload {
	width: 80px;
}

#content a, #content a:link, #content a:visited, #content a:hover, #content a:active, .mceContentBody a, .mceContentBody a:link, .mceContentBody a:visited, .mceContentBody a:hover, .mceContentBody a:active {
		color: #666666 !important;
		text-decoration: underline !important;
	}
	
#Telephone {
	display: none;
}

.formError {
	color: red;
}
 
