.defaultForm {
	background-color: #F2F2F2;
	padding: 6px;
}

.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;
}


.FieldDescription{
	color: #999999;
}

.MultiLineFieldSet {
	border: none;
	margin: 0;
}

.ButtonsFieldSet {
	border:none;
	margin: 10px 0 0 0;
}
.ButtonsFieldSet input {
	font-size:18px;}
.SingleLineField {
	border:none;
	margin: 10px 0;
}
.SingleLineField input {
	width:260px;}

.SingleLineFieldSet input {
	width:260px;
	}



.SingleLineFieldSet {
	border:none;
	margin: 10px 0;
}


textarea {
	width:400px;
	height:150px;
}
