/* -------------- global framework and structure --------------- */
body
{
	color:#3f3f3f;
	background-color: #fff;
	font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size:82%;
	line-height:130%;	
}

/* -------------- form boxes --------------- */
#pren_start {
	float: left;
}
#pren_end {
	float: right;
}

#form_prenumerera {
	width: 420px;
}
#form_avsluta {
	width: 325px;
}

/* --------------- box ---------------- */

#content .box{
	background:#fff url(../images/box-left.png) repeat-y;
	margin-bottom:10px;
	overflow:hidden;	
}
#content .box-inner{
	background:url(../images/box-right.png) repeat-y right 0;
}
#content .box-body{
	background:url(../images/box-top-left.png) no-repeat;
}
#content .box-body-inner{
	background:url(../images/box-top-right.png) no-repeat right 0;
}
#content .box-content{
	background:url(../images/box-bottom-right.png) no-repeat right bottom;

}
#content .box-content-inner{
	background:url(../images/box-bottom-left.png) no-repeat left bottom;
	padding:17px 12px;
	min-height:135px;
}


/* --------------- forms ---------------- */

#content .regular-form input{
	width:149px;
	height:20px;
	padding:3px;
	background:url(../images/input-field.png) no-repeat left bottom;
	border:none;	
}
#content .regular-form input.actionbtn{
	background:url(../images/icon-arrow.png) no-repeat right 3px;
	padding-right:24px; 
	text-decoration:none;
	border:none;	
	color:#006eab;
	width: auto;	
	cursor: pointer;
	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:82%;
	color: #006eab;
}
#content .regular-form label{
	float:left;
	width:125px;
	color:#6e6e6e;
	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;
	
}


/* -------------- general html and classes --------------- */

a{
	color:#006eab;
}
a:hover{
	text-decoration:underline;
}
p{
	margin-bottom:10px;
}
em{
	font-style:italic;
}
strong{
	font-weight:bold;
}
blockquote, q
{
	font-style:italic;
}
blockquote
{
	padding:0 1em;
}


/* -------------- main-content --------------- */
#content{	
	margin-bottom: 12px;
}
#content h2{
	font-size:1.3em;
	margin-bottom:10px;
	padding-top:3px;
	font-weight: bold;
}





