* {
	margin: 0px;
	padding: 0px;
	}
img, a img {
    border: none;
    outline: none;
    }
body {
	text-align: center;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	}
#container {
	height: 475px;
	width: 634px;
	padding: 75px 120px 0px 120px;
	background-image: url(../images/cs_main.png);
	background-repeat: no-repeat;
	margin: 0px auto;
	text-align: left;
	clear: both;
	}
#form_notify {
	width: 634px;
	background-image: url(../images/form_bg.png);
	background-repeat: no-repeat;
}
#status {
	text-align: right;
	padding: 10px 15px;
	font-size:10px;
	color:#5399a1;
	}

span.status{
	color:#333333;
	}

#logo {
	padding-left: 30px;
	padding-top:10px;
	}

p.comingsoon {
	font-size:14px;
	line-height:20px;
	padding: 10px 90px 0px 125px;
	}

#inputArea {
	width: 630px;
	padding: 0px 30px;
	height: 75px;
	clear: both;
	margin-top: 50px;
	}

.csEnhancedInput{
	float: left;
	margin-right: 7px;
	}

.csEnhancedInput label{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-left: 10px;
	}

.inputBG{
	background: url(../images/inp_bg.png) top left no-repeat;
	width: 180px;
	height: 24px;
	padding: 5px 15px;
	}

.inputBG input {
	background: none;
	font-size: 14px;
	color: #6C7A71;
	width: 150px;
	border: none;
	}

#csBtnNotify{
	padding-top: 18px;
	float: left;
	clear: right;
	}

#csBtnNotify input{
	width: 145px;
	height: 37px;
	background: url(../images/btnSubmit.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: 5px;
	height: 40px;
	color: #e04055;
	}

#messages p {
	text-align: center;
	}

#news dl
{
	float: left;
	width: 620px;
	margin: 1em 0;
	padding: 0;
	border-bottom: 1px solid #999;
}

#news dt
{
	clear: left;
	float: left;
	width: 600px;
	margin: 0;
	padding: 5px;
	border-top: 1px solid #999;
	font-weight: bold;
}
#news dl a {color: #6c7a71; }
#news h2{color: #e04055;}
#news dd
{
	float: left;
	width: 600px;
	margin: 0;
	padding: 5px;
	order-top: 1px solid #999;
}

#copyright {
    font-size: 10px;
    color: #444444;
    text-align: right;
    padding: 10px 15px;
    }
