.login_form label{
    font-weight: bold;
    color: #535353;
}
.login_form .txtinput{
    width: 180px;
}
.person_info{
	display: table-cell;
    padding-left: 24px;
    background: url("../images/infor_bg.jpg") repeat-y scroll left top transparent;
}

.submitbt{
    width: 89px;
	background: #129469;
	height:23px;
	color:#ffffff
}


