
/*
* additional weblink styles
*/
#members .returnURL,
#members .loginmessage,
#members .usernamelabel,
#members .username,
#members .passwordlabel,
#members .password,
#members .submit,
#members .help {
	display : inline;
}

#members .usernamelabel,
#members .passwordlabel {
	margin-right : 3px;
	font-size : 11px;
}

#members .username,
#members .password {
	margin-right : 15px;
}

#members .username input,
#members .password input {
	border : 1px solid #ccc;
	font-size : 12px;
}

#members .submit input {
	vertical-align : -13px;
}

/*
* weblink content styles
*/
.weblink {
}

.weblink-content {
	font-size : 13px;
}

.weblink-content h3 a:link,
.weblink-content h3 a:visited {
	color : #333;
}

/* match client's css
	if they want us to change these, they have to pay
*/
.weblink-quicklinks {
	margin : 8px 0;
	font-size : 11px;
}

.weblink-quicklinks a:link,
.weblink-quicklinks a:visited {
	color : #455560;
	font-weight : bold;
}

.leaderboard {
	margin : 0 0 12px 0;
}

/*
* secure
*/
body.secure {
	margin : 0;
	padding : 0;
	background : #fff;
	font-family : arial, helvetica, sans-serif;
	font-size : 11px;
	color : #000;
}

.secure .wrapper {
	margin : 8px auto;
	width : 960px;
}

.secure .weblink-quicklinks {
	float : right;
	width : 300px;
}

.secure .weblink-content {
	margin : 0 310px 0 0;
}