﻿body
{
	color:#3f3f3f;
	background-color: #fff;
	font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size:100%;
	margin: 0;
}


#pren_start {
	float: left;
}
#pren_end {
float: right;
}

#form_prenumerera {
	width: 350px;
	
}
#form_avsluta {
	width: 325px;
}


#content .box{
	margin-bottom:10px;
	overflow:hidden;	
	border: lightgray solid 1px;
}
#content .box-inner{
	
}
#content .box-body{
	
}
#content .box-body-inner{
	
}
#content .box-content{
	

}
#content .box-content-inner{
	padding:10px 10px;
	min-height:135px;
	
}



#content .regular-form input{


	
}
#content .regular-form input.actionbtn{
	text-decoration:none;
	width: auto;	
	text-align:right;
}
#content .regular-form textarea{
	width: 200px;	
	height: 30px;
	padding:3px;	
	overflow: hidden;	
	border: solid 1px #cacaca;
	font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size:85%;

}
#content .regular-form label{
	float:left;
	width:100px;
	font-size:100%;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
}
#content .regular-form .buttons{	
	float: right;
	padding-top: 4px;		
}
#content .regular-form .button_wrapper{	
	display:block;
	clear:both;
	width:100%;
	height:20px;
}
#content .regular-form  .checkboxlist {
	display: block;
	margin-left: 140px;
	clear: both;
}

#content .regular-form  .checkboxlist input {	
	padding:0; margin: 2px 5px 0 0;
	width: auto;	
	float: left;
	background: none;
}
#content .regular-form .checkboxlist label {		
	margin-top: 4px;
	width: auto;
	
}


a{
	color:#006eab;
}
a:hover{
	text-decoration:underline;
}
p{
	margin-bottom:10px;
	font-size:80%;
}
em{
	font-style:italic;
}
strong{
	font-weight:bold;
}
blockquote, q
{
	font-style:italic;
}
blockquote
{
	padding:0 1em;
}



#content{	
	margin-bottom: 12px;
}
#content h2{
	font-size:1em;
	margin-bottom:10px;
	padding-top:3px;
	font-weight: bold;
	color: black;
}




