#contactForm, #subscribeForm, #inviteForm,#questionForm,#catalogForm {
    display: none;
}

#contactForm p, #subscribeForm p {
    margin: 10px 0;
}

.modalItem {
    font-size: 16px;
    padding: 5px 0;
    display: block;
}

.contactItem {
    margin-right: 6px;
}

.contactField {
    background-color: #000;
    color: #fff;
    border: 1px solid #9d6f8e;
    margin-right:5px;
}

.contactArea {
    background-color: #000;
    color: #fff;
    border: 1px solid #9d6f8e;
    margin-right:5px;
    width:100%;
}

.header {
    font-size: 28px;
    padding-left: 175px;
    padding-top:8px;
    min-height: 100px;
    color: #dfcfd9;
    font-family: 'Times New Roman', Times;
}

.contactHeader{
    background: url(../images/phone.jpg) no-repeat -10px -20px;
}

.subscribeHeader{
    background: url(../images/envelope.jpg) no-repeat -10px -20px;
}
.questionHeader{
    background: url(http://callback.chestertonru.com/images/question.jpg) no-repeat -10px -10px;
    padding-top:20px;
}

/* Overlay */
#simplemodal-overlay {
    background-color: #000;
    cursor: wait;
    color: #dfcfd9;
}

/* Container */
#simplemodal-container {
    width: 450px;
    color: #fff;
    background-color: #501541;
    border: 1px solid #9d6f8e;
    padding: 12px;
    text-align: left;
}

#simplemodal-container code {
    background: #141414;
    border-left: 3px solid #65B43D;
    color: #bbb;
    display: block;
    margin-bottom: 12px;
    padding: 4px 6px 6px;
}

#simplemodal-container a {
    color: #ddd;
}

#simplemodal-container a.modalCloseImg {
    background: url(../images/close.jpg) no-repeat;
    width: 11px;
    height: 11px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    margin: 2px
}

#contactForm {
    padding: 8px;
}

.simplemodal-wrap{
overflow:visible !important;
}

.contactSubmit, .subscribeSubmit,.inviteSubmit,.questionSubmit{
float:right;
margin-top:10px;
cursor:pointer;
}


.customStyleSelectBox {
background:#000;
border: 1px solid #9d6f8e;
position:relative;
top:-2px;
z-index:-1;
}

.customStyleSelectBoxInner {
background:url(../images/arr.jpg) no-repeat center right;
}

#contactForm select{
background:#000;
color:#fff;
}

.topRightBlock img{
padding:5px 0;
}

img.callUs{
margin-bottom:20px;
cursor:pointer;
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

