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

/*By Tomsbyrå 2009, Joachim Blomberg*/

body, html
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	padding-top: 10px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

#wrapper
{
width: 950px;
height: 649px;
margin: 0px auto;
background-image: url(..//bg.gif);
background-repeat: no-repeat;
text-align: left;
}

#form
{
	position: relative;
	width: 423px;
	height: 255px;
	top: 386px;
	left: 465px;
	float: left;
	display: inline;
}

#info
{
position: relative;
top: 481px;
left: 22px;
width: 430px;
height: 140px; 
overflow: auto;
float: left;
display: inline;
background-image: url(../images/input_bg.gif);
background-repeat: no-repeat;
}

#info_space
{
margin: 10px 10px 10px 15px;
}

#form_text
{
	position: absolute;
	top: 122px;
	left: -282px;
	width: 415px;
	height: 51px;
}

#form_text_space
{
padding-top: 10px;
}

#frm_optional
{
	position: relative;
	/*label width, see below*/
left: 10px;
	width: 350px;
}

#frm_optional2
{
position: relative;
/*label width, see below*/
width: 423px;
}

.clear
{
clear: both;
}

input
{
border: 0px;
}

.input_wrapper
{
	border: 1px solid #CCC;
	background-image: url(../images/input_bg.gif);
	height: 18px;
	float: left;
	width: 140px;
	overflow: hidden;
	background-repeat: no-repeat;
	margin-bottom: 0px;
}

.input_wrapper2
{
border: 1px solid #CCC;
background-image: url(../images/input_bg.gif);
height: 18px;
float: left;
width: 45px;
overflow: hidden;
background-repeat: no-repeat;
margin-bottom: 0px;
}

.input_wrapper3
{
border: 1px solid #CCC;
background-image: url(../images/input_bg.gif);
height: 18px;
float: left;
width: 85px;
overflow: hidden;
background-repeat: no-repeat;
margin-bottom: 0px;
margin-left: 5px;
}

.text_input
{
width: 189px;
height: 15px;
line-height: 15px;
position: relative;
top: 3px;
left: 4px;
margin: 0px;
padding: 0px;
background-color: transparent;
overflow: hidden;
font-weight: bold;
}

.checkbox
{
background-image: none;
border: 0px;
}

p
{
margin: 0px;
margin-bottom: 15px;
padding: 0px;
}

.text
{
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
}

h1
{
font-size: 16px;
color: #ab0068;
margin: 0px;
margin-bottom: 5px;
}

a
{
color: #ab0068;
}

#form_text p
{
font-size: 10px;
line-height: 11px;
}


#submit
{
	width: 60px;
	height: 20px;
	border: 0px;
	color: #000;
	font-weight: bold;
	cursor: hand;
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
	vertical-align: top;
	horizontal-align: right;
}

form
{
margin: 0px;
padding: 0px;
}


label
{
font-weight: bold;
display: block;
float: left;
text-align: right;
padding: 0px;
margin: 0px;
margin-right: 5px;
width: 80px;
line-height: 20px;
}

label2
{
font-weight: bold;
display: block;
float: left;
text-align: right;
padding: 0px;
margin: 0px;
margin-right: 5px;
width: 49px;
line-height: 20px;
}
