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

body {
	background-image: url(../images/wallpaper.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	background-attachment: fixed;
	background-color: #000000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
	font-weight: bold;
}
.scrollwindow {
	overflow:auto;
	height: 450px;
	width: 100%;
}
.layout {
	background-image: url(../images/layout.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.h1 {
	font-family: Times, serif, "Times New Roman";
	font-size: 30px;
	font-weight: bold;
	color: #FF6600;
	line-height: 30px;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF6600;
}
.frame {
	background-image: url(../images/frame.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-top: 30px;
}
.frame2 {
	background-image: url(../images/frame.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px 30px 30px;
}
.logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.logo2 {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.form_field
{
	width: 300px;
	height: 22px;
	border: 1px solid #ED6401;
	background-color: #EEEEEE;
	margin-top:0px;
	margin-bottom:3px;
	font-size: 12px;
	color: #333333;
	font-family: tahoma, arial;
	font-weight: normal;
	padding-top:2px;
}
.text_box
{
	width: 300px;
	height: 300px;
	border: 1px solid #ED6401;
	margin-top:0px;
	margin-bottom:3px;
	background-color: #EEEEEE;
	font-size: 12px;
	color: #333333;
	font-family: tahoma, arial;
	font-weight: normal;
	padding-top:2px;
}
.Submit
{
	background:#222222;
	color: #FFFFFF;
	border: 1px solid #ED6401;
	font-family: tahoma, arial;
	font-weight:bold;
	font-size: 12px;
	width: 300px;
	height: 25px;
}
.bestviewed {
	padding-top: 10px;
	padding-left: 100px;
	padding-bottom: 10px;
}
.form_field_password
{
	width: 300px;
	padding: 8px;
	border: 1px solid #ED6401;
	background-color: #EEEEEE;
	margin-top:0px;
	margin-bottom:3px;
	font-size: 12px;
	color: #333333;
	font-family: tahoma, arial;
	font-weight: normal;
	padding-top:2px;
	text-align: center;
}
.Submit_password
{
	background:#222222;
	color: #FFFFFF;
	border: 1px solid #ED6401;
	font-family: tahoma, arial;
	font-weight:bold;
	font-size: 12px;
	width: 150px;
	padding: 4px;
}
.Submit_password:hover
{
	background:#444444;
	color: #FFFFFF;
	border: 1px solid #ED6401;
	font-family: tahoma, arial;
	font-weight:bold;
	font-size: 12px;
	width: 150px;
	padding: 4px;
}

