body{
  background-color: #fff;
  font-family: verdana;
  font-size: 62.5%;
  line-height: 140%;
}

.fleft{ float: left; }
.fright{float: right;}
.clearer{ clear:both;}

a{			color: #fff;}
a:hover{	color: #ee0;}

.rounded-box .border-external-l1,
.rounded-box .border-external-l2{
	border: 1px solid #369;
	border-top: 0px;
	border-bottom: 0px;
	border: 0px;
	overflow: hidden;
	height: 1px;
	background-color: #369;
}

.rounded-box .border-external-l1{
	margin-left: 2px;
	margin-right: 2px;
}
.rounded-box .border-external-l2{
	margin-left: 1px;
	margin-right: 1px;
}
.border-external-l2.top{
	background-color: #39c;
}
.rounded-box .contents{
	background-color: #39c;
	font-size: 1.2em;
	background-image: url('/images/bgbox.gif');
	background-position: bottom;
	background-repeat: repeat-x;	
	border: 1px solid #369;
	border-top:0px;
	border-bottom: 0px;
}
#central-block{
	width: 570px;
	min-height: 190px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}

.container{
	width: 405px;
	float: left;
	color: #fff;
	padding-left: 5px;
	text-align:justify;
}
.container div{
	text-align:justify;
}

#logo{
	background-image: url('/images/logo.gif');
	background-position: center;
	background-repeat: no-repeat;
	width: 405px;
	height: 111px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#logo span{
	display: none;
}

#form-auth{
	display: block;
	padding-top: 70px;
	float: right;
	width: 130px;
	margin-right: 10px;
}
#form-auth h2{
	color: #fff;
	margin-top: 0px;
	line-height: 100%;
}

#form-auth form{
	color: 			#fff;
	font-weight: 	bold;
	font-family: 	Arial, Helvetica, sans-serif;
	font-size: 		1.1em;
}

#form-auth form input{
	border: 1px solid #369;
	width: 	100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #909;
}

#step-3{
	width: 			100%;
	borde: 			1px solid black;
	text-align: 	right;
	padding-top: 	5px;
}

#step-3 button{
	border: 			1px solid #c60;
	background-image: 	url('/images/bg-signup.png');
	background-position: bottom;
	background-repeat: 	repeat-x;
	background-color: 	#fff;
	color: 				#909;
	font-weight: 		bold;
	font-size: 			1em;
}

#form-auth .error{
	padding-left: 			17px;
	background-image: 		url('/images/warning.gif');
	background-position: 	top left;
	background-repeat: 		no-repeat;
	color: #ff4;
}

#reflection{
	margin-left: auto;
	margin-right: auto;
	background-image: 	url('/images/reflection.png');
	background-position: center;
	width: 570px;
	height: 42px;
}


#coming-soon{
  position: absolute;
  margin-left: 488px;
  margin-top: -31px;
}

#step-3 #loader{
	width: 16px;
	height: 16px;
	float: left;
	background-image: url('/images/loader.gif');
}

li{
	margin-bottom: 0.5em;
}