/* CSS Document */

/*
.fromTextField{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F2F2F2;
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
/*	width:190px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	/*margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
		/*					  
	border:solid;
	border-width:1px;
	border-color:#cccccc;
	background-color:#F5F5F5;	
	padding: 3px;
	*/
/*}*/

/*.loginLabel{*/
/*	display: block;
	color: #446b31;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	display: block;  /* block float the labels to left column, set a width */
	/*float: left; 
	width: 110px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	/*text-align: right; */
/*}*/

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	font-size: 14px;	
 	margin: 0;
  	padding: 0;
	width:350px;
}

form label{ 
	color: #446b31;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	display: block;  
	float: left; 
	width: 110px; 
	padding: 0; 
	margin: 5px 0 0; 
	text-align: right;
	font-size: 15px;
	font-weight:bold;
	padding-right:8px;
}

form input, form textarea, form select {
	font-size: 14px;
	background-color: #F2F2F2;
	width:auto;      
	margin:5px 0 0 0; 
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	padding:2px;
	width:220px;
}
