/* CSS Document */


div.form-holder {
	background-color:#efefef;
	padding:0px 0px 20px 0px;
	margin:20px 20px 0px 20px;
	border:0px;
	color:#000;
}

#char-count {
	float:none;
	clear:both;
	color: red;
	padding:2px 25px 0px 30px;
	height:25px;
	font-size:11px;
}
div.form-header {
	margin-top:20px;
	background-color:#dddddd;
	color:#000;
	font-weight:bold;
	font-size:12px;
	padding:8px;
	border-bottom:1px solid #cccccc;
}

#contact-wrapper p {
	clear:both;
	float:none;
	height:20px;
	padding:0px 10px 0px 30px;
	margin:10px 0px 5px 0px;
}

#contact-wrapper label.success {
	font-size:11px;
	color:#999999;
	padding-left:20px;
	background-image:url(../../images/field-ok.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-top:0px;
	margin-left:4px;	
	height:20px;

}
#contact-wrapper label.error {
	float:left;
	font-size:11px;
	color:#FF0000;
	padding-left:20px;
	background-image:url(../../images/field-error.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-top:0px;
	margin-left:4px;
	font-style:italic;	
	height:20px;
	font-weight:normal;	
}

#membership-wrapper div.success {
	float:left;
	font-size:11px;
	color:#999999;
	padding-left:20px;
	background-image:url(../../images/field-ok.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-top:0px;
	margin-left:4px;	
	height:20px;
	width:50px;

}

#membership-wrapper div.error {
	float:left;
	font-size:11px;
	color:#FF0000;
	padding-left:20px;
	background-image:url(../../images/field-error.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-top:0px;
	margin-left:4px;
	font-style:italic;	
	height:20px;
	font-weight:normal;
	width:250px;
}

span.success {
	float:left;
	display:block;
	font-size:11px;
	color:#999999;
	padding-left:20px;
	background-image:url(../../images/field-ok.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-top:0px;
	margin-left:4px;	
	height:20px;
	width:50px;

}

span.error {
	float:left;
	display:block;
	font-size:11px;
	color:#FF0000;
	padding-left:20px;
	background-image:url(../../images/field-error.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-top:0px;
	margin-left:4px;
	padding-top:2px;
	font-style:italic;	
	height:20px;
	font-weight:normal;
	width:150px;
}

.button-grey {
	background-color:#dddddd;
	border:1px solid #999999;
	color:#444444;
	font-size:11px;
	font-weight:normal;
	padding:2px 4px 2px 4px;
	margin:0px 0px 0px 10px;
}


.button {
	background-color:#f87909;
	color:#FFFFFF;
	font-weight:bold;
	margin:20px 0px 0px 20px;
	padding:5px;
	border:none;
}

.age{
	display:block;
	color:#FFFFFF;
	width:40px;
	float:left;
	line-height:18px;
	text-align:center;
	margin:0px 10px 0px 0px;
}

input {
	float:left;
	border:1px solid #999999;
	font-size:12px;
	width:180px;
}

input.file {
	float:left;
	border:1px solid #999999;
	font-size:12px;
	width:180px;
}

input.checkbox {
	width:16px;
	margin-right:10px;
	border:none;
}

select {
	float:left;
	border:1px solid #003c9c;
	font-size:12px;
	width:183px;
}

textarea {
	font-size:12px;
	border:1px solid #999999;
	width:350px;	
	height:100px;
	margin:5px 0px 5px 0px;
	padding:1px;
	font-family:"Arial", Helvetica, sans-serif;
	float:left;
}

label {
	display:block;
	float:left;
	line-height:20px;
	font-weight:bold;
	height:20px;
	font-size:12px;
	color:#000000;
	padding:0px 10px 0px 0px;
	width:100px;
}

label.error {
	float:left;
	font-size:11px;
	color:#FF0000;
	padding-left:20px;
	background-image:url(../../images/field-error.png);
	background-repeat:no-repeat;
	background-position:left center;
	margin-left:4px;
	font-style:italic;	
	height:20px;
	font-weight:normal;	
	
}

label.success {
	font-size:11px;
	color:#999999;
	padding-left:20px;
	background-image:url(../../images/field-ok.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-top:0px;
	margin-left:4px;	
	height:20px;

}

div.clear {
	clear:both;
	float:none;
	height:15px;
}

#login-wrapper p {
	clear:both;
	float:none;
	height:20px;
	padding:0px 10px 0px 10px;
	margin:15px 0px 0px 0px;
}

#login-wrapper a {
	color: #b9429c;
	text-decoration:none;
}

#login-wrapper a:hover {
	text-decoration:underline;
}

#login-wrapper label {
	width:80px;
}



