/* CSS Document */
label{
clear:both;
display:block;
font-size:.75em;
color:#565656;
font-weight:bold;
}

input,textarea{
width:24.1333em;
padding:.5em;
border:1px #cecece solid;
background:none;
margin:0;
font-size:.75em;
clear:both;
display:block;
margin-bottom:1em;
}
input.name{
width:22.466666em;
padding:.5em;
padding-left:2.166666em;
background:url(../img/inputName.gif) left top no-repeat;
}
input.mail{
width:22.466666em;
padding:.5em;
padding-left:2.166666em;
background:url(../img/inputMail.gif) left top no-repeat;
}
input.address{
width:22.466666em;
padding:.5em;
padding-left:2.166666em;
background:url(../img/inputAddress.gif) left top no-repeat;
}
input.phone{
width:22.466666em;
padding:.5em;
padding-left:2.166666em;
background:url(../img/phone.gif) left top no-repeat;
}
input.submit{
text-align:center;
font-weight:bold;
text-transform:uppercase;
color:#fff;
background:url(../img/submit.gif) left top no-repeat;
border: 0 none;
padding:0;
margin:0;
line-height:2.5em;
height:2.5em;
width:8.083333em;
cursor:pointer;
}
input.submit:hover{
color:#04010c;
}
textarea{
font-size:12px;
width:24.1333em;
height:8.333em;
}
