@charset "utf-8";
body {

}
.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
}
.HeaderContent {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	position: absolute;
	height: 45px;
	width: 100%;
	background-color: #000000;
	;
	top: 0px;
	background-image: url(../images/ViziolaBg.png);
}
.HeaderContent .Text {
	height: 30px;
	padding-top: 10px;
	padding-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8A8A8A;
	text-align: center;
}
.LoginContent {
	width: 100%;
	position: absolute;
	top: 45px;
}
.LoginContent .FormArea {
	background-color: #000000;
	margin: auto;
	width: 380px;
	opacity: 1.0;
	filter: alpha(opacity=100);
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #373737;
	background-image: url(../images/ViziolaBg.png);
	padding-bottom: 10px;
}
.BottomBar {
	position: absolute;
	bottom: 0px;
	background-color: #242424;
	width: 100%;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #8A8A8A;
	padding-bottom: 10px;
	text-align: center;
}
.TextField {
	color: #969696;
	padding: 9px;
	width: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3C3C3C;
	border-right-color: #1A1A1A;
	border-bottom-color: #1A1A1A;
	border-left-color: #3C3C3C;
}
.FormButton {
	background-color: #3b6986;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3B6986;
	border-right-color: #30566D;
	border-bottom-color: #30566D;
	border-left-color: #3B6986;
	height: 30px;
	width: 200px;
	color: #EBF0F3;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
