*{
    margin:0;
    padding:0;
    color: #757677;
    font-size: 13px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 1px;
    font-variant: normal;
}
body{
    background:  #d4e0e4;
}

a{
    color: #0797ff;
    text-decoration:none;
}

ul{
    list-style: none;
}

ul li{
    padding: 3px;
}
table td{
    padding: 3px 5px 3px 5px;
    vertical-align: top;
}

label{
    font-size: 13px;
    color: #888888;

}
input{
    font-size: 12px;
    color: #757677;
    /*padding: 3px;*/
    border:1px solid #d8d8d8;
}
#forgot_password{
    display: none;
}
.button_login{
    height: 24px;
    background: #fbb727;
    padding: 5px;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    border:1px solid #f9960a;
    float: right;
    border-radius: 15px;
}
.button_login:hover{
    color: #ffffff;
    text-shadow: 2px 2px #ff0000;
    border:1px solid #666600;
    cursor:pointer;
}

#wrapper{
    height: auto;
    background: #ffffff;
}

#body{
    margin-left:auto;
    margin-right:auto;
    width: 1012px;
}

#header{
    height: 111px;
    background: url('images/bg_header.png') no-repeat top center;
}
#header2{
    height: 73px;
    background: url('images/bg3.png') no-repeat top center;
}

#footer{
	border-top:1px solid #d4d4d4;
    padding-top: 10px;
    height: 67px;
}

#content{
    height: 438px;
    /*background: #ffffff; */
    background: url('images/bg_thongbao.png') #ffffff no-repeat top left;
}
#content_left{
	margin-top: 60px;
	margin-left: 15px;
	float: left;
	width: 675px;
	height: 378px;
    overflow: auto;
}
#content_right{
	margin-top: 0px;
	float: right;
	width: 311px;
	height: 438px;
	background: url('images/content_right.png') no-repeat top left;
}
#login_form{
	margin-top: 65px;
	margin-left: 22px;
	font-size:10px;
}
#quangcao{
    margin-top: 35px;
}
#img_security{
	position: absolute;
	margin-top: -10px;
}
#btnSubmit{
	float: right;
	margin-top: 18px;
	margin-right: 11px;
	color: #ffffff;
}
#btnResetPassword:hover, #btnSubmit:hover{
	cursor: pointer;
	text-decoration: underline;
}
#btnResetPassword{
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	color: #ffffff;
}

.inline{
    display: inline-table;
    vertical-align: top;
}
