
#container {
overflow: hidden;
background: white;
}

body {
background: #e9e9e9;
}

#main-title {
background: transparent url(../i/banner.png) top left no-repeat;
height: 100px;
margin-bottom: 25px;
}

#main-title p {
display: none;
}


#foot-links ul {
list-style: none;
}
#links-menu li,
#foot-links ul {
margin-left: 0px;
}

#foot-section {
background: #e9e9e9;
border-top: 1px solid #8f8f8f;
}

#foot-links {
text-align: right;
}

#foot-links ul,
#foot-links p,
#foot-section p {
padding-left: 5px;
padding-right: 5px;
}

#foot-section a {
text-decoration: underline;
color: black;
}
#foot-section a:hover {
text-decoration: none;
}

img {
vertical-align: text-bottom;
}

h2.section {
background: transparent url(../i/h-sel.png) center left no-repeat;
padding-left: 20px;
}

h3 {
font-size: 15px;
background-color: #e9e9e9;
text-align: center;
border-bottom: 1px solid #8f8f8f;
}

strong {
font-weight: bold;
}

input,
textarea {
margin-bottom: 10px;
display: block;
}


#form_holder {
background-color: #e9e9e9;
padding: 5px;
}

#response {
overflow: auto;
display: block;
margin-top: 30px;
margin-bottom: 30px;
}

.captcha {
display: none;
}

