/*
	Template
*/

* {
    padding: 0;
    margin: 0;
    list-style: none;
	border: none;
}

body {
	font: normal 100.1%/1.4em Arial, Verdana, Helvetica, sans-serif;
    background: #fff url('../images/startBg.jpg') repeat-x;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
}

img {
    border: none;
}
  
a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

h1 {
	font-weight: normal;
	font-size: 14px;
	color: #8e9fa9;
	margin-bottom: 10px;
}

#container {
	width: 930px;
	margin: 0px auto;
	padding: 0;
	overflow: hidden; 
	text-align: left;
}

#login{
	height: 47px;
	float: right;
	color: #fff;
	width: 100%;
	background: transparent url('../images/loginBg.png') no-repeat 520px 6px;
}

.textField{
	background: #000;
}

#container #login #button input{
	color: #fff;
	background-color: #3d5d76;
	padding: 2px 5px;
	margin: 15px 10px 0 2px;
	border: none;
	width: 48px;
}

#container #login input{
	color: #333;
	background-color: #fff;
	width: 140px;
	padding: 2px 5px;
	margin: 15px 0px 0 0px;
	border: 1px solid #3d5d76;
}

#button{
	float: right;
	height: 41px;
	margin-right: 35px;
}

*+html #button{
	margin-right: 18px;
}

#inputs{
	float:right;
	height:41px;
}

#head{
	float: right;
	height: 242px;
	clear: both;
	width: 100%;
	background: transparent url('../images/flower.jpg') no-repeat 320px 6px;
	position:relative;
}

#fblogin {
	position:absolute;
	top:20px;
	right:46px;
}

#logo{
	height: 37px;
	width: 179px;
}

#middleContent{
	height: 265px;
	float: left;
	width: 100%;
}

#middleContent #leftBox{
	width: 459px;
	margin-top: 52px;
	color: #fff;
	line-height: 20px;
	float: left;
}

#middleContent #rightBox{
	float: left;
	width: 350px;
	margin: -35px 0 0 80px;
}

#middleContent #rightBox ul{
	margin-top: 10px;
}

#middleContent #rightBox ul li .regbutton input{
	float: left;
	clear: both;
	width: 90px;
	height: 24px;
	margin: 10px 0 0 110px;
	border: none;
	color: #fff;
	font-weight: bold;
	padding: 0;
	font-size: 11px;
	background: #446781;
}

#middleContent #rightBox ul li{
	margin-bottom: 3px;
	clear:left;
}

#middleContent #rightBox ul li a.sendpass {
	margin-left:110px;
	color:#fff;
}

.text{
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 10px;
	padding-top: 4px;
	font-size: 11px;
	color: #3f454b;
}

.warn{
	float:right;
}

#dateReg{
	float:left;
	width: 230px;
}

#middleContent #rightBox #day select{
	width: 60px;
	float: left;
	margin-right: 5px;
}

#middleContent #rightBox .monat select{
	float: left;
	width: 70px;
	margin-right: 5px;
}

#middleContent #rightBox input{
	height: 19px;
	width: 225px;
	padding: 3px 0 0 5px;
	border: 1px solid #3d5d76;
}

#middleContent #rightBox select{
	height: 24px;
	width: 232px;
	padding: 2px;
	border: 1px solid #3d5d76;
}

#errorText{
	margin: 5px 0;
	background: #cd5151;
	padding: 4px 8px;
	color: #fff;
	margin-bottom: 10px;
	display: block;	
}

#footer{
	margin-top: 15px;
	float: right;
}

#footer ul li{
	float: left;
	padding: 0 15px;
	border-left: 1px solid #ccc;
}

#footer ul li.first{
	border: none;
}

#footer ul li a{
	font-size: 11px;
	color: #8698a6;
}

.wronglogin {
	border: 1px solid #cd5151 !important;
}

.hidden {
	display:none !important;
}

#middleContent #rightBox select#cityname {
	width:155px;
}

div.overTxtDiv {
	font-weight: bold;
	color: #999;
}

.overTxtLabel
{
	color:#000;
}

