@charset "UTF-8";
/* CSS Document */

html, body{
	width:100%;
	margin:0;
	padding:0;
}

body{
	background:url(bg.png) repeat-x #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#27bb0e;
}

a{
	text-decoration:none;
	color:#27bb0e;
	border:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:none;
}

h1{
	margin:0;
	padding:10px 0 20px;
	color:#27bb0e;
	font-size:20px;
}

h3{
	color:#27bb0e;
	margin:0 0 10px 0;
	padding:0;
}

#container{
	width:100%;
	height:100%;
	margin:0 auto;
	background:url(highlight_bg.png) top center no-repeat;
}

#head{
	width:617px;
	margin:0 auto 18px;
	text-align:center;
	padding-top:23px;
}

#menu{
	width:617px;
	max-height:30px;
	margin:0 auto;
	padding:0;
}

#menu ul{
	margin:0;
	padding:0;
	display:inline;
}

#menu ul li{
	margin-right:0px;
	list-style:none;
	display:inline;
	float:left;
}

#menu a:hover{
	text-decoration:none;
}

#menu ul li.first{
	margin-left:5px;
	margin-right:0px;
}

#menu ul li.last{
	margin-right:5px;
	float:right;
	clear:none;
}

#uppercontentholder{
	margin:0 auto;
	padding:0;
	width:885px;
	background:url(shaddow.png) bottom center no-repeat;
}

#uppercontent{
	width:617px;
	margin:0 auto;
	text-align:center;
}

#primebox_top{
	width:617px;
	height:8px;
	max-height:8px;
	background:url(box_top.png) no-repeat;
	margin:0;
	padding:0;
}

#primebox{
	width:617px;
	min-height:269px;
	background:url(box_bg.png) repeat-y;
	color:#aaa9a9;
}

#primebox p{
	padding:0 60px 20px;
	margin:0;
	line-height:15px;
}

#primebox p.last{
	padding-bottom:40px;
}

#primebox img{
	margin:24px 0 20px 0;
}

#primebox_bottom{
	width:617px;
	height:8px;
	background:url(box_bottom.png) no-repeat;
}

#lowercontent{
	width:540px;
	margin:0 auto;
}

#submit{
	margin-top:14px;
	position:relative;
}

#submit p{
	position:absolute;
	top:50%;
}

#wrapper {
	width:530px;
	height:80px;
	margin-left:6px;
}

#floating {
	width:530px;
	height:100%;
	position:relative;
}

#floating p {
	position:absolute;
	bottom:0;
	right:40px;
}

.formtext{
	width:370px;
	color:#aaa9a9;
	float:left;
	margin:5px 0 0 8px;
}

.clear{
	clear:both;
	height:0px;
	margin:0;
	padding:0;
}

.filler{
	height:30px;
}

.submit{
	width:178px;
	height:102px;
	border:none;
	background:url(../img/skicka_upp.png);
	float:right;
	cursor:pointer;
}

.submit_over{
	width:178px;
	height:102px;
	border:none;
	background:url(../img/skicka_down.png);
	float:right;
	cursor:pointer;
}

.submitted{
	width:178px;
	height:102px;
	border:none;
	background:url(../img/skicka_tack.png);
	float:right;
	cursor:default;
}

.input1{
	width:204px;
	height:20px;
	padding:5px;
	border:1px dotted #cacaca;
	color:#27bb0e;
}

.input2{
	width:274px;
	height:20px;
	padding:5px;
	border:1px dotted #cacaca;
	color:#27bb0e;
}

.input3{
	width:125px;
	height:20px;
	padding:5px;
	border:1px dotted #cacaca;
	color:#27bb0e;
}

.input4{
	width:125px;
	height:20px;
	margin-left:8px;
	padding:5px;
	border:1px dotted #cacaca;
	color:#27bb0e;
}

.floatright{
	float:right;
}

.error{
	cursor:default;
}

.balloon_img{
	position:absolute;
	bottom:210px;
	left:512px;
}

.butterfly_img{
	position:absolute;
	bottom:305px;
	left:605px;
}
