/* HTML */		
		/* firefox - explicitly set vertical scroll bar */
		html{overflow:-moz-scrollbars-vertical; }
		* html {background:none repeat scroll 0%; height:100%;}	
		html, body, div, span, applet, object, iframe,
		h1, h2, h3, h4, h5, h6, p, blockquote, pre,
		a, abbr, acronym, address, big, cite, code,
		del, dfn, em, font, img, ins, kbd, q, s, samp,
		small, strike, strong, sub, sup, tt, var,
		b, u, i, center,
		dl, dt, dd,
		fieldset, form, label, legend,
		table, caption, tbody, tfoot, thead, tr, th, td {
			margin: 0;
			padding: 0;
		}	
		.poweredBySitefinityLogo { display:none;}
									
				p{padding:0 0 7px 0; margin:0;}		
				* html p{margin:0 0 7px 0; padding:0;}
				a{text-decoration:none; color:#656565;}
					a:hover{text-decoration:underline;}
				a img{border:none;}	
				.textfield{padding:2px 0 2px 0; line-height:1.5em; color:#505050; border:1px solid #7D7D7D; border-bottom-color:#D5D6E8; border-right-color:#D5D6E8; display:inline; position:relative; float:left;}		