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

a { color: #FFFFFF; text-decoration: none; }
a:visited { color: #033b73; text-decoration: none; }
a:hover { color: #008ca7; text-decoration: none; }

body.default {background-color: #000000;}


#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../_images/home_2.jpg);
	border: 1px solid #FFFFFF;
	height: 600px;
	width: 889px;
	margin-left:0;
	text-align:center;
}

.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(images/formbg.gif) repeat-x left top;
}

.cssform {
width: 245px;
margin: 0;
padding: 5px 0 8px 0;
margin-left:545px;
margin-top: 375px;
padding: 0px; /*width of left column containing the label elements*/
border: 1px solid white;
height: 125px;
background-color:#333333;
filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
.cssform:hover {
filter:alpha(opacity=100);
-moz-opacity:1.0;
-khtml-opacity: 1.0;
opacity: 1.0;
}


.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 140px;
background: #000000;
border-color:#FFFFFF;
border-width:thin;
color:#FFFFFF;
}
.cssform input[type="password"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 140px;
background: #000000;
border-color:#FFFFFF;
border-width:thin;
color:#FFFFFF;
}

.welcome {
margin-top: 65px;
position:center;
display:none;
}