div#bottomdeck {
	clear: both;
	border: 0px solid red;
	}
	
div#shpeel {
	border: 0px solid green;
	}
	
h1 {
	display: none;
	}
	
a { 
	text-decoration: none; 
	color: #036;
	}
	
#top {
	margin: 30pt 0 20pt 0;
	}

#address {
	position: absolute; 
	display: block;
	right: 0px; 
	top: 0px;
	}
	
#nav, #mask, #news {
	display: none;
	}

#topdeck, #intro, #bottomdeck, #shpeel, #casestudies, #featurepic {
 	width: auto;
	height: auto; 
 	margin: 0;
	padding: 0;
 	}

#shpeel a {
	display: none;
	}

div.onequarter form {
	display: none;
	}

.noprint, #mask {
	display: none;
	}
/* ------------Client Analysis Survey Us  ----------------- */
#analysisform p {
	width: 90%;
	}
#analysisform label {
	float: left;
	}
#analysisform input, #analysisform textarea {
	float: right;
   width:48%;
	}
#analysisform textarea.reset{
	float: right;
   width:90%;
	}
#analysisform input.reset {
   float:none;
   display:inline;
   border: 0px;
	background: #fff none;
   width:20%
}
#analysisform label.reset {
   float:none;
   display:inline;
    width:48%
}
#analysisform h2 {
   font: bold small Verdana;
    border-bottom: 2px dotted #99c;
    padding:15px 0px 6px 0px;
    text-align: right;
	width: 90%;
}

fieldset  {
 	border: 2px dotted #eef;
	width: 80%;
   padding :10px;
	}


