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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html {
	background-color: #000000;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	background: #000000 url(../images/gearbg.jpg) no-repeat center top;
	width: 100%;
	display: table;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
}


#logo {
	width: 177px;
	height: 191px;
	margin: 25px 0 0 290px;
	position: absolute;
	z-index: 500;

}


#header {
	width: 760px;
	height: 130px;
	position: relative;
}

#content {
 width: 746px;
 background-color: #40074e;
 float: left;
 border: 7px #370737 solid;
 margin-bottom: 10px;
}

#topcontent {
 padding: 85px 0 16px 0;
 background-color: #230230;
 font-size: .75em;
}

#topcontent p {
	margin: 0 22px 0 20px;
	line-height: 20px;
}

#botcontent {
	background: #40074e url(../images/botbg.gif) repeat-x left top;
	float:left;
	font-size: .75em;
	padding-bottom: 8px;
}

#botleft {
	width: 365px;
	padding: 22px 0 0 0;
	float: left;
}

#botleft p {
	margin: 0 0 12px 20px;
	line-height: 18px;
}

#botright {
	width: 365px;
	float: left;
	padding: 0 0 0 16px;
	
}

form {
	
}

input, select {
	background-color: #000000;
	color: #ca357f;
	border: 0;
	margin: 0 14px 16px 0;
	padding: 3px;
	float: left;
}


#rads {
	color: #ca357f;
	float: left;
}

#rads input {
	margin: 0 0 0 16px;
	float: none;
	background-color: #40074e;
}

#rads label {
	margin: 0 0 0 5px;
}


a {
	color: #ca357f;
	text-decoration: underline;

}

#footer {
	font-size: .65em;
	color: #86238c;
}

#footer p {
	margin-bottom: 8px;
}

.button {
    border: none;
    background: url(../images/signupbtn.gif) no-repeat top left;
    padding: 0;
    margin: 16px 0 0 0;
    width: 68px;
    height: 24px;
}

.alignleft {
 text-align: left;
}

.tipp {
	font-size: 10px;
	background-color: #40074e;
	color: #FFFFFF;
	line-height: 16px;
}

.tipptwo {
	font-size: 10px;
	background-color: #230230;
	color: #FFFFFF;
	line-height: 16px;
	
}

.errmsg {
	padding-top: 10px;
	height: 50px;
	position: relative;
}

.errmsg p {
	line-height: 1.5em;
	position: absolute;
	bottom: 0;
}














