/*------------------------------------------
--  Reseting -------------------------------
------------------------------------------*/

html, body, div, object, 
h1, h2, h3, h4, h5, h6, p, ul, ol,
dl, dt, dd, blockquote, address,
img, sub, sup, small, big, abbr, acronym, 
form, fieldset, legend, label, input, 
del, ins, dfn, cite, code, var, samp, kbd,
table, caption, tbody, tfoot, thead, tr, th, td
{ 
	margin: 0; 
	padding: 0;
	border: 0; 
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent 
}
  
:focus, :active	
{ 
	outline: 0 
}

html 			
{ 
	height: 100%; 
	font-size: 100.01% 
}
body 			
{ 
	height: 100%; 
	
	color:#fff;
	font-family: Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	line-height:20px;
}	
form
{ 
	height: 100%; 
}
