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

html {
	background: #FFF url(/images/gredient-bg.gif) repeat-x 0 0
}
body {
	text-align:center;
	background:url(/images/light.png) no-repeat top center;
}
#wrapper {
	clear:both;
	margin:0 auto;
	overflow:hidden;
	padding-top:130px;
	position:relative;
	text-align:center;
	width:845px;
}
h1 {
	background:transparent url(/images/coming-soon-txt.png) no-repeat scroll 0 0;
	display:block;
	height:33px;
	margin-bottom:10px;
	margin-left:55px;
}
#site-pic {
	height:381px;
	margin-bottom:30px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/beckys.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}
h2 {
	background:transparent url(/images/sign-up-txt.png) no-repeat scroll center 0;
	display:block;
	height:36px;
	margin-bottom:30px;
}
#signup-fileds {
	clear:both;
	float:left;
	margin-left:55px;
	overflow:hidden;
}
#signup-fileds input {
	float:left;
	margin-right: 10px;
	border:0 none;
}
#signup-fileds #user, #signup-fileds #mail {
	height:37px;
	width:231px;
	font-size:24px;
	padding:10px 0 0 45px;
	color:#5f5f5f;
}
#signup-fileds #user {
	background:url(/images/sign-up-form.png) no-repeat 0 0;
}
#signup-fileds #mail {
	background:url(/images/sign-up-form.png) no-repeat -286px 0;
}
#signup-fileds #btn {
	background:url(/images/sign-up-form.png) no-repeat right 0;
	width:158px;
	height:47px;
	cursor:pointer;
}
#site-pic-notice {
	font:11px;
	color:#FFF;
	text-align:left;
	padding:10px 0 0 55px;
	clear:both;
}

.successMessage {
	color: #00B000;
	font-size: 24px;
	font-weight: bold;
}

.errorMessage {
	color: #F00000;
	font-size: 24px;
	font-weight: bold;
}
