.Dialog { width: auto; border: 1px solid #eee; border-radius: 5px; }
.Dialog .DTitle,.Dialog .DFoot { background: #50cde3; height: 37px; line-height: 37px; margin: 0; overflow: hidden; padding: 0; text-align: right; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;  }
.Dialog .DTitle .Dclo { color: #fff; font-size: 22px; }
.Dialog .DTitle font { float: left; color: #fff; font-size: 14px; height: 37px; text-align: left; text-indent: 10px; font-weight: bold; }
.Dialog .DTitle a { background: no-repeat scroll 0 13px; color: #F0F0F0; float: right; font-size: 10px; height: 22px; text-align: left; text-indent: 4px; width: 22px; padding-right: 5px; }
.Dialog .DTitle a:hover { background: no-repeat scroll 0 -17px; }
.Dialog .DTitle button { float: right; margin-top: 5px; margin-right: 5px; }
.Dialog .DCnt { background-color: #FFFFFF; padding: 10px 4px; }
.Dialog .Dbtn { margin: 7px 13px; background: #50cde3; border-radius: 3px; border: none; color: #FFF; padding: 5px 10px; text-shadow: 0 1px 0 rgba(0,0,0,0.3); font-size: 14px; }

.Dialog .DFoot { display:none;}
.bepBtn{ text-align:center; margin-top:5px;}

/*弹出框-上传相册照片样式*/

.parentFileBox>.diyButton>a {
	padding:5px 10px 5px 10px;
	background-color:#1F80BF;
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	border-radius:3px;
}
.parentFileBox>.diyButton>a:hover {
	background-color:#286090;
	color:#fff;
}

.webuploader-pick {
	position: relative;
	display: inline-block;
	cursor: pointer;
	background: #1F80BF;
	padding: 10px 15px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
}
.webuploader-pick-hover {
	background: #286090;
}

/*/上传相册照片样式*/