body{
	margin: 0;
	padding: 2px;
	background: white;
	font-family: Verdana, sans-serif;
	font-size: 100%;
}

img{
	border: none;
}

.sizer{
	width: 1000px;
}

.hidden{
	height:0px;
	overflow: hidden;
	visibility: hidden;
	line-height: 0;
	font-size: 0
}

.error{
	color: red;
}