#members {
	/*border: 1px solid #006;*/
	}

#advertb {
	background-color: #153e76;
	}
#advertd {
	background-color: #153e76;
	}
#adverte {
	background-color: #153e76;
	}
#advertg {
	background-color: #153e76;
	}

#pagetitle {
	color: #006;
	width: 240px;
	}
#pagetitle h2 {
	background: url(../images/h2_dots_mem.gif) left top no-repeat;
	}

.hr {
	border-top: solid 1px #006;
	}
#loginform {
	background: #f0f0ff;
	border: 1px solid #99c;
	padding: 5px;
	margin-bottom: 10px;
	}
#loginform label {
	display: block;
	width: 150px;
	}
#loginform input, #loginform textarea {
	margin: 5px 0 5px 50px;
	background: #fff;
	}
#logmatch, #keymatch {
	display: none;
	}
#messageforlogin, #messageforpassword, #messageforconfirm, #messageforkey {
	width: 200px;
	margin-top: -20px;
	float: right;
	}
#messageforlogin .crossed, #messageforpassword .crossed, #messageforconfirm .crossed, #messageforkey .crossed {
	padding-left: 12px;
	background: url(../images/cross_red.gif) left top no-repeat;
	font-size: x-small;
	}
a#toclink, #toctext {
	font-size: x-small;
	}
a#toclink {
	margin-left: 50px;
	}
#termsandconditions {
	margin-top: 5px;
	}
#buttondiv {
	display: block;
	}

/* Suggestions */

#suggestiontext {
	width: 380px;
	}
#blocksuggest {
	width: 380px;
	border: 1px solid #999;
	border-top: 0;
	background: #fff;
	display: none;
	margin-left: 50px !important;
	}
#blocksuggest a {
	color: #000;
	text-decoration: none;
	display: block;
	margin: 2px 5px;
	}
#blocksuggest a:link, #blocksuggest a:visited {
	background: #ccf;
	text-decoration: none;
	}
#blocksuggest a:active, #blocksuggest a:hover {
	color: #fff;
	background: #339;
	text-decoration: none;
	}


