a.btns {
	cursor: pointer;
	padding: 2px 20px;
}

.wrbox {
	z-index: 10000003;
	overflow: hidden;
	padding: 0;
	border: 2px solid #347dbb;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.wrtitle {
	height: 25px;
	background: #F3F3F3;
	line-height: 25px;
	font-size: 12px;
	background: none repeat scroll 0 0 #347DBB;
	border: medium none;
	color: #FFFFFF;
	padding-left: 3px
}

.wrcon {
	background: #fff;
	font-size: 12px;
	text-align: center;
	padding: 10px;
}

.wrcountdown {
	color: red
}

.wrbottom {
	background: #eee;
	text-align: center;
	padding: 5px;
	border: 1px #ddd solid;
}

.wricon {
	width: 32px;
	height: 32px;
	margin: 3px 4px;
}

.wrmsg {
	display: inline-block;
	margin-top: 5px;
	font-size: 12px;
}

.wrmsg img {
	background: none;
}

.mybox {
	z-index: 10000002;
	overflow: hidden;
	padding-top: 50px;
	text-align: center;
	height: 30px;
	border-right: 2px solid #347dbb;
	border-bottom: 2px solid #347dbb;
	border-left: 2px solid #347dbb;
	border-radius: 99px;
	-moz-border-radius: 99px;
	-webkit-border-radius: 99px;
	background: #fff;
}

.mybox img {
	margin-right: 5px;
	display: inline;
	background: none;
}

.wrmsg img {
	background: none;
	display: inline-block;
}