/* GENERIC FORM STYLING */
form {
	width: 100%;
}

form fieldset {
	border:0;
	padding:2px;
}

.message {
	color:#f33;
	background:#eee;
	border:1px solid #ccc;
	padding: 1px 1em 1px 1em;
	margin: .4em;
}

span.message {
	width: auto;
	margin-left : 17em; /* 16 + 1 */
}


	/* http://phrogz.net/CSS/vertical-align/index.html */
form div {
	width:100%;
	position : relative;
	line-height : 2.5em;
}

form div.optionset {
	line-height : inherit;
}

form div.middleColumn {
	width:auto;
	margin-bottom : 0;
	position : relative;
}


.typography form label {
 	display:block;
 	float : left;
 	clear : both;

	font-size:1em;
	color : #272243; /* grey - paragraph */
 	
 	text-align : right ;
 	width : 16em;
 	margin:0 !important ;
 	margin-right : 1em !important ;
 	white-space : nowrap;
/* 	margin-top : 0.3em;  */
 	
}

#embassy .typography form label {
 	width : 22em;
}


.checkbox input {
	display : inline;
}

.checkbox label {
	display : inline !important ;
	float : none !important ;
}

p.checkbox {
	margin-top : 1em;	
	margin-left : 19em;	
}

p#ForgotPassword {
	margin-top : 2em;	
	margin-left : 16em;	

}

form select {
	background:#f5f4f3; 	/* white - content area */
	border:1px solid #aaa;
	font-size : 1em;
	padding : 1px;
}


form input.text
{


	color:#000;
	background:#f5f4f3; 	/* white - content area */

	border:1px solid #aaa;
	padding:3px;
	width : 20em;
}




form select {
	width : 21em; /* some sort of compensation for the down-arrow widget? */
}
		
ul.optionset {
	list-style : none;
	margin-top : .4em;
	margin-bottom : .4em; 
	margin-left : 16em; 

}	

#embassy ul.optionset {
 	width : 22em;
}

	
	/* override typography */
ul.optionset li {
	margin-left : 0;
	margin-bottom : 0;
	line-height : 1.6em;
}	
	
ul.optionset li label {
 	display:inline;
 	float : none;
}	

ul.optionset li input {
	display : table-cell;
	vertical-align : middle;
}

	
form textarea {
	color:#000;
	background:#f5f4f3; 	/* white - content area */
	border:1px solid #aaa;
	width : 100%;
}

form div.textarea label {
	text-align : left;
	width : auto;
	white-space : normal;
	float : none;
	line-height : normal;
}
		
form input.numeric {
	width:20px;
	background:#f5f4f3; 	/* white - content area */
	border:1px solid #aaa;
	padding:3px;
	color:#000;
	margin-right:4px;
}

form input.year {
	width:35px;
}

form p.Actions {
	text-align:right;
	padding:0 22px 15px 0;
}

form p.Actions input {
	padding:2px;
}

/************************************************************************/

#Comments {
	width : 100%;
	margin : 0 auto;
	margin-top : 1em;
}

#Comments .typography label {
	margin-bottom : .4em; 
	text-align : left !important;
}

.typography form #ContributionAmount label {
	float : none;
	width : auto;
	text-align : left !important;
	margin-left : 3em;
	
}

.typography form #ContributionAmount .middleColumn input {
	margin-left : 23em;
}

.typography form #SubscribeToEarthvoice label {
	float : none;
	width : auto;
	text-align : left !important;
	margin-left : 3em;
	
}



.Actions input {
	display : block;
	margin : 0 auto;
	padding : 0 .3em .1em .3em; /* IE scrunches the text inside the button for some reason */
}

.Actions {
	 padding-bottom : 10px; 
}

