body,html {
	padding:0;
	margin:0;
	background:url('../images/leafTop.jpg') no-repeat top left;
	height:100%
}

#holder {
	background:#FFF;
	height:auto
}

#holder,#quote {
	width:475px
}

#holder,#logo,#quote {
	margin:auto
}

#logo {
	background:url('../images/logo.jpg');
	height:145px;
	width:310px
}

#logo,#quote {
	display:block
}

#quote {
	background:url('../images/definition.jpg');
	height:45px;
	clear:both
}

#submit {
	height:65px;
	width:85px;
	border:0;
	display:inline
}

#email, #user, #pass {
	font:12px georgia,'times new roman',times,serif;
	color:#960;
	border:1px solid #630;
	width:375px
} 

#email{
	margin-top:29px;
}

#email,.msg {
	padding:5px
}

#email,label.error {
	float:left
}

label.error {
	font:9pt georgia,'times new roman',times,serif;
	color:#af3939;
	position:relative;
	top:-42px
}

.msg {
	font:9pt georgia,'times new roman',times,serif;
	margin:10px auto -5px;
	color:#FFF
}

#success {
	background:#6ebb49;
	border-top:2px solid #4a8f3f;
	border-bottom:2px solid #4a8f3f;
	width:205px
}

#invalid {
	background:#b82626;
	border-top:2px solid #9e2525;
	border-bottom:2px solid #9e2525;
	width:215px
}