@charset "utf-8";
/* CSS Document */

body {
background-color:#ccbb99;
}

fieldset {
	border: #666666 1px solid;
	padding:20px;
	margin-bottom:20px;
	}
	
legend {
	padding:3px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#663300;
	font-size:13px;
	}
	
label, input, select {
	display:block;
	width:300px;
	}

label {
	color:#996633;
	padding:0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	margin-bottom:2px;
	}

label.long {
	width:400px;
	}

input, select {
	color:#333333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	padding:2px;
	margin-left:0;
	margin-bottom:5px;
	border:#999999 1px solid;
	background-color:#FFFFF0;
	}

input.noborder {
	background-color:#ccbb99;
	height:0;
	width:0;
	border:0;
	}

input.required, select.required, textarea.required {
	background-color:#fffff0;
	}
	
input.short, select.short {
	width:150px;
	}
	
input.long {
	width:400px;
	}

input.tall {
	height:100px;
	}	
	
input.button {
	width:50px;
	height:25px;
	background-color:#fffff0;
	border: #999999 1px outset;
	color:#663300;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	}
		
.errFld {
	border:#CC0000 1px solid;
	}
	
.errMsg {
	color:#cc0000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	}

/* Field-Hint with focus */
.field-hint {
   position: absolute;
   z-index: 50;
   width:200px;
   padding:0;
   margin-top: -60px;
   margin-left: 50px;
   color: #996633;
   font-size: 12px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.field-hint div {
   background-color: #fffff0;
   border: 1px solid #996633;
   padding: 5px
}

.field-hint ul {
   margin: 0;
   padding: 0 0 0 13px;
}

.field-hint li {
   margin: 6px 0 0 0;
   padding: 0;
}

/* Field-Hint without focus */
.field-hint-inactive {
   display: none;
}



