@charset "utf-8";

/* RESET STYLES */
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%;vertical-align:baseline;background:transparent;}
:focus {outline:0;}
body {line-height:1;}
ol,ul {list-style:none;}
table {border-collapse:collapse;border-spacing:0;}
caption,th,td {text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,q:before,q:after {content:"";}
blockquote,q {quotes:"" "";}

html, 
body {
	font:normal 1em/1.4 Verdana,Arial,Helvetica,sans-serif;
	text-align:center;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
a {
	color:#c06;
}
a:hover {
	color:#fff;
	background-color:#c06;
	text-decoration:none;
}
.clearboth {
	height:10px;
	clear:both;
}
#main-wrap-wrap {
	width:880px;
	margin:30px auto 0;
	text-align:left;
}
#main-wrap {
	position:relative;
	padding:30px 50px;
	color:#333;
	background:transparent url("../img/border.gif") no-repeat center top;
}
#main-wrap img {
	margin-top:80px;
}
#main {
	width:425px;
	margin-right:40px;
	float:left;
}
#borderbottom {
	position:absolute;
	bottom:0;
	left:0;
	width:880px;
	height:30px;
	color:#333;
	background:transparent url("../img/border.gif") no-repeat center bottom;
}
#main h1 {
	position:relative;
	width:425px;
	height:110px;
	margin-bottom:1em;
	color:#c06;
	background-color:#fff;
}
#main h1 span {
	position:absolute;
	top:0;
	left:0;
	width:425px;
	height:110px;
	color:#c06;
	background:transparent url("../img/card-chest.jpg") no-repeat 0 0;
	display:block;
}
#main p {
	margin-bottom:1em;
	font-size:0.8em;
}
#main .wrap {
	width:50%;
	float:left;
}
#main form div span {
	color:#666;
	background-color:transparent;
	font-size:0.8em;
	display:block;
}
#main input {
	width:180px;
	padding:2px 4px;
	border:1px solid #fff;
	color:#666;
	background:#d1d1d1 url("../img/input.gif") no-repeat 0 0;
}
#main button {
	width:126px;
	height:18px;
	margin-top:22px;
	padding:0;
	border:0;
	color:#666;
	background:#fff;
}
#main button img {
	margin:0;
	display:block;
}
#errors {
	margin-bottom:0.5em;
	padding:5px;
	border:1px solid #c00;
	color:#c00;
	background-color:#f7d9d9;
	font-size:0.8em;
}
#copyright {
	margin:0 auto;
	font-size:0.8em;
	text-align:center;
	clear:both;
}
#copyright p {
	margin-bottom:0.2em;
	color:#666;
	background-color:transparent;
	font-size:0.8em;
}





