/* Forms */
label
{
	width: 80px;
	float: left;
	text-align: right;
	margin: 20px;
	display: block
}
.submit input {	margin-left: 80px;} 
input.text {width: 300px;}
select {background: #ffcc99;}
textarea {width: 300px; height:100px; background: #ffcc99;}
.submit input 
{
	color: #781351;
	background: #ffcc99;
	border: 1px solid #781351;
} 

/* Forms */

/*.cssform label{
	float: left;
	margin-left: 0px; 
	margin-top:2px; 
	width: 140px; 
	font-size: 1em;
	font-weight: bold;
}
input.btn{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:small;
   font-weight:bold;}
p.formSeparator{ margin:5px 0 5px 0; padding: 0 0 5px 0; line-height:20px; border-bottom: 1px dotted #eee; }
*/
