

body {
	background-color: black;
	font-size: 12px; 
	color: white;
}

a:link {
	color: white;
	text-decoration: underline;
}

a:hover {
	color: red;
	font-size: 105%;
	text-decoration: uppercase;
}

a:visited {
	color: rgb(121,222,219);
	text-decoration: none;
}

#frame {
	margin: 0 auto;
	background: rgb(142,138,134) url(images/full_background.jpg) no-repeat;
	width: 770px;
	height: auto;
	padding-bottom: 75px;
	
}

#img_logo {
	float: left;
	margin-top: 40px;
	margin-left: 60px;
}

#txt_logo {
	float: right;
	margin-right: 60px;
	margin-top: 50px;
	font-size: 2em;
}

#cd_login {
	padding-bottom: 20px; 
	margin: 50px auto; 
	width: 85%;
	border: 2px white outset;
	height: 300px;
	background-color: black;
}

#lft_box {
	width: 250px;
	height: 270px;
	margin: 20px 10px 20px 20px;
	float: left;
	padding-left: 15px; 
	font-size: 1.25em;
	font-family: sans;
	/*font-weight: bold;*/
}
.sig {
	font-family: Enterprise;
	font-weight: bold;
}


fieldset {
	display: block;
	float: right;
	margin: 70px 50px 10px 20px;
	padding-top: 30px;
	padding-bottom: 25px;
	width: 240px;
	}

label {
	width: 75px;
	display: inline-block;
	float: left;
	height: 18px;
	line-height: 18px;
	text-align: right;
	font-size: .95em;
	text-align: right;

}

input {
	margin-left: 10px;
}

input#submit: {padding-left: 65px; }
input#submit:hover	{ background:#000 none repeat scroll 0% 0%; color:white;}

h2 {
	font-size: 1.6em;
	font-family: "arial";
	color: red;
}
