

/*========================================================*/
/*     Container Design Elements                          */
/*========================================================*/
.PollBody
{
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    width:100%;
    font-size: 11px; 
	font-family: verdana; 
	color: #FFF; 
	font-weight: bold; 	
}

.PollTitle
{
	box-sizing: border-box;
    -moz-box-sizing: border-box;
	background: url(../../grafikkelementer/breadcrumb/breadcrumb_background_nyhet.gif) repeat-x;	
	height:21px;
	padding:0px 0px 0px 5px;	
	vertical-align: bottom;
}
.PollContent
{
	background-color:#FFFFFF;
	color:#FFFFFF;
	box-sizing: border-box;	
    -moz-box-sizing: border-box;
    
}
.poll_background{	
	background: url(../../grafikkelementer/bakgrunner/background_dark_to_light_20px.gif) repeat-x ;		
    color: White;         
    font-weight: bold;
    font-family:Verdana;
    font-size: 12px;
    padding: 0px 5px 0px 5px;
    width:100%;
}








