			#boxing {
				position:absolute;
				width:960px;
				}
			
			#contactFormContainer
            {
            	float:right;
				
            }
            #contactForm
            {
            	height:297px;
            	width:351px;
            	background-image:url('../images/gradient-lines.png');
            	display:none;
				background-color:#660000;
				font-size:10px;
            }
            #contactForm fieldset
            {
            	padding:20px;
            	border:none;
            }      
            #contactForm label
            {
            	display:block;
            	color:#ffc400;
            }      
            #contactForm input[type=text]
            {
            	display:block;
            	border:solid 1px #4d3a24;
            	width:100%;

            	height:20px;
				background:url(../images/bottomblur.gif);
				color:#fff;
				padding:2px 5px 2px 5px;
				font-size:11px;
            }  
            #contactForm textarea
            {
            	
            	border:solid 1px #4d3a24;
            	width:100%;
            	margin-bottom:5px;
				background:url(../images/bottomblur.gif);
				color:#fff;
				padding:2px 5px 2px 5px;
				font-size:12px;
            }  
            #contactForm input[type=submit]
            {
            	background-color:#4d3a24;
            	border:solid 1px #23150c;
            	color:#fecd28;
            	padding:5px 5px 5px 5px;
				background:url(../images/bottomblur.gif);
				color:#fff;		
				font-size:10px;	
				cursor:pointer;	
            }                
            #contactLink
            {
            	height:40px;
            	width:351px;
            	background-image:url('../images/slidein_button.png');
            	display:block;
            	cursor:pointer;
            }
            #messageSent
            {
            	color:#ff9933;
            	display:none;
				font-weight:bold;
            }
			#Message {display:none;}
			form {
				padding:0;
				margin:0;
			}