/* CSS Document */

body{		background: #00729b url(images/bg_login.jpg) repeat-x bottom;scroll left bottom;
			color:#1258a0; font-family:"Tahoma"; font-size:12px;
			text-decoration:none; margin:0px;height:100%}
			
/****************Page1****************/
.cont{		 height:402px;
			padding:63px 0px 0px 0px}
.banner{	width:100%; height:80px;
			color:#ffffff; font-size:26px; font-weight: bold;}
.noidung{	width:467px;  background:#fff;
				-moz-box-shadow: 10px 10px 5px #006286;
	-webkit-box-shadow: 10px 10px 5px #006286;
box-shadow: 5px 5px 5px #006286;}
.nd1{		width:7px; height:255px; 
			background:#fff;
			float:left}
.nd2{		width:559px; height:255px; 
			background:#fff;
			float:left}
.nd3{		width:7px; height:255px; 
			background:#fff;
			float:right}
.dn{		width:503px; height:166px;  margin-top:50px;}
.dn1{		width:353px; height:166px; float:left; margin-top:30px;}
.dn11{		width:353px; height:109px; float:left;}
.dn2{		width:140px; height:166px; background:url(images/system_login.png) no-repeat; float:right}
/****************page2****************/

.left{		width:560px; height:270px; 
			border:1px solid #c7ddeb;
			background:#ffffff; 
			float:left}
.right{		width:200px; height:270px;  
			border:1px solid #c7ddeb; 
			background:#ebf9ff;
			margin-left:8px;
			float:left}
.td{ 		width:545px; height:28px; background:url(images/td.jpg) repeat-x;
			font-family:Tahoma; font-size:12px;
			color:#1258a0;
			line-height:25px;
			padding-left:15px;		}
.r1{		width:189px; height:65px; padding:10px 0px 0px 0px;}
.r11{		width:67px; height:65px; float:left}
.r12{		width:118px; height:65px; float:left;
			line-height:65px;
			background:url(images/r1.jpg) repeat-x scroll}
.r13{		width:4px; height:65px; float:right;
			background:url(images/r2.jpg)}
			
.button_login {
			    background-color: #0f5c78;
    height: 35px;
    line-height: 32px;
    width: 110px;
    border: 1px solid #0d4f67;
    border-radius: 3px;
    font-family: Tahoma;
    font-size: 14px;
    color: #fff;
    text-shadow: 0px 0px #eee;  
    cursor: pointer;
			}
.login_banner{
	width: 100%;
	height: 90px;
	background-image: url(images/Banner.jpg);
	background-repeat: no-repeat;
}
.login_form{
	width: 400px;
	height: 195px;
	margin-top:100px;
}
.login_l{
	width: 400px;
	height: 195px;
	background-image: url(images/login_tdLeft.png);
	background-position: left;
	background-repeat: no-repeat;
}
.login_r{
	width: 400px;
	height: 195px;
	background-image: url(images/login_tdRight.png);
	background-position: right;
	background-repeat: no-repeat;
	text-align: left; 
}
.login_center{
	width: 360px;
	height: 195px;
	margin-left:20px;
	background-image: url(images/login_td.png);
	background-repeat: repeat-x;	
}
.txtLogin{
    background: url(images/textbox.png) no-repeat top left;
    height: 20px;
    width: 200px;
    border:0px;
    padding-top:2px;
    padding-left:2px;
}

