@charset "utf-8";


label {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #4C7A29;
	text-align: right;
	font-size: 85%;
}
.tdLabel {
	text-align: right;
}

.textfield {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #3B2D13;
	background-color: #FFFFFF;
	border: 1px solid #337372;
	font-size: 11px;
}
/* style feedback message */
label .feedback {
	position:absolute;
	margin-left: 6em;
	left: 400px;
	color:#3b2d13;
	padding: 0 0 5px 10px;
	/* width for IE */
width:200px;
}

/* These styles use attribute selectors and the focus pseduo-class selector to style form elements in DOM compliant browsers.  Other browsers, such as IE 6, will ignore these styles and render the default */

