
body, div, span, h3, p, 
blockquote, a, em, img, ol, ul, li,
form, table, tr, td {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: inherit;
	font-family: inherit;
	font-weight: inherit;
	vertical-align: baseline;
}
body { color: #FFFFFF; font-family: arial; line-height: 1.2em; background: #000; }
p { margin: 7px 0; }

form { margin: 0; padding: 0; }

#page {
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 1017px;
	background: url(../images/bg.jpg) no-repeat;
	background-color: #1F3B85;
}
#error {
	position: absolute;
	top: 168px;
	left: 100px;
	width: 400px;
	height: 26px;
	display: none;
	color: white;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8em;
	text-align: center;
	background: #DA0202;
}

#title, #banner {
	position: relative;
	color: #A7C126;
	text-align: center;
	width: 100%;
	font-family: "Times";
	font-weight: normal;
	font-size: 42px;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 1em;
}
#banner { padding-top: 15px; font-size: 56px; }
.subtitle {
	color: #FFF;
	text-align: center;
	width: 100%;
	font-family: "helvetica";
	font-size: 24px;
	font-style: normal;
	margin-top: 12px;
	line-height: 1em;
}

#xlabel, .xlabel {	
	color: #FFF;
	font-family: "helvetica";
	text-align: right;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2em;
	padding-right: 10px;
	height: 18px;
	width: 90px;
	margin: 0;
}

#free {
	color: #FFF;
	text-align: left;
	font-family: "helvetica";
	font-weight: bold;
	font-size: 24px;
	margin-top: 5px;
}
#registerbox {
	width: 357px;
	height: 219px;
	display: block;
	background: url(../images/registerbox.png) no-repeat;
}
#registerbox p {
	color: #FFF;
	font-family: "helvetica";
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 12px;
}
#signup {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-left: 20px;
	background: url(../images/signup.jpg) no-repeat;
}
.registerbtn {
	width: 118px;
	height: 44px;
	display: block;
	cursor: pointer;
	color: #172A74;
	font-family: "helvetica";
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	margin-top: 5px;
	line-height: 3.4em;
	background: url(../images/registerbtn.png) no-repeat;
}
#xlabel, .xlabel {	
	color: #FFF;
	font-family: "helvetica";
	text-align: right;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2em;
	padding-right: 10px;
	height: 18px;
	width: 90px;
	margin: 0;
}

/*  blue box  */
.boxtop {
	margin: 0; 
	padding: 0;
	height: 9px; 
	width: 603px; 
	display: block; 
	background: url(../images/box_top.png); 
}
.box {
	margin: 0; 
	padding: 0;
	width: 603px; 
	background: url(../images/box.png) repeat-y; 
}
.boxbtm {
	margin: 0; 
	padding: 0;
	height: 9px; 
	width: 603px; 
	display: block; 
	background: url(../images/box_btm.png); 
}
.box h1 { color: #000; font-size: 24px; font-weight: bold; }
.box h2 { color: #1019A8; margin: 0; font-size: 22px; font-weight: normal; }
.box p { font-size: 14px; }
.box a { color: #000; font-size: 14px; font-weight: bold; text-decoration: none; }

#column {
	width: 603px;
	margin: 0 14px 0 0;
}
#column #register {
	position: relative;
	width: 603px;
	height: 356px;
	display: block;
	background: url(../images/register.png);
}
#column #register p {
	color: #FFFFFF;
}
#column #register form {
	position: relative;
	top: 60px;
	width: 445px;
	height: 250px;
}

