@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}

a{
	color: #CCFFFF;
}

img{
	border: 0px;
}

body{
	margin-top: 15px;
	background-color: #020202;
	color: #FFF;
}

#userbar{
	width: 892px;
	text-align: right;
	margin: 0px auto;
	margin-bottom: 2px;
}

#container{
	width: 892px;
	border: 2px solid #FFFFFF;
	margin: 0px auto;
}

#header{
	background-image:url(../images/header.jpg);
	width: 892px;
	height: 148px;
	display: block;
}

#navagation{
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	height: 44px;
	width: 892px;
	display: block;
	overflow: hidden;
	background-color: #A0A6A9;
}

#leftmain{
	float: left;
	width: 680px;
	text-align: center;
}

#rightmain{
	float: right;
	width: 190px;
}

#main{
	padding: 10px;
}

#footer{
	text-align: center;
}

.clear{
	clear:both;
}

.mainsearch
{

	height: 27px;
}

.textInput
{
	width: 400px;
	height: 27px;
	background: url(../images/searchfield.jpg) no-repeat;
	border: none;
	color: #000000;
	margin-top: 5px;
	margin-left: 5px;
	padding-top: 3px;
	padding-left: 5px;
	font-size:16px;
}

.error{
	display: block;
	border: #FF0000 2px solid;
	width: 600px;
	color: #000000;
	text-align: center;
	height: 25px;
	background-color: #CCFF99;
	margin: auto;
}

.success{
	display: block;
	border: #006600 2px solid;
	width: 600px;
	color: #000000;
	text-align: center;
	height: 25px;
	background-color: #00FFFF;
	margin: auto;
}

label{
	width: 115px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}