/* FORM STYLES */

form {
	margin:0;
	padding:0;
}

fieldset {
	margin-bottom: 10px;
	border: 1px #ccc solid;
	padding: 5px;
	text-align: left;
}

fieldset p {  margin: 10px 0px;  }

legend    {
	color: #666;
	font-size: 12px;
	font-weight: bold;
}
#button01{
	background-color:#97AEBE;
	color:white;
	font-size:13px;
	cursor:pointer;
}

#button01:hover{
	background-color:#81939F;
	color:white;
	font-size:13px;
}
input, select, textarea { font-size: 11px; border: 1px solid #999; }
button { font-size: 11px; }
textarea { font: 11px Arial, Helvetica, sans-serif; resize: none; }

input.disabled { background-color: #F0F0F0; }

input.button {
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	background-color:#6D9F00;
	color: white;
	border: 1px outset #6D9F00;
	height:22px;
	font-weight:bold;
	font-size:12px;
	text-indent: 0;
}

input.button:hover {
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	background-color:#6D9F00;
	color: #fff;
	border: 1px outset #6D9F00;
	height:22px;
	font-weight:bold;
	font-size:12px;
	text-indent: 0;
}

input.button:focus, input.button:disabled { background-color:#6D9F00;
	color: white;border: 1px outset #ccc; }
input.button-search  { 
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	background-color:#6D9F00;
	color: #fff;
	border: 1px outset #6D9F00;
	height:20px;
	font-weight:bold;
}
input.button-search:hover{ 
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	background-color:#86AF2B;
	color: white;
	border: 1px outset #86AF2B;
	height:20px;
	font-weight:bold;
}
input.button-search:focus, input.button-search:disabled  { background-color:#6D9F00;
	color: white; border: 1px outset #ccc; }


table.form-table td { padding: 2px; }
table.form-table td.key {
	text-align: right;
	width: 210px;
	color: #333;
	font-weight: bold;
	font:arial;
	font-size:11px;
	border-bottom: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	background-color:#EFEFEF;
}
table.form-table td.key-r {
	text-align: right;
	width: 200px;
	color: #333;
	font-weight: bold;
	border-right: 1px solid #e9e9e9;
	font:arial;
	font-size:11px;
}
table.form-table .key-vtop { vertical-align: top; }

table.form-table td.key.vtop { vertical-align: top; }


fieldset.standard-form { border: 1px solid #ccc; margin: 0 10px 10px 10px; }

div.standard-form-buttons {
	line-height: 30px;
	text-align: center;
	padding-bottom: 10px;
}

div.standard-form-instruction {
	color: #000000;
	font-size: 12px;
	margin: 6px 0 10px 10px;
}
div.standard-form-instruction ul li {
	list-style-position: outside;
	list-style-type: square;
}

span.required {
	color: #FF0000 ;
	font-weight: bold;
	font-size: 1.2em;
	vertical-align: top;
}

.validation-status {
	color: #FF0000;
  	padding-top: 2px;
  	padding-left: 8px;
  	vertical-align: middle;
  	white-space: nowrap;
}
.field-note { color: #333333; }
.record-highlight { font-weight: bold; }

input.error, select.error, textarea.error { background-color:white; border: #FF873F solid 1px; }
label.error { color:#FF0000; font-size: 11px; margin: 0; white-space:nowrap; }
.btn-image { border:0; }