html {
	
}

body {
	margin: 0;
	padding: 0;
	background: #213C60 url(login/background.png) repeat center top;
	right: 0;
	left: 0;
	position: fixed;
	color: #bfe6fe;
	text-shadow: #122944 0 2px 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#sweetteaser {
	background: url(login/sweetteaser.png) no-repeat center top;
	height: 555px;
	top: 0;
	display: block;
	z-index: 1;
	position: absolute;
	width: 100%;
}

#mytitle {
	top: 190px;
	position: relative;
	display: block;
	text-align: center;
}

#signupform {
	width: 191px;
	z-index: 4;
	top: 200px;
	height: 555px;
	position: relative;
	display: block;
	text-align: left;
}

.form {
	font-size: 11px;
	float: right;
	font-weight: bold;
}

.fieldHolder
{
	width: 191px;
	height: 27px;
	background: url(login/textfield.png) no-repeat;
	margin-bottom: 4px;
	margin-top: 2px;
}

.textInput
{
	width: 179px;
	height: 22px;
	background: none;
	color: #bfe6fe;
	border-style: hidden;
	margin-top: 2px;
	font-size: 13px;
	text-shadow: #122944 0 1px 0;
	text-align: center;
	border-width: 1px;
	margin-left: 4px;
	font-weight: bold;
}

#signup {
	background: url(login/login.png) no-repeat center;
	width: 179px;
	height: 30px;
}

#signupMessage {
	width: 500px;
	z-index: 4;
	top: 380px;
	position: relative;
	display: block;
	text-align: center;
}
