@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}
img, a img {
    border: none;
    outline: none;
    }
body {
	text-align: center;
	background-image: url(../images/cs_bg.jpg);
	background-repeat: repeat-x;
	background-color: #6b6b6b;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	}
#container {
	height: 475px;
	width: 780px;
	padding: 75px 120px 0px 120px;
	background-image: url(../images/cs_main.png);
	background-repeat: no-repeat;
	margin: 0px auto;
	text-align: left;
	clear: both;
	}
#status {
	text-align: right;
	padding: 10px 15px;
	font-size:10px;
	color:#5399a1;
	}
span.status{
	color:#333333;
	}
#logo {
	padding-left: 50px;
	}
p.comingsoon {
	font-size:14px;
	line-height:20px;
	padding: 10px 150px 0px 160px;
	}
#inputArea {
	width: 660px;
	padding: 0px 60px;
	height: 75px;
	clear: both;
	margin-top: 50px;
	}
.csEnhancedInput{
	float: left;
	margin-right: 17px;
	}
.csEnhancedInput label{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-left: 10px;
	}
.inputBG{
	background: url(../images/cs_input_bg.png) top left no-repeat;
	width: 210px;
	height: 22px;
	padding: 5px 15px;
	}
.inputBG input {
	background: none;
	font-size: 16px;
	color: #ffffff;
	width: 210px;
	border: none;
	}
#csBtnNotify{
	padding-top: 18px;
	float: left;
	clear: right;
	}
#csBtnNotify input{
	width: 145px;
	height: 37px;
	background: url(../images/btnNotify.png) top left no-repeat;
	border: none;
	cursor: pointer;
	outline: none;
	}
p.error {
	padding-left: 270px;
	font-weight: bold;
	color: #a40000;
	display: none;
	clear: both;
	}
#messages {
	clear: both;
	padding-top: 35px;
	height: 40px;
	}
#messages p {
	text-align: center;
	display: none;
	}
#copyright {
    font-size: 10px;
    color: #e4e4e4;
    text-align: right;
    padding: 0px 15px;
    }