.fieldwrapper { clear: both; float: left; width: 390px; min-height: 20px; height: auto !important; height: 20px; padding-top: 5px; padding-bottom: 3px; }
.txtField { font-size: 1.0em;  }
.fields {  }
.fields input { border: 1px solid #006f3a; font-size: 1.2em; color: #000; }
.fields textarea { border: 1px solid #006f3a; font-size: 1.2em; font-family: Arial, Helvetica, sans-serif; height: 50px; overflow: auto; color: #000; }

.fields select { border: 1px solid #006f3a; padding: 2px; color: #000; }
.fields input:focus, .fields textarea:focus, .fields select:focus { border: 1px solid #151515; outline: none;  }
.buttons { text-align: right;  }
.buttons input { margin-top: 5px; background-color: #006f3a; color: #FFF; border: 1px solid #151515; padding: 2px 2px 2px 2px; cursor: pointer; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }
.buttons input:focus { outline: none; }
.clearfloat { clear: both; float: none; display: block; }
.red { color: #FF0000; font-size: 1.3em; }
#xcap img { background-color: #000; }
.errors { border: 1px solid #ff0000; }
.errors p { padding: 10px; }
/* Calendar */
input.calendar,
select.calendar {
	width: 105px;
	margin-right: 5px;
	vertical-align: bottom;
}
button.calendar {
	background: url(calendar/calendar-icon.gif) 0% 0%;
	border: 0;
	cursor: pointer;
	height: 20px;
	margin-right: 10px;
	width: 20px;
	outline: none; 
}
button.calendar:hover,
button.calendar.active {
	background-position: 0 20px;
}
button.calendar:focus { outline: none; }
div.calendar {
	background: #fff;/*url(calendar/calendar.png); */
	height: 185px;
	padding: 0 6px 6px 6px;
	text-align: center;
	width: 147px;
	border: 1px solid #8c7255;
}	
html>body div.calendar { height: 175px; }
div.calendar div {
	background: none !important;
	cursor: move;
	height: 185px;
	overflow: hidden;
	padding-top: 5px;
	position: relative;
	width: 147px;
}	
div.calendar caption {
	color: #333;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	padding-top: 6px;
	text-align: center;
	width: 100%;
}
div.calendar caption a {
	cursor: pointer;
	display: block;
	height: 12px;
	overflow: hidden;
	position: absolute;
	text-indent: -100px;
	top: 17px;
	width: 11px;
}
div.calendar caption a.prev {
	background-image: url(calendar/calendar-prev.gif);
	left: 0;
}
div.calendar caption a.next {
	background-image: url(calendar/calendar-next.gif);
	right: 0;
}
div.calendar caption a:hover {
	background-position: 0 12px;
}
div.calendar caption span {
	height: 25px;
	position: relative;
	text-align: center;
}
div.calendar caption span.month {
	padding-right: 8px;
}
div.calendar caption span.month:after {
	content: ',';
}
div.calendar table {
	background: #FFF;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	cursor: default;
	margin: 0 auto;
	overflow: hidden;
	width: 147px;
}
div.calendar td,
div.calendar th {
	border: 0;
	color: #8c7255;
	font: normal 12px Arial, Helvetica, sans-serif;
	height: 21px;
	text-align: center;
	width: 22px;
}
div.calendar td {
	background: #fff;
	color: #999;
	border: 1px solid #fff;
	font-size: 11px;
}
div.calendar td.invalid {
	color: #ccc;
}
div.calendar td.valid {
	background: #f4c615;
	color: #FFF;
	cursor: pointer;
}
div.calendar td.hilite {
	background: #FF0000;
}
div.calendar td.inactive {
	background: #999;
	color: #FFF;
}
div.calendar td.active,
div.calendar td.hover {
	background: #FF6600;
	color: #FFF;
	cursor: pointer;
}