/* CSS Document for Quicklist Agent */
body {
	margin: 0px;
	padding: 0px;
	border: none;
	background: url("images/bg_gradient.jpg");
	background-repeat: repeat-x;
	background-color: #586c8d;
	}
img {
	border: none;
	}

#navigation div {
	line-height: normal;
	
	padding-right: 25px;
	display: inline;
	}
#navigation {
	height: 23px;
	margin-top: 3px;
	}
#navigation a:link,
#navigation a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	border: none;
	}
#navigation a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8496b4;
	border: none;
	}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	height: 300px;
	overflow: auto;
	padding: 0px;
	margin: 0px;
	}
#content a:link, 
#content a:visited {
	color:	black;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover, 
#content a:active {
	color:	#8496b4;
	text-decoration: none;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #8496b4;
	font-weight: bold;
	}
#register {
	display: block;
	height: 24px;
	}
#next_prev {
	float: right;
	}
.enabled {}
.disabled, .disabled input {
	color: #CCCCCC;
	}
#reg_form_names {
	line-height: 22px;
	display: inline;
	float: right;
	}
#reg_form_input {
	margin-left: 10px;
	display: inline;
	float: right;
	}
#reg_content {
	display: inline;
	float: left;
	width: 300px;
	}
#reg_footer {
	display: inline;
	float: left;
	width: 550px;
	}

