@charset "utf-8";
/* CSS Document */
img {
	border:none;
}
body {
	background:url(../images/bodyBackground.png) top center no-repeat #eeeeee;
}
.document {
	width:950px;
}
#main {
	width:950px;
	float:left;
	display:inline;
	position:relative;
	bottom:2px;
}
#bottom {
	width:100%;
	height:151px;
	display:inline-block;
	background:url(../images/bodyBottomNew.png) center;
	position:relative;
}
#bottomSpace {
	width:100%;
	height:45px;
	float:left;
	display:inline;
}
#siteBody {
	width:700px;
	float:left;
	display:inline;
	position:relative;
	left:30px;
}
#clock {
	color:#EEEEEE;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	text-align:center;
	position:relative;
	bottom:28px;
}
.buttonsDown {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#FFF;
}
.buttonsDown:hover {
	text-decoration:underline;
}
.loginForm {
	width:450px;
	height:350px;
	position:relative;
	top:100px;
	background:url(../images/login/loginformback.png);
}
.loginFormPass {
	width:450px;
	height:350px;
	position:relative;
	top:100px;
	background:url(../images/login/loginformbackpass.png);
}
.loginFormRemove {
	width:450px;
	height:350px;
	position:relative;
	top:100px;
	background:url(../images/login/loginformbackremove.png);
}
.namePos {
	width:350px;
	height:45px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	position:relative;
	top:160px;
}
.passPos {
	width:350px;
	height:45px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	position:relative;
	top:185px;
}
.checkPos {
	width:150px;
	height:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	position:relative;
	top:220px;
	right:125px;
}
.submitPos {
	width:80px;
	height:20px;
	position:relative;
	top:195px;
	left:120px;
}
.name {
	width:350px;
	height:32px;
	outline:none;
	border:none;
	padding:10px 10px 10px 10px;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(../images/login/textArea.png);
}
.password {
	width:350px;
	height:32px;
	outline:none;
	border:none;
	padding:10px 10px 10px 10px;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(../images/login/textArea.png);
}
.submit {
	width:90px;
	height:25px;
}
.users {
	width:700px;
	height:20px;
	float:left;
	display:inline;
	position:relative;
	top:120px;
}
.N {
	width:50px;
	height:20px;
	float:left;
	display:inline;
	position:relative;
	left:125px;
}
.U {
	width:200px;
	height:20px;
	float:left;
	display:inline;
	position:relative;
	left:125px;
}
.P {
	width:200px;
	height:20px;
	float:left;
	display:inline;
	position:relative;
	left:125px;
}
#position {
	width:950px;
	height:10px;
	float:left;
	display:inline;
	background:#F00;
}
.dropdowntext {
	width:220px;
	height:25px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative;
	bottom:3px;
	color:#FFF;
}
.bdotNames {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#ea5825;
}
.freeText {
	width:700px;
	float:left;
	display:inline;
	text-align:justify;
	text-indent:30px;
	margin-bottom:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

