@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family:	"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	text-align: center;
}


a:link, a:visited {
	color: #ffffff;
	}
	
a:hover {
	color: #FF0000;
	}

body {
	background-color: #000000;
	
}

#pos {
	/*width: 478px;*/
	width: 650px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -338px;
	margin-left: -325px;
	
}

p, label {
	color: #ffffff;
	margin-top: 15px;
	
}

/*label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing: 3px;
	display: block;
	color: #300;
	margin-top: 3px;
	}*/

h1 {
	color: #FFFFFF;
	font-size: 125%;
	margin-top: 15px;
}

img {
	border: 0px;
	}
	
#poster, #banner, #formcontainer {
	float: left;
	margin-right: 25px;
}

#banner {
	width: 160px;
	height: 600px;
}

#poster img {
	width: 423px;
	height: 600px;
	}

#enter {
	padding-top: 10px;
	height: 30px;
	float: none;
	clear: both;
	}
	
#formcontainer {
	width: 423px;
	height: 600px;
	background-image: url(img/form_index.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	}
	
#content h1 {
	margin-top: 180px;
	}
	
input[type="text"] {
	border: 0;
	/*border-bottom: 1px dashed #CCC;*/
	/*background-color: transparent;*/
	background-color: #FFF;
	height: 20px;
	width: 160px;
	color:	#000;
	margin-top: 10px;
	padding: 0px;
	vertical-align: bottom;
	font-size: 14px;
	} 
	
#b_eastpak,#form_eastpak {
	/*background-color: #093;*/
	width: 160px;
	height: 216px;
	}
	
#form_eastpak h1 {
	color: #FC0;
	}
	
#img_eastpak {
	cursor: pointer;
}