body {
    background-color: #2D2C2B;
}

#holder {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
}

#cities {
	text-align: center;
	margin-bottom: 15px;
}

#footer {
	text-align: center;
	margin-top: 18px;
}

#contactform {
	width: 430px;
	margin: 0 265px;
	overflow: auto;
}

#contactform input.error,
#contactform textarea.error {
    background-color: #dea49c;
}

#contactform label {
    display: none;
    color: #fff;
}

#contactform input[type=text] {
    width: 175px;
}

#contactform textarea {
    width: 408px;
    margin-top: 5px;
    font-family: "Helvetica", "Arial", sans-serif;
}

#contactform input[type=text],
#contactform input[type=password],
#contactform textarea {
    border: 4px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 11pt;
    padding: 2px;
}

#contactform input[type=text]:focus,
#contactform textarea:focus {
    border-color: #bc9c00;
}

#contactform .item {
    float: left;
    width: auto;
    display: block;
    margin: 0 5px;
    padding: 0;
    font-size: 1em;
}

input:focus,
textarea:focus {
    outline: none;
}

#contactform input[type=submit] {
    float: right;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 10pt;
    font-family: "Helvetica", "Arial", sans-serif;
    margin: 5px 12px;
    margin-right: 5px;
    height: 31px;
    border: 1px solid #8a6d00;
	background: -webkit-linear-gradient(top, #bc9c00, #8a6d00);
    background: -moz-linear-gradient(top, #bc9c00, #8a6d00);
    filter: progid:DXImageTransform.Microsoft.gradient(
        GradientType="0",
        StartColorStr="#bc9c00",
        EndColorStr="#bc9c00");
}

#contactform input[type=submit]:active {
    margin-top: 6px;
}

#contactform .message {
    text-align: center;
    background: #87B676 url(image/pattern-bg.png) repeat scroll top left;
    border: 4px solid #287c07;
    padding: 5px;
    margin: 10px 5px;
    font-family: "PT Sans Narrow", "Helvetica", "Arial", sans-serif;
    font-size: 12.5pt;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#contactform .message.error {
    border-color: #94001e;
    color: #94001e;
    background-color: #D2B0B0;
}

#contactform #name {
    background: #fff url(image/bust-19x19.png) no-repeat scroll center left;
    padding-left: 19px;
}

#contactform #email {
    background: #fff url(image/email-19x19.png) no-repeat scroll center left;
    padding-left: 19px;
}

.item.error input[type=text],
.item.error textarea {
    background-color: #da8c8c;
    border-color: #94001e !important;
}

.item.error ::-webkit-input-placeholder {
    color: #62484b;
}

.item.error :-moz-placeholder {
    color: #62484b;
}

#contactform .intro {
    font-family: "PT Sans Narrow", "Helvetica", "Arial", sans-serif;
    font-size: 18pt;
    margin: 20px 5px;
    color: #eee;
    font-weight: bold;
}