/********************************************************************
	File:		form-default.css
	Purpose:	Provides "template-lite" for SHSSR web forms
	Author: 	Don Zacharias
	Date: 		1/10/2007
*********************************************************************/

body, html { margin: 0; padding: 0; font: 10pt Verdana; }
.logo {
	position: absolute;
	top: 0; left: 0;
	width: 183px;
	height: 90px;
}

form p.error { font-size: 85%; margin:0; color: red }

/* Affiliate specific logo styles */
#logo-safh {	background: url('https://secure.sutterhealth.org/sacsierra/images/sutter_auburn_logo.gif') no-repeat top left;}
#logo-sdh {	background: url('https://secure.sutterhealth.org/sacsierra/images/sutter_davis_logo.gif') no-repeat top left;}
#logo-shssr {	background: url('https://secure.sutterhealth.org/sacsierra/images/sutter-health-logo.gif') no-repeat top left;}
#logo-smcs {	background: url('https://secure.sutterhealth.org/sacsierra/images/sutter_smc_logo.gif') no-repeat top left;}
#logo-spa {	background: url('https://secure.sutterhealth.org/sacsierra/images/spa_logo.gif') no-repeat top left;}
#logo-srmc {	background: url('https://secure.sutterhealth.org/sacsierra/images/srmc_wyfl_logo.gif') no-repeat top left;}

#masthead, #content { 	margin-left: 190px; width: 567px; }
#masthead {
	position: relative;
	background: #FAFBF8 url('https://secure.sutterhealth.org/sacsierra/images/curve_sub_E7C462.gif') no-repeat bottom;
	height: 85px;
	padding: 15px 0 0 0;
}
#masthead h1,#masthead h2 {
	margin: 0 0 0 20px;
	color: #A6B175;
}
#masthead h1 { font-size: 1.3em; }
#masthead h2 { font-size: 1em; font-weight: normal; }
#back_link {
	width: 100%; 
	text-align:right;
	font-size: .7em;
	margin: 6px 0;
}
#back_link a,
#back_link a:link,
#back_link a:visited {
	color: #E7c462;
}
#back_link a:hover {
	color: red;
}

/* Error message */
div.error { }

#footer {
 	border-top: 1px solid #D8D8D8;
	padding-top: 6px;
	margin: 20px 0;
	font-size: .7em;
	text-align: center;
}