.mh_user_frm h1,
.mh_user_frm h2,
.mh_user_frm .provision-agrrement{
	text-align:left;
}
.mh_user_frm .provision-content{
	height:110px;
	overflow:auto;
	position:relative;
	padding: 20px 18px 0 20px;
	border:1px solid #E5E5E5;
	text-align:left;
}
.mh_user_frm div.button{
	text-align:center;
	margin:10px 0;
}

.mh_user_frm input[type=submit]{
	padding:5px 10px;
	cursor:pointer;
}
.mh_user_frm{
	text-align:center;
	width:500px;
	margin:auto;
}
.mh_user_frm table{
	width:100%;
	border-top:1px solid #dedede;
}
.mh_user_frm table caption{
	text-align:right;
}
.mh_user_frm table span{
	color:#FF6C00;
	margin-right:3px;
}
.mh_user_frm table th,
.mh_user_frm table td{
	text-align:left;
	padding:10px;
	border-bottom:1px solid #dedede;
	vertical-align:top;
}
.mh_user_frm table th{
	width:100px;
	color:#333;
	font-weight:bold;
	background:#f9f9f9;
	border-right:1px solid #dedede;
}
.mh_user_frm input[type=text],
.mh_user_frm input[type=password]{
	padding:5px;
}
.mh_user_frm p.msg{
	text-align:left;
	background-color:#ffebe8;
	border:1px solid #c00;
	padding:5px 10px;
	border-radius:3px;
	margin-bottom:10px;
}
.mh_user_thanks{
	width:500px;
	padding:100px 0;
	margin:auto;
	font-size:18px;
	text-align:center;
}
.mh_user_login_frm .login_input{
	float:left;
	margin:0;
	padding:0;
}
.mh_user_login_frm input[type=text],
.mh_user_login_frm input[type=password]{
	width:140px;
	padding:5px;
	margin:0;
	margin-bottom:5px;
}
.mh_user_login_frm .login_btn{
	float:right;
	margin:0;
	padding:0;
}
.mh_user_login_frm input[type=submit]{
	height:60px;
	width:70px;
}
.mh_user_login_frm .button{
	background-color:#f3f3f3;
	border:1px solid #ccc;
	color:#777;
	line-height:27px;
	cursor:pointer;
}