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

/*
 * Member Area Style Sheet
 * Solspace, Inc
 */

<!--
#member_area p {
	line-height: 150% !important;
	font-size: 11px;
	}
#member_area h5 {
	font-weight: bold !important;
	font-size: 15px !important;
	margin: 0 0 10px 0 !important;
	width: 650px !important;
	border-bottom: 1px solid #d0d0d0 !important;
	clear: both !important;
	}
#member_area h5 span {
	font-weight: normal !important;
	font-size: 13px !important;
	color: #5e5e5e !important;
	}
#member_area label {
	width: 140px;
	line-height: 150% !important;
	float: left;
	}
#member_area p span.profile {
	font-weight: bold;
	font-size: 12px;
	}
#member_area textarea {
	font-family: arial, helvetica, verdana;
	}
#member_area span.required {
	color: #ff0000;
	}
#member_area div.legal {
	padding: 7px;
	margin: 5px;
	border: 1px solid #d0d0d0;
	width: 600px;
	min-height: 90px;
	background: #f0f0f0;
	}

#member_area p.captcha img {
	margin: 0 0 -9px 0;
	}

*:first-child+html #member_area p.captcha img {
	margin: 0 0 -4px 0;
	}
* html #member_area p.captcha img {
	margin: 0 0 -4px 0;
	}

div.show {
	padding: 7px 7px 2px 7px;
	margin: 5px;
	border: 1px solid #d0d0d0;
	width: 600px;
	background: #f0f0f0;
	cursor: pointer;
	}
div.show p {
	color: #5e5e5e;
	line-height: normal;
	margin: 0;
	padding: 0;
	border: 0;
	}
div.show p a {
	color: #5e5e5e;
	}
div.show p a:hover {
	color: #5e5e5e;
	text-decoration: none;
	}
div.show p span {
	color: #c30;
	text-decoration: underline;
	}

#contact_info {
	display: none;
	}
#contact_info_show {
	display: inline;
	}
#about_info {
	display: none;
	}
#about_info_show {
	display: inline;
	}

input.noformclass {
	padding: 0;
	margin: 0;
	border: 0;
	}
label.noformclass_fix {
	line-height: 20px !important;
	margin-left: 5px !important;
	float: left !important;
	width: 350px !important;
	}
input.noformclass_fix {
	padding: 0;
	margin: 5px 5px 0 0;
	border: 0;
	float: left !important;
	line-height: 25px !important;
	}
#member_area div.spacer {
	height: 10px;
	}
-->