.bind-center{
	width:946px;

	border-top:4px solid #6fc1fe;
	box-shadow: 0 0 5px 2px #ddd;

	padding:0 27px;


	border-radius:2px;

	background:#fff;
	margin: 40px auto;
}
.bind-center .title{
	border-bottom:1px solid #e5e5e5;
	padding-top:14px;
	line-height:50px;
	padding-left:4px;
	font-size:16px;
	color:#2a2a2a;
}
.bind-center .form-content{
	padding-top:12px;
	width:344px;
	margin:0 auto;
	padding-bottom: 30px;
}
.bind-center .form-content .help-block{
	display:none;
	position: absolute;
	left: 352px;
	height: 47px;
	width: 200px;
	top: 0;
	white-space: nowrap;
	font-size: 12px;
	line-height: 47px;
	padding-left: 18px;
}
.bind-center .form-content .help-block.active{
	display:block;
}
.bind-center .form-content .help-block.success{
	background:url('../image/help_success.png') left center no-repeat;
}
.bind-center .form-content .help-block.error{
	background:url('../image/help_error.png') left center no-repeat;
}
.mod-dialog{
	position: fixed;
	width: 100%;
	left: 0;
	background: rgba(0,0,0,.6);
	height: 100%;
	top: 0;
}
.main-form{
	background: #fff;
	width: 600px;
	left: 50%;
	top: 50%;
	position: absolute;
	padding: 20px;
	margin-left:-320px;
	margin-top:-105px;
	border:1px solid #ccc;
}

.mod-dialog .wrapper .head {
	height: 35px;
	line-height: 35px;
	background: #fff;
	border-bottom: 1px solid #ccc;
}
.mod-dialog .head .title {
	font-size: 16px;
	max-width: 400px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	float: left;
	color: #666;
	font-weight: 700;
}
.mod-dialog .head .close {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0px;
	top: 10px;
	background: url(/image/close.png) no-repeat;
	cursor: pointer;
}
.mod-dialog .wrapper .t_r {
	padding: 0 40px;
	border-top: 1px solid #ccc;
	text-align: right;
	height: 65px;
	line-height: 65px;
	min-width: inherit;
	background: 0 0;
	position: static;
	margin: 0;
	width: auto;
}
.mod-bindWx .main-row {
	margin: 20px 0 8px;
	width: 100%;
}

.mod-bindWx .main-row-r {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.mod-bindWx .inp {
	width: 450px;
	border: 1px solid #dbdbdb;
	padding: 4px;
	outline: 0;
	height: 35px;
	line-height: 35px;
}
.button-small{
	margin-top: 20px;
	height: 30px;
	width: 90px;
	cursor: pointer;
	border: 1px solid #ccc;
	color: #fff;
	border-color: #3d83d8;
	background-color: #428ee2;
}
.mod-bindWx .main-row-l {
	width: 90px;
	text-align: right;
	display: inline-block;
	vertical-align: top;
	margin-top: 11px
}
.mod-bindWx .tip-txt-r {
	color: red
}
.colon{
	margin: 0 4px;
}
.cfix{
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}
.txt{
	margin: 8px 10px 8px 24px;
	font-size: 15px;
	color: red;
}
em{
	font-style: normal;
}
