@charset "utf-8";
/* CSS Document */

.fancybox-close {
	position: absolute;
	top: -30px !important;
	right: -10px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.n-vote{
	margin:2px;
	border:#FFF 1px solid;
	position:relative;
}
.n-vote:after{
	content:'';
	border:#C8E0EF 1px solid;
	display:block;
	position: absolute;
	left:-2px;
	right:-2px;
	top:-2px;
	bottom:-2px;
	z-index:-1px;
}
.n-vote .vtitle{
	min-height:44px;
	font-size: 18px;
	color:#444444;
	font-weight: bold;
	line-height:44px;
	text-align:center;
	border-bottom:#1BADCF 3px solid;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#afd2e4+0,ffffff+100 */
	background: #afd2e4; /* Old browsers */
	background: -moz-linear-gradient(top,  #afd2e4 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #afd2e4 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #afd2e4 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afd2e4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.n-vote .vtitle:before{
	content:'';
	background:url(../images/vote.png) no-repeat;
	width: 24px;
	height: 26px;
	display:inline-block;
	margin:0 10px 0 -10px;
	margin-bottom:3px;
	vertical-align:middle;
}
.n-vote .con{
	color:#606060;
	font-size: 14px;
	margin:10px 10px 0;
	padding-bottom:10px;
	border-bottom:#BBBBBB 1px dotted;
}
.n-vote ul{
	padding:15px;
	position:relative;
	z-index:2;
}
.n-vote ul li label{
	color:#606060;
	font-size: 14px;
}
.n-vote li{
	list-style:none;
	position: relative;
	color:#999999;
}
.n-vote ul.result li{
}
.n-vote ul.result label{
	display:block;
}
.n-vote ul.result .result-box{
	width:70%;
	position:relative;
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
}
.n-vote ul.result .result-list{
	width: 0%;
	height: 12px;
	border: #A9A9A9 1px solid;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,e0e0e0+100 */
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #e0e0e0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#e0e0e0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f7f7f7 0%,#e0e0e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}
.n-vote ul.result li.first{
	color:#1AACCE；
}
.n-vote ul.result li.first .result-list{
	border:#1CBAB5 1px solid;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5bcde6+0,17b8b1+100 */
	background: #5bcde6; /* Old browsers */
	background: -moz-linear-gradient(top,  #5bcde6 0%, #17b8b1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #5bcde6 0%,#17b8b1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #5bcde6 0%,#17b8b1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bcde6', endColorstr='#17b8b1',GradientType=0 ); /* IE6-9 */
}
.n-vote .vbtn{
	width:85%;
	display:block;
	margin:0 auto;
	margin-bottom:10px;
	background:url(../images/vote_btn.jpg) repeat-x;
	height:31px;
	border:#1AB5E8 1px solid;
	font-size: 16px;
	color:#FFF;
	text-align:center;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position:relative;
	z-index:2;
}
.n-vote input[type="radio"]{
	margin-right:5px;
}

.n-vote input[type="checkbox"]{
	margin-right:5px;
}

