#contact-panel {
	height:600px;
	width:100%;
	background-color:#fff;
	color:#000;
	display:none;
        
}
.contact-form-link{
    position:absolute;
    right:0px;
	top:175px;
	width:40px;
	height:250px;
	
	text-indent:-9999px;
	background: url(../../images/contact-sprite4.gif) 0px -0px no-repeat;
        z-index: 12000;
        
}
.contact-form-link:hover {
	background: url(../../images/contact-sprite4.gif) -40px -0px no-repeat;
}
.contact-form-link-active {
	background: url(../../images/contact-sprite4.gif) 0px -0px no-repeat;
}
.contact-form-link-active:hover {
	background: url(../../images/contact-sprite4.gif) -40px 0px no-repeat;
}

.site-contact-form, .site-contact-form input, .site-contact-form textarea {
    color : #000 !important;
}
