@charset "UTF-8";
/* CSS Document */

body{
	background-color:#000000;
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	background-image: url(images5/immortal-night-vampire-werewolves.jpg);
	background-position:center top;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	letter-spacing: 1px;
}

a:link {color: #5EC9FF;	text-decoration: none;}
a:visited {text-decoration: none; color: #5EC9FF;}
a:hover {text-decoration: none;	color: #5EC9FF;}
a:active {text-decoration: none;color: #5EC9FF;}

#wrapper{
	width: 1000px;
	margin-left: auto;
	margin-right:auto;
	height: 700px;
}
.form{
	margin-top: 360px;
	width: 800px;
}
input.big{
	background-color: transparent;
	border: 0px none #000000;
	width: 142px;
	margin: 3px;
	padding-left: 8px;
	color: #ffffff;
	font-size: 12px;
	background-image:url(images5/input.png);
	background-repeat: no-repeat;
	height: 28px;
	background-position: -6px -4px;
	margin-bottom: 5px;
}
input.big:active{
	outline: #ffffff;
}
.register{
	float: left;
	margin-top: -10px;
	cursor: pointer;
	background-image: url(images5/register-buttonbg.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 300px;
	padding-top: 46px;
	padding-left: 90px;
}
.textcontent{
	margin-left: 100px;
	margin-top: 70px;
	width: 450px;
	background-image: url(images5/bulletsbg.png);
	background-position: left -5px;
	background-repeat: repeat-y;
	padding-left: 40px;
	float:left;
	line-height: 17px;
	font-size: 18px;
}
.clear{
	clear: both;
}
.footer{
	color: #ff0000;
	font-size: 13px;
	width: 100%;
	text-align: center;
	margin-top: 100px;
	line-height: 25px;
}
.footer a, .footer a:visited{
	color: #ff0000;
	text-decoration: none;
}
.footer a:hover{
	text-decoration: underline;
}
.facebook{
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.facebook a img{
	outline: none;
	text-decoration:none;
	border: 0 none #000000;
}
.messages{
	
}
.warning{
	background-image: url(images5/text-warning.png);
	background-repeat:no-repeat;
	height:18px;
	padding-left: 15px;
	letter-spacing: 0px;
	padding-top: 7px;
	padding-right: 10px;
	border-right: #000 1px solid;
	/*visibility: hidden;*/
	float:left;
	color: #000000;
	font-size: 13px;
}
.warning img{
	margin-right: 3px;
	float: left;
}
.ok{
	background-image: url(images5/ok.png);
	background-repeat:no-repeat;
	height:20px;
	padding-left: 5px;
	letter-spacing: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	float:left;
	position: relative;
	width: 25px;
	/*visibility:hidden;*/
	
}
