/* 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 : 14em; /* 13 + 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 : 13em;
 	margin-right : 1em;
 	white-space : nowrap;
/* 	margin-top : 0.3em;  */
 	
}

form input.text {


	color:#000;
	background:#f5f1ed;	/* mandir white, but lighter */

	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 : 14em; /* 13 + 1 */

}	
	
	/* 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:#f5f1ed;	/* mandir white, but lighter */
	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:#f0f0f0;
	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;
}

/************************************************************************/
#Age input {
	width : 2.5em;
}

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

#Comments label {
	margin-bottom : .4em;
}

#Diet {
	height : 4em;
	line-height : normal;
}

#Diet label {
	white-space : normal;
}

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


