@charset "utf-8";

/* DEFAULT CLASSES AND ID'S

div.error { text-align:center; color:#ff0000; font-style:italic; margin-bottom:10px; }
div.success { text-align:center; color:#0000ff; font-style:italic; margin-bottom:10px; }

div.header {
	background-color:#A6D4A3;
	border:1px solid #6A9963;
	padding-left:3px;
	height:20px;
	line-height:20px;
	font-weight:bold;
	margin:10px 0px;
	clear:both;
	overflow:auto;
	}
div.label {
	clear:left;
	float:left;
	width:150px;
	margin-right:20px;
	line-height:25px;
	vertical-align:middle;
	}
div.field {
	float:left;
	width:520px;
	line-height:25px;
	vertical-align:middle;
	}
div.field input.text {
	border:1px solid #6A9963;
	width:175px;
	}
	
	*/