/*
Willow Creek Unifyer Login
May 20, 2009
Caleb White
Pursuant
*/

/****CSS Reset by Erik Meyer****/
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,b, u, i, center,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-size: 100%; vertical-align: baseline; background: transparent;}
body {line-height: 1; margin: 0; width:100%; height: 100%;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}
/*********END CSS RESET*********/

/********REFERENCE CODE*********

*******************************/

/*********GENERAL STYLES********/
body  {
	background: #e5e5e3 url(../img/bg.png) top center repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	color:#666;
}
#wrap {
	width:760px;
	margin: 0 auto;
}
.clearme {
	clear:both;
	float:none;
	display:block;
}
.imgtxt, h1 {
	display:block;
	text-indent:-10000px;
}
#header {
	position:relative;
	height:228px;
	width:760px;
	background:url(../img/headerbg.png) bottom left no-repeat;
}
#header h1 {
	position:absolute;
	top:89px;
	left:12px;
	background: url(../img/logo.png) top left no-repeat;
	width:232px;
	height:65px;
}
#header h2 {
	position:absolute;
	top:202px;
	left:0;
	width:760px;
	text-align:center;
	color:#fff;
	font-size:16px;
	font-weight:normal;
}
#videobox {
	float:left;
	background:#fff;
	height:297px;
	width:532px;
	vertical-align:middle;
	text-align:center;
	padding-top: 16px;
}
#form {
	float:right;
	height:273px;
	width:206px;
	padding:40px 0 0 22px;
	background:#d9dad8;
}
label {
	padding-left:1px;
	font-weight:bold;
	color:#666;
}
label.check {
	margin-right:50px;
	vertical-align:top;
	font-weight:normal;
	cursor:pointer;
}
input {
	font-size:12px;
}
input.text {
	background:transparent url(../img/field.png) top left no-repeat;
	border:none;
	width:177px;
	height:24px;
	padding:8px 0 0 6px;
	margin-bottom:12px;
}
input.button {
	background:url(../img/button.png) top left no-repeat;
	width:91px;
	height:33px;
	color:#666;
	font-weight:bold;
	border:none;
	margin:10px 2px 0 0;
	cursor: pointer;
}
#remember {
    cursor:pointer;
    margin-left: 8px;
}
#footer {
	clear:both;
	background: url(../img/footerbg.png) top left no-repeat;
	width:760px;
	height:46px;
	text-align:right;
}
a.footerlink {
	margin-right: 2em;
	color: #888;
}
#forgot {
	float:left;
	vertical-align:bottom;
	text-align:right;
	height:100%;
}
span.forgotlink {
	cursor:pointer;
}
#error {
	color: #990000;
	font-weight: bold;
	float:left;
	margin-right: 1em;
}