@charset "utf-8";

/* Unique member id styles */

#membership_cost {
	padding-top: 40px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	border-bottom: solid 2px #fff;	
}

#membership_cost span {
	float: right;	
	margin-top: -22px;
	font: normal 48px/50px 'pt_sansbold', Arial, sans-serif
}

/* All member forms */

.con-member {
	width: 910px;
	padding: 15px;
	font-size: 18px;
	line-height: 26px;	
	background-color: #549400;
}

.con-member .content {
	padding: 15px;
}

.con-member h1 {
	margin: 0 0 0.65em 0;
}

.con-member h2 {
	margin: 0.8em 0;
	font: normal 28px/32px 'pt_sansbold', Arial, sans-serif	
}

.con-member p {
	margin: 1em 0;	
}

.con-member .content > ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

.con-member form ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

.con-member form p {
	margin: 0px;
	font-size: 14px;
	line-height: 22px;
}

.con-member form p:first-child {
	margin-bottom: 5px;	
}

.con-member form p:last-child {
	margin-top: 5px;	
}

.con-member form li {
	margin-top: 10px;	
}

.con-member form li:first-child {
	margin-top: 0px;	
}

.con-member input, .con-member select {
	width: 405px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;	
	padding: 0px 10px 0px 10px;	
}

.con-member input[type='submit'] {
	width: 425px;
	color: #383838;
	text-align: center;
	background-color: #f8e40b;	
	font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
}

.con-member select {
	width: 425px;
	border: none;
	color: #606060;
	padding: 10px 10px;
	line-height: normal;
}

.con-member-footer {
	padding-top: 10px;	
}

.con-member-footer span {
	float: right;
}

/* Specific member forms */

.con-signup .content {
	float: left;
	width: 425px;
}

.con-signup .content > ul li {
	padding-left: 30px;
	margin-bottom: 10px;	
	background: url("images/tick.png") no-repeat center left;
}

.con-login label {
	float: none;
	font-size: 14px;
	line-height: 22px;	
}

.con-login form li {
	float: left;	
	margin: 0px 0px 0px 30px;
}

.con-login form li:first-child {
	margin-left: 0px;
}

.con-login input {
	width: 320px;	
}

.con-login input[type='submit'] {
	width: 140px;	
}

.con-login form ul:after {
	clear: both;	
	content: " ";
	display: block;	
}

.con-member-options { 
	text-align: center;
}

.con-member-options .member-option { 
	width: 220px;
	color: #383838;	
	margin: 0px 15px 0px;
	display: inline-block;	
	background-color: #f8e40b;	
	font: normal 22px/220px 'pt_sansbold', Arial, sans-serif;	
}

.con-member-options .member-option:hover { 
	color: #fff;
	text-decoration: none;
	background-color: #549400;
}

/* Member templates */

.temp-member {
	width: 100%;
	margin: 0px;
	padding: 30px 0px;
	visibility: hidden;
	background-position: center center;
	background-image: url("images/background_pattern.png");
}

.temp-member .wrapper {
	width: 100%;
	height: 100%;	
}

.temp-member .container {
	color: #fff;
	max-width: 940px;
	margin: 0px auto 0px;	
}

.temp-member a {
	color: inherit;	
}

.temp-member .con-message-red, .temp-member .con-message-green  {
	margin-bottom: 20px;	
}