* {
	margin: 0;
	padding: 0;
	}

body {
	background-color: #000;
	background-image: url(images/background.gif);
	background-position: 200px;
	background-repeat: repeat-y;
	font-family: arial, sans-serif;
	font-size: 12px;
	}


#position {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	float: left;
	padding: 235px 25px 2px 25px;
	margin-left: 206px;
	width: 288px;
	}
	
#error {
	color: #fff;
	display: block;
	position: absolute;
	left: 520px;
	top: 255px;
	}

#stripe {
	background-image: url(images/stripe.gif);
	background-repeat: no-repeat;
	float: left;
	height: 87px;
	width: 105px;
	position: absolute;
	left: 390px;
	bottom: 0px;
	z-index: 1;
	}
	
h1 {
	display: none;
	}
		
form fieldset {
	border: none;
	}
	
form label {
	color: #ec008c;
	display: block;
	font-weight: bold;
	}

form input {
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	color: #333;
	margin: 2px 0 5px 0;
	padding: 1px 2px 2px 2px;
	width: 234px;
	}

form input.login {
	background-image: url(images/button.gif);
	border: none;
	padding-top: 2px;
	color: #333;
	font-size: 8pt;
	font-weight: bold;
	letter-spacing: .1em;
	margin-top: 20px;
	width: 240px;
	height: 22px;
	}

form input.problems {
	background-color: #aeaeae;
	color: #fff;
	font-weight: bold;
	width: 240px;
	}
	
form p.remember {
	color: #5e5e5e;
	margin-top: 5px;
}

form p.remember > input
{
	width: auto;
}
	
form p.ssl {
	color: #5e5e5e;
	margin-top: 5px;
	}
	
	form p.ssl img {
		padding-right: 3px;
		vertical-align: -1px;
		}

address {
	color: #5e5e5e;
	font-style: normal;
	margin-top: 50px;
	}

address p {
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	}

	address p.contact {
		margin: 0 0 1px 0;
		}
		
		address p.contact span {
			width: 30px;
			display: block;
			float: left;
			}
			
		address p.contact a {
			color: #ec008c;
			text-decoration: none;
			}