* {
	padding: 0;
	margin: 0;
}

body {
	padding: 20px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.advertisment {
	position:absolute;
	width:728px; height: 90px;
	top:0px; margin-top:10px;
	left:50%; margin-left:-363px;
	border:1px solid black;	
}

.redirect {
	background: url(../images/control_fastforward_blue.png) left center no-repeat;
	padding-left: 20px;
}

.wrongpass {
	background: url(../images/delete.png) left center no-repeat;
	padding-left: 20px;
}

.enterpass {
	background: url(../images/lock.png) left center no-repeat;
	padding-left: 20px;
}

.deleted {
	background: url(../images/accept.png) left center no-repeat;
	padding-left: 20px;
}

a {
	color: #0033CC;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
}

.centerMe {
	width:500px; height:250px;
	position:absolute;
	left:50%; margin-left:-250px;
	top:50%; margin-top:-140px;
}