/*
Title:       	Form Styles
Author:      	Ben Usher Smith, ben@heehaw.co.uk
Updated:      	Tuesday February 5th 2008
Notes:       	Hand-crafted by Heehaw Multimedia in Edinburgh, Scotland
Known issues:	None
*/
.form_errors {
	font:150% bold Helvetica, Arial, sans-serif;
	background-color:#900;
	color:#fff;
	padding:1.31em;
	margin:0;
	border:4px solid #300}

.form_feedback,	
.form_success {
	font:150% bold Helvetica, Arial, sans-serif;
	background-color:#00993a;
	color:#fff;
	padding:1.31em;
	border:4px solid #063300}

form.std_form{
	padding:1.31em;
	background-color:#eff0f0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:110%;}
	
form.std_form p{
	color:#777}
	
form.std_form legend{
	color:#00aeef;
	font:150% bold Helvetica, Arial, sans-serif;
	padding:0 0 0 0}
	
form.std_form dl dt{
	clear:left;
	float:left;
	width:40%;
	margin-right:2%}
	
form.std_form dl dt label {
	display:block;
	padding:4px;
	text-align:right}

.mandatory {
	color:#ed3a95;
	font-size:1.2em}
	
form.std_form dl dd {
	float:left;
	width:56%;
	margin-bottom:.63em}
	
form.std_form dl dd.fullwidth_item {
	clear:both;
	width:100%}
	
form.std_form input,
form.std_form select {
	font-family:Helvetica, Arial, sans-serif;
	font-size:100%;
	width:100%;
	padding:4px;
	border:2px #ccc solid}
	
form.std_form input:focus,
form.std_form select:focus,
form.std_form textarea:focus  {
	border-color:#ed3a95}
	
form.std_form select {
	width:103.5%}
	
form.std_form input.submit {
	outline:none;
	float:right;
	border:2px #999 solid;
	width:auto;
	cursor:pointer;
	color:#777;
	font-family:Helvetica, Arial, sans-serif;
	font-size:110%}
	
form.std_form input.submit:hover {
	border:2px #777 solid;
	color:#333}
	
form.std_form textarea {
	width:100%;
	height:8em;
	padding:4px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:100%;
	border:2px #ccc solid}
	
form.std_form a.unsub_link {
	float:right}
	
form.std_form a.unsub_link big {
	 font-size:1.4em}
	 
form.std_form input#partners,
form.std_form input#other_org {
	margin:5px 0 0 0;
	padding:0;
	border:none;
	width:auto;
	height:auto}

/*
This fixes an issue in Safari 1
where the checkboxes float to the
top of the form!
*/
form.std_form p {
	clear:both}
	
/* Membership Form Details */

#member_form.std_form {
	/*margin-left: 5px;*/	
}

#member_form.std_form input {
	/*display: block;
	float: left;
	margin-bottom: 10px;*/
}

#member_form.std_form label {
	/*display: block;
	float: left;	
	width: 115px;
	margin-bottom: 10px; */
}

#member_form.std_form label.fullwidth {
	/* width: 625px; 
	float: none; */
}


#member_form.std_form .checkbox {
	border:none;
	background:none;
	width:auto;
	margin:8px 0 0 0;
	padding:0;}

#member_form.std_form .margin-left {
	margin-left: 115px;
}

#member_form.std_form p.error {
	margin: 1px; 
	color: #ED3A95; 
	font-weight: bold;	
}

#member_form.std_form p.success {
	margin: 1px; 
	color: #ED3A95; 
	font-weight: bold;	
}

#member_form.std_form br.clearer {
	clear: both;
	}

