@charset "utf-8";
/* CSS Document */
body{
background:url(../img_site/bg_body.jpg) repeat-x;
}
*{
padding:0;margin:0;	
}
#container{
width:1050px;
font-family:Verdana, Geneva, sans-serif;
font-size:9.5pt;
line-height:12pt;
color:#0F0F0F;
background:url(../img_site/bg_main.jpg) no-repeat;
margin:auto auto;
}
#header{
height:100px;
padding:0 50px;
text-align:right;
}
#content{
margin-top:480px;	
padding:0 50px;
height:320px;
}
.left{
float:left;
width:430px
}
.right{
	margin-right:75px;
float:right;
width:350px;
}
#footer{
height:100px;	
padding:0 50px;
color:#4D4D4D;
}
fieldset > h1 {
    margin: 0 10px 0 10px;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-align: center;
}

label {
    position: absolute;
    margin: 8px 0 0 6px;
    font-size: 14px;
    color: #BBBBBB;
}
label.error, input.submit {color:#F00; font-size:9pt;}

input {
    box-sizing: border-box;
    width: 250px;
    padding: 6px 6px 6px 90px;
    font-size: 14px;
    font-weight: normal;
}
label.error, input.submit {color:#F00; font-size:9pt;}
.input {
    box-sizing: border-box;
    width: 250px;
    padding: 6px 6px 6px 0;
    font-size: 14px;
    font-weight: normal;
}
.button{
width:260px;
padding:6px;
margin:0;
text-align:center;
background:url(../images/bg_submit.png) repeat-x;
color:#646464;
font-size:9.5pt;
font-weight:bold;
}
.small{
font-size:80%;	
}
.blue{
color:blue;	
}
.header{
font-size:30px;	
}
