@charset "utf-8";

body#contact{
background:#ececec;
}
p#contactCap{
margin-bottom:15px
}

body#contact form{
margin:20px 5% 0;
width: 90%;
}
body#contact form dl{
margin-bottom:10px;
}

body#contact form dl dt{
font-weight:bold;
font-size: 85%;
}
body#contact form dl input,
body#contact form dl textarea{
padding:5px;
}
dl#contIndex li,
dl#contAdd li{
display: inline;
padding-right:20px;
}
dl#contIndex li label,
dl#contAdd li label{
padding-left:5px;
}


body#contact form .error{
color:#f00;
}
p#submitBtn{
text-align: center;
padding:5px;
}
p#submitBtn button{
border:none;
background: none;
}

