@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	background: url(../images/patternBg.png) repeat;
	height: 100%;
	overflow: hidden;
}
.mainContent {
	background: url(../images/gradientBg.png) repeat-x top;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.LogoScreen {
	width: 538px;
	height: 328px;
	background: url(../images/LogoPlait.png) no-repeat;
	margin: auto;
	margin-top: 150px;
}

/*
.feelds {
	width: 457px;
	margin: 0 auto;
	padding-top: 200px;
}
.inputTip {
	width: 323px;
	height: 35px;
	background: url(../images/demoFeeld.png) left top no-repeat;
	border: none;
	color: #3a4360;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	padding: 7px 0 0 30px;
	font-weight: bold;
	float: left;
}
.butnTip {
	width: 130px;
	height: 42px;
	background: url(../images/demoFeeld.png) right top no-repeat;
	border: none;
	margin-left: -30px;
	float: left;
	text-indent: -99999px;
	cursor: pointer;
}
*/

.register {
	width: 457px;
	margin: 0 auto;
	padding-top: 200px;	
}
.registerContent{
	width: 457px;
	height: 42px;
	overflow:hidden;
}
.register input {
	width: 303px;
	height: 33px;
	display: block;
	background: url(../images/Register.png) no-repeat;
	border: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	color: #015d9a;
	padding: 9px 20px 0 30px;
	float: left;
}
.register input:focus {
	outline: none;
	background-position: bottom left;
}
.register a {
	width: 130px;
	height: 42px;
	background: url(../images/Register.png) no-repeat;
	background-position: right top;
	display: block;
	margin-left: -26px;
	float: left;
	text-indent: -9999em;
}
.register a:focus { outline: none; }
.register a:hover { background-position: bottom right; }
.ComingSoon {
	width: 235px;
	height: 40px;
	display: block;
	background: url(../images/ComingSoon.png) no-repeat;
	text-indent: -9999em;
	margin: 0 auto;
	margin-top: 20px;
}
.notification {
	background: url(../images/btnBack.png) no-repeat right;
	height: 42px;
	line-height: 42px;
	margin-top: 42px;
	font-size: 1.2em;
	color: #015d9a;
	text-indent: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}
#btnBack {
	width: 110px;
	height: 42px;
	text-indent: -9999em;
	display: block;
	background: url(../images/btnBack.png) no-repeat;
	background-position: -111px 0px;
	margin: 0;
}
#btnBack:hover {
	background-position: left;
}
.infoBox {
	margin-top: 30px;
	display: block;
	background: url(../images/Info.png) no-repeat left top;
	padding: 20px 0 0 80px;
	font-size: 15px;
	line-height: 24px;
	color: #fff;
}
.infoBox span {
	font-weight: bold;
}
.infoBox span.Colord {
	color: #00d2ff;
}