/* Styles for slide-in contact form */


#page #contact-form-box-container
            {
			   position: fixed;
               right:0px;
               top:150px;
			   width: 520px;
			   height: 620px;
			   overflow:hidden;
			   z-index: 1;
            }
#page #contact-form-box
            {
			   width: 520px;
			   height: 620px;
               right: -520px;
               position:relative;
			   text-align: left;
			   padding: 130px;
			   padding-top: 110px;
			   background: url('../images/contact-form-box-bg.png') no-repeat;
			   z-index: 4;
            }

#page #contact-form-box-open-link
            {
               height:40px;
               background-image:url('../images/contact-form-box-open-button.jpg');
               display:block;
			   width: 66px;
			   height: 30px;
               cursor:pointer;
			   top: 200px;
			   right: 0px;
			   position: fixed;
			   border: 3px solid #513f31;
			   border-right: none;
			   z-index: 2;
            }

#page #contact-form-box-open-link span
            {
               display: none;
            }

#page #contact-form-box-close-link
            {
			   font-size: 1.2em;
			   display: block;
               padding: 3px;
		       margin-bottom: 10px;
            }
