body {
font-family: arial;
font-size: 12px;
}

* {
padding: 0;
margin: 0;
}

#main {
width: 475px;
margin: 0 auto;
text-align: center;
padding-top: 170px;
}

#main h1 {
font-size: 15px;
}

#page-text {
display:none;
background: url('/images/bg.png') repeat-x top right;
padding-top: 30px;
}

#logo {
cursor: pointer;
}

img { border: 0; }







#contact-info {
padding-bottom: 30px;
}

#contact-email-phone {
font-size: 11px;
}





#contact-form{
height: 320px;
}

#contact-form-loading {
position: relative;
height: 320px;
}


#contact-form-loading div {
position: absolute;
top: 100px;
width: 100%;
text-align: center;
}

#contact-form-loading img,
#contact-form-loading p {
padding: 0;
margin: 0;
}

#contact-form-sent {
position: relative;
height: 320px;
}

#contact-form-sent div {
position: absolute;
top: 140px;
width: 100%;
text-align: center;
padding: 0;
margin: 0;
}

#contact-form legend {
display: none;
}

#contact-form fieldset {
border: 0;
}

#contact-form label{
float:left;
display:block;
width:100px;
font-weight:bold;
color: #336699;
text-align:right;
padding: 10px;
}

#contact-form input,
#contact-form textarea {
position: relative;
top: 8px;
left: 20px;
width: 195px;
font-size:12px;
font-family: arial;
font-weight: bold;
color: #660000;
border: 0;
padding: 0;
margin: 0;
background: transparent;
}

#contact-form textarea {
overflow: auto; 
width:195px;
height: 115px;
background: transparent;
}

div#contact-form .submit{ 
float: right;
cursor: pointer;
width:133px;
height:36px;
text-align:center;
line-height:31px;
font-weight:bold;
background: url('/images/bg-submit.png') no-repeat top right;
padding: 0;
margin: 0;
margin: 5px 31px;
}

span.input-paper {
float:left;
display: block;
width: 230px;
height: 40px;
background: url('/images/bg-input.png') no-repeat;
}

span.textarea-paper {
float:left;
display: block;
width: 230px;
height: 130px;
background: url('/images/bg-textarea.png') no-repeat;
}



span.input-paper:hover,
span.input-paper:focus,
span.textarea-paper:hover,
span.textarea-paper:focus {
background-position: -229px top;
}