.csw {
	margin-bottom: 20px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @group Layout */

.csw .small_widget {
	height: 202px;
	width: 160px;
	border: none;
	background: url(../images/wrpr/small.png) no-repeat 0;
}

.csw .small_widget .poll_title {
	display: none;
}

.csw .small_widget .first_question {
	height: 110px;
	padding: 10px;
	position: relative;
	top: 50px;
	
	   		width: 140px;   	
   		
}

.csw .small_widget .button {
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border: none;
	background-color: transparent;
	top: 30px;
	
	   		width: 140px;   	
   	   	
}

.csw .small_widget .button input {
	width: 86px;
	height: 25px;
	border: none;
	cursor: pointer;
	background-color: transparent;
	color: transparent;
	background: url(../images/wrpr/vote.png) no-repeat center bottom;
	position: relative;
		
	   		top: -20px;
   		left: 30px;   	
   	 
}

.csw .widget {
	width: 200px;
	border: none;
	background-color: transparent;
}

.csw .widget .top {
	height: 60px;
	background: url(/widgets/ntu/images/top.png) no-repeat 0 bottom;
}

.csw .widget .middle {
	background: url(../images/wrpr/middle.png) no-repeat 0 bottom;
	background-color: #7C050B;
}

.csw .widget .bottom {
	height: 57px;
	background: url(../images/wrpr/bottom.png) no-repeat top;
	position: relative;
	top: -10px;
}

.csw .widget .poll_title {
	display: none;
}

.csw .widget .login_box_text { 
	height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	top: 20px;
		
	   		width: 180px;   	
   	   	
}

.csw .widget .login_box {
	height: 140px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5%;
	position: relative;
	top: 20px;
			
	   		width: 180px;   	
   	   	
}

.csw .widget .login_box input {
	height: 30px;
	padding: 5px;
	border: 1px solid black;
	  			
	   		width: 180px;   	
   	   	
}

.csw .widget .login_text {
	position: relative;
	
	   		margin-bottom: 25px;  	
   	}

.csw .widget .form_error {
	width: 100%;
	position: relative;
	top: 5px;
	margin-bottom: 10px;
}

.csw .widget .question_number {
	height: 20px;
	padding: 10px 10px 0;
	position: relative;
	top: 0px;
		  			
	   		width: 160px;   	
   		
}

.csw .widget .question_text {
	padding: 10px;
	position: relative;
	top: 0px;
	
	   		width: 180px;   	
   	}

.csw .widget .answer {
	width: 100%;
	position: relative;
	display: table;
}

.csw .widget .answer_checkbox {
	height: 20px;
	padding: 10px;
	float: left;
	position: relative;
	top: 0px;
	
	   		width: 20px;   	
   	}

.csw .widget .answer_radio {
	height: 20px;
	padding: 10px;
	float: left;
	position: relative;
	top: 0px;
	
	   		width: 20px;   	
   	}

.csw .widget .answer_text {
	float: left;
	padding: 10px 20px 10px 0;
	position: relative;
	top: 0px;
	
	   		width: 120px;   	
   	}

.csw .widget .result0, .csw .widget .result1, .csw .widget .result2, .csw .widget .result3, .csw .widget .result4 {
	width: 180px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 6px;
	position: relative;
	display: table;
}

.csw .widget .result0 .result_percent, .csw .widget .result1 .result_percent, .csw .widget .result2 .result_percent, .csw .widget .result3 .result_percent, .csw .widget .result4 .result_percent {
	height: 20px;
	padding: 6px;
	float: left;
	position: relative;
	top: 0px;
	
	   		width: 40px;   	
   	}

.csw .widget .result0 .result_text, .csw .widget .result1 .result_text, .csw .widget .result2 .result_text, .csw .widget .result3 .result_text, .csw .widget .result4 .result_text {
	float: left;
	padding: 6px 0 6px 0;
	position: relative;
	top: 0px;
		
	   		width: 110px;   	
   	}

.csw .widget .result0 {
	background-color: #ccc;
}

.csw .widget .result1 {
	background-color: #999;
}

.csw .widget .result2 {
	background-color: #666;
}

.csw .widget .result3 {
	background-color: #333;
}

.csw .widget .result4 {
	background-color: #222;
}

.csw .widget .thank_you_title {
	width: 90%;
	padding: 5%;
	position: relative;
	top: 0px;
	padding-top: 50px;
}

.csw .widget .thank_you_text {
	width: 90%;
	padding: 5%;
	position: relative;
	top: 0px;
}

.csw .widget .button {
	padding: 10px;
	position: relative;
	top: 0px;
	height: 30px;
		border: none;
	background-color: transparent;
	
	   		width: 180px;   	
   	}

.csw .widget .button input.submit {
	width: 86px;
	height: 25px;
	border: none;
	cursor: pointer;
	background-color: transparent;
	color: transparent;
	background: url(../images/wrpr/submit.png) no-repeat 0 bottom;
	position: relative;
	top: 0;
	left: 55px;
}

.csw .widget .button input.vote {
	width: 86px;
	height: 25px;
	border: none;
	cursor: pointer;
	background-color: transparent;
	color: transparent;
	background: url(../images/wrpr/vote.png) no-repeat 0 bottom;
	position: relative;
	top: 0;
	left: 55px;
}

.csw .widget .button input.next {
	width: 26px;
	height: 25px;
	border: none;
	cursor: pointer;
	float: right;
	margin-right: 48px;
	background-color: transparent;
	color: transparent;
	background: url(../images/wrpr/next.png) no-repeat 0 bottom;
}

.csw .widget .button input.previous {
	width: 26px;
	height: 25px;
	border: 1px none #fff;
	cursor: pointer;
	float: left;
	margin-left: 48px;
	background-color: transparent;
	color: transparent;
	background: url(../images/wrpr/previous.png) no-repeat 0 bottom;
}

.csw .widget .close {
	height: 45px;
	width: 16px;
	background-color: #666;
	position: relative;
	top: 40px;
	right: -16px;
	float: right;
	z-index: 900;
	cursor: pointer;
	background: url(../images/wrpr/close.png) no-repeat 0 bottom;
}

.csw .add_widget {
	margin-left: auto;
	margin-right: auto;
	
	   		width: 180px;   	
   	}

.csw .add_widget input.add {
	width: 86px;
	height: 25px;
	position: relative;
	top: 0;
	border: none;
	cursor: pointer;
	background-color: transparent;
	color: transparent;
	background: url(../images/wrpr/add.png) no-repeat 0 bottom;
	margin-top: 30px;
	margin-bottom: 50px;
	
	   		left: 55px;   	
   	}

/* @end */

/* @group Typography */

.csw .small_widget .poll_title {
	font-size: 16px;
	font-weight: bold;
}

.csw .small_widget .first_question {
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-align: center;
	color: #fff;
}

.csw .widget .poll_title {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.csw .widget .login_box_text {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}

.csw .widget .login_box {
	font-size: 12px;
	font-weight: normal;
}

.csw .widget .login_box input {
	background-color: whitesmoke;
}

.csw .widget .login_box input:focus {
	background-color: white;
}

.csw .widget .login_text {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #fff;
}

.csw .widget .form_error {
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: red;
}

.csw .widget .question_number {
	font-size: 10px;
	font-weight: normal;
	color: #fff;
}

.csw .widget .question_text {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #fff;
}

.csw .widget .answer {
	font-size: 12px;
	line-height: 26px;
	font-weight: normal;
	color: #fff;
}

.csw .widget .result0, .csw .widget .result1, .csw .widget .result2, .csw .widget .result3, .csw .widget .result4 {
	font-size: 12px;
	line-height: 26px;
	font-weight: normal;
	color: #fff;
}

.csw .widget .thank_you_title {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.csw .widget .thank_you_text {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #fff;
}

.csw .widget .thank_you_text a:link, .csw .widget .thank_you_text a:visited, .csw .widget .thank_you_text a:hover, .csw .widget .thank_you_text a:active {
	color: yellow;
}

.csw .widget .close { 
	color: transparent;
	font-size: 0.6em;
}

/* @end */
