﻿

/*========================================================*/
/*     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{	
	font-family:Verdana;
	color:White;	
	width: 100%;	
	padding: 2 0 0 5;
	font-family:Verdana;
	font-size:11px;
	height:21;
}







