@charset "utf-8";

body
{
	margin: 0;
	padding: 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	width:100%;
	height:100%;
}

img
{
	border: none;
}

a
{
	color: #000;
	text-decoration:none;
}

a:hover
{
	text-decoration: none;
	color:#600;
}

/* Content */

#content
{
	position:absolute;
	left: 0px;
	top: 210px;
	width: 100%;
	min-width:1250px;
	/*overflow:scroll;*/
}

#Slider
{
	background-color: blue;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 999;
}

.errorfield
{
	border: 2px solid red;
	background-color: #FF9977;
}
.successfield
{
	border: 2px solid green;
	background-color: #BBEE77;
}