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

/*By Tomsbyrå 2009, Joachim Blomberg*/

body, html
{
margin: 0px;
padding: 0px;
text-align: left;
padding-top: 5px;
font-family: Arial, sans-serif;
font-size: 11px;
line-height: 16px;
}

#wrapper
{
width: 1013px;
height: 719px;
margin: 0px auto;
background-image: url(../images/back.jpg);
background-repeat: no-repeat;
text-align: left;
}

#form
{
position: relative;
width: 200px;
height: 260px;
top: 230px;
left: 755px;
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: 215px;
}

#form_text_space
{
padding-top: 10px;
}

#frm_optional
{
position: relative;
/*label width, see below*/
left: 0px;
top: 95px;
width: 200px;
}

.clear
{
clear: both;
}

input
{
border: 0px;
}

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

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

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

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

.text
{
font-family: Arial, sans-serif;
font-size: 11px;
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
{
background-image: url(../images/btn_send.gif);
background-repeat: no-repeat;
width: 150px;
height: 35px;
border: 0px;
color: #FFF;
font-weight: bold;
cursor: hand;
padding: 0px;
margin: 0px;
margin-left: 60px;
margin-top: 5px;
vertical-align: middle;
display: block;
}

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


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