#contactable {
    background-image:url(images/contact.png);
    border:3px solid white;
    border-right-width:0;
    color:#FFFFFF;
    background-color:#333333;
    cursor:pointer;
    height:102px;
    right:0;
    margin-right:0px;
    overflow:hidden;
    position:fixed;
    *position:absolute;
    text-indent:-100000px;
    top:220px;
    *margin-top:200px;
    width:44px;
    z-index:100000;
}

#contactForm {
    background-color:#333333;
    border:2px solid #FFFFFF;
    color:#FFFFFF;
    height:450px;
    right:0;
    margin-right:-400px;
    margin-top:-160px;
    overflow:hidden;
    position:fixed;
    top:215px;
    width:390px;
    *width:394px;
    z-index:99;
}

.holder {
    margin:30px;
}


form#contactForm input, form#contactForm textarea {
    width:318px;
    padding:5px;
    margin-bottom:10px;
}
#contactForm p {
    width:325px;

}

#contactForm .red {
    color:	#F5410F;
}



#subject.error { background-color: #EDBE9C; }
#comment.error { background-color: #EDBE9C; }

#contactform #loading {
    background: url(images/ajax-loader.gif) no-repeat;
    width:55px;
    height:55px;
    margin: 100px auto;
    display:none;
}

#contactForm #callback {
    background-color:#FFFF00;
    color: #000;
    margin:20px auto 0;
    display:none;
}

#contactForm #callback p{ margin:10px; padding:10px 0;}
