
.box {
	margin: 0px auto;
	width:960px;
	background-color:#ffffff;
	text-align:left;
	position: relative;
	z-index: 9999;
}
            

#contactFormContainer {
	position:absolute;
	left:650px;
	float:right;
}
            #contactForm
            {
            	height:277px;
            	width:351px;
            	background-image:url('bkg.png');
            	display:none;
            }
            #contactForm fieldset
            {
            	padding:30px;
            	border:none;
            }      
#contactForm label {
	display:block;
	color:#666;
}      
            #contactForm input[type=text]
            {
            	display:block;
            	border:solid 1px #4d3a24;
            	width:100%;
            	margin-bottom:10px;
            	height:24px;
            }  
            #contactForm textarea
            {
            	display:block;
            	border:solid 1px #4d3a24;
            	width:100%;
            	margin-bottom:10px;
            }  
            #contactForm input[type=submit]
            {
            	background-color:#4d3a24;
            	border:solid 1px #23150c;
            	color:#fecd28;
            	padding:5px;
            }                
#contactLink {
	height:35px;
	width:351px;
	background-image:url('slidein_button.png');
	display:block;
	cursor:pointer;
}
#messageSent {
	color:#ff9933;
	display:none;
}