﻿@CHARSET "UTF-8";
.dialog{
	width:100%;
	height:100%;
	position:fixed;
	left:0px;
	top:0px;
	z-index:1000;
	background-color:rgba(0,0,0,0.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
}
.message_dialog{
	width:200px;
	height:160px;
	background-color:#e7e8e9;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-140px;
	margin-top:-90px;
	padding:20px 40px;
	border-radius:3px;
}
.message_dialog .close_btn{
	width:9px;
	height:9px;
	display:block;
	position:absolute;
	top:8px;
	right:8px;
	background-image:url(../images/btn_close.png);
	cursor:pointer;
}
.message_dialog .form-item{
	width:100%;
	height:40px;
	padding-top:10px;
	overflow:hidden;
}
.message_dialog .form-item input{
	width:170px;
	height:32px;
	padding:0px 12px;
	line-height:32px;
}
.message_dialog .form-item img{
	display:block;
	float:left;
	cursor:pointer;
}
.message_dialog .form-item .refresh_btn{
	width:48px;
	height:26px;
	display:block;
	float:left;
	padding-left:18px;
	background:url(../images/r_refresh.png) no-repeat left center;
	margin-left:20px;
	margin-top:3px;
	color:#56a1fc;
	cursor:pointer;
	line-height:26px;
	text-decoration:underline;
}
.message_dialog .form-item .m_btn{
	width:200px;
	height:40px;
	background-color:#ed1919;
	display:block;
	text-align:center;
	line-height:40px;
	color:#fff;
	font-size:16px;
	border-radius:4px;
}