/* Design by VTEM http://www.vtem.net  All Rights Reserved */
@import url(components.css);
@import url(modules.css);
@import url(layouts.css);
@import url(layouts_style.css);
@import url(navigation.css);
@import url(forms.css);
@import url(typo.css);
@import url(3rd_party.css);
@import url(error.css);
@import url(offline.css);
/* #######################  GENERAL SETTINGS ############################ */
#vtem {
	color: #333;
	margin:0;
	padding:0;
	line-height:1.6;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#A0D6E8;
	}
/*  Global Formatting */
#vtem h1 {font-size:180%;line-height: 1em;font-weight: 900;}
#vtem h2 {font-size:160%;line-height: 1em;font-weight: 900;}
#vtem h3 {font-size:140%;line-height: 1em;font-weight: 900;}
#vtem h4 {font-size:120%;line-height: 1.3em;font-weight: 700;}
#vtem h5 {font-size:100%;line-height: 1em;font-weight: 900;}
#vtem h6 {font-size:80%;line-height: 1em;font-weight: 900;}
#vtem a,#vtem a:link,#vtem a:visited{outline:none;}
#vtem a:hover{text-decoration:underline;}
#vtem img {border: 0 none; margin:0 8px 0 0; padding:0;}
*{margin:0; padding:0}
#vtem ul, #vtem ol{padding-left:10px; margin-left:12px; clear:both;}
#vtem p{ padding-bottom:8px; margin:0px 0px 0px 0px;}
#vtem pre, #vtem blockquote, #vtem h1, #vtem h2, #vtem h3, #vtem h4, #vtem h5, #vtem h6{
    margin: 0px 0;
    padding: 0px 0px 0px 0px;
}
/* Clears Divs */
.clr{clear: both; height:0px;overflow: hidden;}
/* Clearfix  */
* html .clearfix{ height:1%;}
html[xmlns] .clearfix{ display:block;}
.clearfix:after{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
/* #######################  END GENERAL SETTINGS ############################ */

.poll-item{
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
.poll-item .poll-sendanswer-btn{
	padding: 7px 10px;
	border: 1px solid #ccc;
	text-align: center;
	background: #ececec;
	font-size: 14px;
}
.poll-item .poll-sendanswer-btn:hover,
.poll-item .poll-sendanswer-btn.process{
	background: #ccc;
	color: #fff;
	cursor: pointer;
}
#poll-title,
.poll-title {
	font-weight: bold;
}
#polling label,
.poll-item label{
	display: inline;
}	





























