@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	width: 950px;
	height: 650px;
	text-align: left;
	border: 0px solid #FFF;
	background-color: #FFF;
	color: #000;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -475px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -325px; 	/* Half the height of the DIV tag which is also 50 pixels */
	background: transparent;
    z-index: 2;
	background-image: url(../images/photo.jpg);
}

#logo {
	position: absolute;
	left: 40px;
	top: 55px;
	width: 280px;
	height: 82px;
	background-image: url(../images/logo.png);
}

	#logo a {
		display: block;
		width: 100%;
		height: 100%;
	}

#info1 {
	position: absolute;
	left: 40px;
	top: 225px;
	width: 490px;
	height: 90px;
	line-height: 30px;
	font-size: 22px;
	text-align: center;
	color: #818181;
}

#info2 {
	position: absolute;
	left: 67px;
	top: 395px;
	width: 416px;
	height: 69px;
	color: #5d236b;
	line-height: 22px;
	font-size: 16px;
	text-align: center;
	background-image: url(../images/info2.png);
}

#email {
	position: absolute;
	left: 40px;
	top: 490px;
	width: 470px;
	height: 74px;
	background-image: url(../images/input.png);
}

#emailSubmit {
	cursor: pointer;
	width: 111px;
	height: 36px;
	background-image: url(../images/button.png);
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: absolute;
	left: 338px;
	top: 19px;
	text-indent: -9999px;
}

#emailSubmit:hover {
	background-position: 0 -36px;;
}

#emailAddress {
	width: 280px;
	height: 26px;
	margin: 0px;
	padding: 5px;
	border: 0px;
	position: absolute;
	left: 28px;
	top: 19px;
	font-size: 20px;
	color: #999;
	background-color: transparent;
	border: 0px solid #ccc;
}

#notice {
	width: 470px;
	height: 20px;
	position: absolute;
	left: 40px;
	top: 570px;
	font-size: 12px;
	text-align: center;
}

.error {
	color: #900;
}

.success {
	color: #050;
}

.wait {
	color: #474747;
	background: url(../images/loader.gif) no-repeat 160px;
	height: 16px;
}

a:focus, a:active {
	outline: none;
}


#cooperation {
	position: absolute;
	left: 10px;
	bottom: 10px;
	font-size: 11px;
	z-index: 99;
	color: #474747;
}

#cooperation a {
	color: #474747;
}

