.defaultForm {
	background-color: #FCFDF7;
	padding: 10px;
	color: #333333;
	border-style: dotted;
	border-width: 1px;
	border-color: #9AC657;
}

.NotificacionesForm {
	margin: 0;
}

.NotificacionError {
	color: #B50404;
	margin: 10px 0;
	background-image: url(/Frame/Graficos/noti_error.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 2px 0 0 20px;
}

.NotificacionMensaje {
	color: #3F9601;
	margin: 10px 0;
	background-image: url(/Frame/Graficos/noti_ok.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 2px 0 0 20px;
}

.defaultForm h3{
	margin:0;
	color: #5A9500;
}


.FieldDescription{
}

.MultiLineFieldSet {
	border: none;
	margin: 0;
}

.ButtonsFieldSet {
	border:none;
	margin: 10px 0 0 0;
}

.SingleLineField {
	border:none;
	margin: 10px 0;
}

.SingleLineFieldSet {
	border:none;
	margin: 10px 0;
}
