/* 
	For: Learn to Learn
	Author: Baby Seals
	version: 1/2010
*/


/* Reset to account for browser inconsistencies */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, 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: "" "";
}



/* Now, let's get going. */

strong { font-weight:bold; }
	strong.required { color:#ac350e; }
body { font-family:verdana, helvetica, arial, sans-serif; font-size:12px; line-height:18px; background:#e8f0fa url(../images/body_bg.png) repeat-x 0 0; }
#wrapper { display:block; margin:0 auto; width:968px; }
#header { display:block; margin:3px 0 0 0; height:93px; width:100%; text-indent:-9999px; background:url(../images/header_bg.png) no-repeat 0 0; }
#content { display:block; width:573px; padding:92px 189px 92px 192px; border:solid 7px #e4eaf0; border-top:none; background:#fff; }
h2 { font-weight:bold; font-size:14px; margin:0 0 18px 0; }
p { margin:0 0 18px 0; }

/* form styles */

form { display:block; margin:20px 0 0 0; }
.form_row { display:block; clear:left; width:100%; }
label { display:block; float:left; width:200px; text-align:right; bottom-border:solid 1px #efefef; padding:2px 5px 5px 0; }
	label.required { font-size:11px; font-weight:bold; color:#ac350e; }
	label span.required, label span.label_help { display:block; position:absolute; margin-left:-9999px; }
.textbox, select { display:block; float:left; }
.form_row.submit { padding:20px 0 0 0; }
input.submit { display:block; width:122px; height:40px; margin:0 0 0 205px; text-indent:-9999px; border:none; background:url(../images/submit.png) no-repeat 0 0; cursor:pointer; }
	
	/* Hide submit text from IE */
	input.submit {
		line-height: 999px; /* Must be higher than submit height*/
		overflow: hidden; /* Hide the text */
		font-size: 0; /* FF2 doesn’t like the above */ 
	}
	
	input.submit:hover { background-position:-122px 0; }


label.error { display: block; color: red; font-style: italic; font-weight: normal; }
input.error { border: 1px solid red; }
textarea.error { border: 1px solid red; }
/*	select.error { border: 1px solid red; } */
select.error { background-color:red; border: 2px solid red; }
div.error { display: block; color: red; font-style: italic; font-weight: normal; border:1px solid #cccccc; padding:5px; margin-left:10px; margin-right:10px;}
div.warning { display: block; color: red; font-style: italic; font-weight: normal; border:1px solid #cccccc; padding:5px; margin-left:10px; margin-right:10px;}

