/* GENERAL STYLES */
.AutoFormPlus {
	text-align: center;
	background: #fff;
}

.AutoFormPlus fieldset {
	text-align: left;
}
	
.AutoFormPlus legend {
	padding: 5px;
	font-weight: bold;
	font-size: 85%;
	color: #CC0000;
}
	
.AutoFormPlus fieldset ul {
	margin: 0;
	padding: 0;
}
	
.AutoFormPlus fieldset li {
	display: block;
	list-style: none;
	padding:  0;
	margin: 5px 0;
	color: #666666;
	clear: both;
}

.AutoFormPlus fieldset li span {

}

.AutoFormPlus fieldset li span img {

}

.AutoFormPlus fieldset li img, .AutoFormPlus fieldset li a {
	float: left;
	margin-left: 3px;
	margin-top: 3px;
	font-size: 110%;
}

.AutoFormPlus fieldset li label {
	width: 40%;
	float: left; 
	font-size: 110%;
	padding-right: 10px;
	padding-top: 5px;
	text-align: right;
}

.AutoFormPlus fieldset li p {
	color: #1E3E55;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	padding-left: 10px;
}

.AutoFormPlus fieldset li table {
	clear: both;
	float: left;
	margin-top: 3px; 
	margin-left: 30px;
	font-size: 110%;
	margin-bottom: 3px;
}

.AutoFormPlus fieldset li table input {
	float: left;
	width: 25px;
	font-size: 110%;
	border: 1px solid #1E3E55;
	margin-bottom: 3px;	
}

.AutoFormPlus fieldset li table label {
	float: right;
	padding-left: 5px;
	padding-top: 5px;
}

.AutoFormPlus fieldset p {
	color: #1E3E55;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	padding-left: 10px;
}

.AutoFormPlus fieldset br {
	clear: both;
}

/*.AutoFormPlus span {
	display: block; 
	height: 25px;
}*/

.AutoFormPlus fieldset input {
	float: left; 
	margin-top: 3px; 
	width: 200px;
	font-size: 110%;
	/* border: 1px solid #1E3E55; */
	margin-bottom: 3px;
}

.AutoFormPlus fieldset textarea {
	float: left; 
	margin-top: 3px; 
	width: 200px;
	font-size: 110%;
	height: 75px;
	/* border: 1px solid #1E3E55; */
	margin-bottom: 3px;
}

html>body .AutoFormPlus fieldset textarea {
	*width: 198px;
}

* html .AutoFormPlus fieldset textarea {
	*width: 198px;
}

.AutoFormPlus fieldset select {
	float: left; 
	margin-top: 3px; 
	width: 204px;
	font-size: 110%;
	/* border: 1px solid #1E3E55; */
	margin-bottom: 3px;
}

.AutoFormPlus input.button {
	margin-left: 232px;       
	background-color:#eee200;
	border: 1px solid #CC0000;
	color: #CC0000;
	text-transform:uppercase;
	font-weight:bold;
	font-size: 75%;
	cursor: hand;
	cursor: pointer;
}

html>body .AutoFormPlus input.button {
	*margin-left: 233px;
}

.AutoFormPlus li.required label strong {
	/* font-weight: bold; */
	font-style: normal;
	color: #900;
}

.AutoFormPlus li.required label {
	/* border-bottom: 1px dashed red; */
}

.vsummary{
	text-align: left;
}

.FormErrorText{
	color: #ff0000;
	margin-left: 5px;
	line-height: 2em;
}

.FormErrorText2{
	color: #ff0000;
}


/*\*//*/ .AutoFormPlus legend { display: inline-block; } /* IE Mac legend fix */
				

/* EDITOR PROPERTIES */
