* {
	margin: 0;
	padding: 0
}
.yyui-cl:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.yyui-cl {
	zoom: 1
}
.yyui-shade {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(255,255,255,.1);
	z-index: 90
}
.yyui-box {
	position: fixed;
	font-size: 14px
}
.yyui-cont {
	width: 100%;
	height: auto;
	background: #fff;
	position: relative;
	color: #6F6F6F;
	word-wrap: break-word
}
.yyui-cont .yyui-alert {
	width: 80%;
	line-height: 25px;
	padding: 35px 10%;
	background: #fff
}
.yyui-cont .yyui-msg {
	width: auto;
	line-height: 25px;
	padding: 10px 20px;
	background: #f3f3f3;
	text-align: center;
	margin: auto
}
.yyui-btns {
	width: 100%;
	height: 40px;
	background: #ccc;
	position: relative;
	line-height: 39px;
	text-align: center;
	font-size: 14px
}
.yyui-btns a {
	width: 50%;
	height: 39px;
	float: left;
	text-decoration: none;
	color: #fff;
	letter-spacing: 5px;
	border-top: 1px solid #bbb
}
.yyui-btns .yes-btn {
	background: #EBA57F;
	border-top: 1px solid #E38451
}
.yyui-btns .full-btn {
	width: 100%
}