/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none; outline:none;}

/* brand */

body {
	color: #4A4A4A;
	font-family: arial, sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 18px;
}

a {
	color: #CC3E41;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #8098BE;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	/* ALL CAPS */
	color:  #8098BE;
	font-size: 14px;
	font-weight: bold;
}

.micro_text {
	color: #595959;
	font-size: 11px;
}

hr {
	border: none;
	border-bottom: solid 1px #C8E5F5;
	clear: both;
}

/* Log In Form */

#sf_guard_auth_form {
}

#sf_guard_auth_form td {
	padding: 2px 0;
}

#sf_guard_auth_form td.left {
	padding-right: 10px;
	text-align: right;
	width: 150px;
}

#sf_guard_auth_form .error {
	color: #cc3e41;
	font-size: 11px;
	line-height: 18px;
}

#sf_guard_auth_form input {
	background: url('/images/common/contact_input_back.gif') repeat-x bottom #fff;
	border: solid 1px #c0c0c0;
	color: #4A4A4A;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 5px 0 0 0;
	padding: 5px;
	width: 173px;
}

#sf_guard_auth_form input.login {
	border: none;
	background: #83b74e;
	color: #fff;
	margin: 0;
	width: 75px;
}

#sf_guard_auth_form .checkbox_holder {
	float: left;
}

#sf_guard_auth_form .checkbox_holder input {
	margin: 0;
}

#sf_guard_auth_form .checkbox_label {
	float: left;
	line-height: 14px;
	margin: 1px 0 0 5px;
}