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

#right_column {
	width:745px;
	float:left;
	}
.login {
	background-image:url(../graphics/downloads/login_heading.jpg);
	background-repeat:no-repeat;
	width:300px;
	height:30px;
	text-indent:-9999em;
	}
.downloads {
	background-image:url(../graphics/downloads/downloads_heading.jpg);
	background-repeat:no-repeat;
	width:300px;
	height:30px;
	text-indent:-9999em;
	}
#downloads h4 {
	margin:0 0 5px 0;
	}
#download {
	width:350px;
	height:75px;
	overflow:hidden;
	float:left;
	}
#login_form {
	margin:50px 0 0 50px;
	}
#login ul {
	float:left;
	}
.user_txt li {
	margin:8px 10px 0 0;
	font-size:14px;
	}
.user_form li {
	margin:5px 2px 0 0;
	}
.submit {
	text-align:right;
	}
form {
	border:none;
	color:#8DBB71;
	}
form input {
	border:1px thin #8DBB71;
	}