/**********************************
Use: Forms
***********************************/

fieldset {
	margin-bottom: 10px;
	border: 1px #ccc solid;
	padding: 5px;
	text-align: left;
}

fieldset p {  margin: 10px 0px;  }

legend    {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}

input.error, select.error, textarea.error { border: 1px dotted red; }

.basic-form fieldset p.error label { color: red; }
div.error-container {
	background-color: #FFE6CC;
	border: #FF9900 solid 1px;
	margin: 1em;
	padding: .5em .5em 0 .5em ;
	display: none;
}
div.error-container .error-head { 
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	margin: .5em 0 0 1.4em;
	padding: 0;
}
div.error-container ol li {
	list-style-type: square;
	margin-left: -8px;
	color: #FF0000;
	padding: 0;
}
.error-container label.error { display: inline; }


/* Table Styles */
table.form-table td { padding: 3px; }
table.form-table td.key {
	background-color: #ffffff;
	text-align: right;
	width: 140px;
	color: #666;
	font-weight: bold;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}

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;
	margin: 0 4px 0 2px;
	vertical-align: top;
}

.validation-status {
	color: #FF0000;
  	padding-top: 2px;
  	padding-left: 8px;
  	vertical-align: middle;
  	white-space: nowrap;
}

