/* CSS reset */
html, body,div,dl,dt,dd,ul,ol,li,a,h1,h2,h3,h4,h5,h6,pre,img,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	outline-style: none;
}
html {
	height: 100%;
	width: 100%;
}
body {
	width: 100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}

ol,ul {
	list-style:none;
}
a img { 
	border: none;
}