@charset "utf-8";
/* CSS Document */

.column1 {
	float:left;
	width:150px;
	}
	
.column2 {
	float:right;
	width:250px;
	}

fieldset {
	border: #CCCCCC 1px solid;
	padding:20px;
	margin-bottom:20px;
	}
	
legend {
	padding:3px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FF9966;
	font-size:13px;
	}
	
label, input, select {
	display:block;
	width:300px;
	}

label {
	color:#888888;
	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:#888888;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	padding:2px;
	margin-left:0;
	margin-bottom:5px;
	border:#cccccc 1px solid;
	background-color:#FFFFFF;
	}

input.noborder {
	height:0;
	width:0;
	border:0;
	}

input.required, select.required, textarea.required {
	background-color:#eeffdd;
	}
	
input.short, select.short {
	width:150px;
	}
	
input.long {
	width:400px;
	}

input.tall {
	height:100px;
	}	
	
div.check-radio input {
	display:inline;
	width:auto;
	padding:0;
	margin:0;
	margin-bottom:5px;
	color:#ccddaa;
	}
	
div.check-radio label {
	display:inline;
	padding:2px;
	}
	
div.check-radio {
	margin-bottom:5px;
	}

#features {
	padding:2px;
	}

input.button {
	width:50px;
	height:25px;
	background-color:#ccddaa;
	border: #999999 1px outset;
	color:#666666;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	}
		
.errFld {
	border:#FF9966 1px solid;
	}
	
.errMsg {
	color:#ff9966;
	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: #ff9966;
   font-size: 12px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.field-hint div {
   background-color: #ffffff;
   border: 1px solid #ff9966;
   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;
}


