@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: 629px;
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;
top: 132px;
left: 611px;
width: 314px;
}

#info{
width: 500px;
}

#form_space{
}

.form_text_space{
padding: 10px;
}

#inner_form{
margin-top: 8px;
}

.clear{
clear: both;
}

input{
border: 0px;
}

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

.text_input{
width: 213px;
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: 10px;
padding: 0px;
}

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

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

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: 172px;
height: 45px;
border: 0px;
color: #FFF;
background-color: #FFF;
font-weight: bold;
cursor: hand;
padding: 0px;
margin: 0px;
margin-top: 2px;
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;
margin-left: 10px;
width: 68px;
line-height: 20px;
}

#accept{
}

#send{
margin: 14px 0px 22px 0px;
text-align: center;
}

#send input{
margin: 0 auto;
}

.last{
margin-bottom: 0px;
}

.red{
color: #cc000a;
font-size: 14px;
}