/* styles specific to members' area */

p.warning {
	color: #666;
	font-style: italic;
	font-weight: bold;
}

p.message, p.message a {
	color: #f00;
}

select.dropdown {
	width: 160px;
}

.notice {
	color: #005481;
	margin-bottom: 20px;
	border: 1px solid;
	padding: 10px;
}

.notice h3 {
	color: #FFF;
	background: #005481;;
	margin: 0;
	margin-bottom: 5px;
	padding: 5px;
	text-align: center;
}

.notice p {
	color: #005481;;
}

.notice a, .notice a:link, .notice a:visited, .notice a:hover, .notice a:active {
	color: #005481;;
	text-decoration: underline;
}

