/*
*	OnWired, LLC: Web Design and Development (onwired.com)
*	Designed by Sean Baker (sean@onwired.com)
*	Coded by Brett Buddin (brett@onwired.com)
*/

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}body{line-height:1.8}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}

body { background: #cdd4e3 url('../images/bg-repeat.gif') repeat-x; color: #333; font: 75%/1.8 "Lucida Grande", Verdana, sans-serif; }

h3 { color: #2f4367; font-size: 160%; margin-bottom: 0.5em; clear: both; }
a { color: #384e75; cursor: pointer; }
p, ul { color: #676666; line-height: 2.4; margin-bottom: 1em; }
label { float: left; }

.message {
	position: absolute;
	top: 65px;
	left: 50%;
	width: 460px;
	margin-left: -230px;
	text-align: center;
	color: #fff;
	z-index: 99;
}
.message p { color: #fff; padding: 1em 2em; }
#error-message { background-color: #99292B; border: 2px solid #4D0B0C; }
#success-message { background-color: #4B9938; border: 2px solid #035200; font-size: 140%; }

span.side-note { color: #9f9e9e; font-size: 90%; font-weight: bold; }

.left { float: left; margin: 0 15px 15px 0; }
.right { float: right; }