@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: 11px;
line-height: 16px;
}

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

#content{
position: absolute;
width: 950px;
}

#form{
position: relative;
width: 430px;
top: 432px;
left: 55px;
float: left;
display: inline;
}

#info{
position: relative;
top: 432px;
left: 30px;
width: 430px;
height: 192px; 
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_space{
}

.form_text_space{
padding-top: 0px;
padding-left: 0px;
margin-left: 110px;
}

.clear{
clear: both;
}

input{
border: 0px;
}

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

.text_input{
width: 265px;
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;
margin-top: 0px;
}

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

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

h1{
font-size: 16px;
color: #CC0066;
margin: 0px;
margin-bottom: 10px;
}

.ceris{
color: #CC0066;
}

small{
line-height: 20px;
}

a, a:link, a:hover, a:active, a:visited{
color: #000;
}

#form_text p{
font-size: 9px;
line-height: 9px;
letter-spacing: -0.04em;
}

#submit{
background-image: url(../images/btn_send.gif);
background-repeat: no-repeat;
width: 168px;
height: 41px;
border: 0px;
color: #FFF;
font-weight: bold;
cursor: hand;
padding: 0px;
margin: 0px;
margin-top: 0px;
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: 115px;
line-height: 20px;
}

#accept{
}

#send{
margin: 0px;
}

#send input{
margin-bottom: 3px;
}

.last{
margin-bottom: 0px;
}
