@charset "utf-8";
/* CSS Document */


.body {
font-family:"Times New Roman", Times, serif;
font-size:16px;
color:#FFFFFF;
background: url(../images/login_page_bg.jpg) no-repeat;
margin: 0px;
}

#container {
margin: 0px auto 0px;
width: 900px;
height: auto;
/*background-color: #FFFFFF;*/
/*border: 1px solid #00CC33;*/
}

#header {
width: 100%;
height: 100px;
background-color:#fff;
}

#logincontainer {
margin: 90px auto 0px;
width: 588px;
height: 244px;
/*border: 1px solid #CCCCCC;*/
background: url(../images/login_bg.png) no-repeat;
}

.tdlogin {
margin: 40px auto 0px 35px;
width: 550px;
}

.text {
font-size:22px;
color: #FFFFFF;
font-weight:bold;
text-align:right;
}

.input {
margin-left: 10px;
margin-bottom: 10px;
width: 256px;
height: 30px;
background: url(../images/input_bg.png) no-repeat;
line-height: 30px;
text-align: left;
text-indent: 5px;
font-size:16px;
color:#666666;
font-weight: bold;
border: 0px;
}

.button {
width: 51px;/* Width of button image */
height: 31px;/* Height of button image */	
padding: 0px 0 0;	
margin: 0;	
border: 0;	
background: transparent url(../images/go.jpg) no-repeat;
overflow: hidden;	
cursor: pointer; /* hand-shaped cursor */	
cursor: hand; /* for IE 5.x */
float:right;
}

.loginerror {
width: 300px;
height: auto;
background-color: #FF0033l;
color: #FFFFFF;
}