body{
	background-image:url(../img/cristo.gif);
	background-position:top center;
	background-repeat:repeat-x;	
}
.back{
	position: absolute;
	top: 10px;
	left: 10px;	
}
.back span{
	background-color: white;
}
.back a{
	color: black;
	text-decoration: none;
	font-size: 9px;	
}
.zend_form{
	font-family:"Lucida Grande";
	border:0px solid rgb(102, 102, 102);
	padding:10px;
}
.zend_form dd{
	margin-left:0px;	
}
.zend_form label{
	color:rgb(102, 102, 102);	
	cursor:pointer;
	font-weigth:bold;
	font-size:13px;
}
.button_enabled{
	background-color:black;
	border-color:black;
	border-width:1px;
	border-style:solid;	
	color:white;
	padding:6px;
	font-size:10px;
	}
.button_disabled{
	background-color:black;
	border-color:black;
	border-width:1px;
	border-style:solid;	
	color: yellow;
	padding:6px;
	font-size:10px;
}
.zend_form textarea#status{
	border-color:#B29FA4;
	border-width:1px;
	border-style:solid;	
	font-size:14px;
	height:34px;
	position: relative;
}
.zend_form .optional{
	display:none;	
}
.formulario{
	position:absolute;
	width:400px;	
	height:140px;
	top:50%;
	left:50%;
	margin-left:-200px;
	margin-top:-100px;
}
.formulario p{
	color:red;
	font-size:29px;
	font-family:Georgia, Serif;	
}
.loading{
	background-image: url(../img/indicator_blue_small.gif);
	background-repeat: no-repeat;
	background-position: right center;	
}
.success{
	position:absolute;
	width:260px;	
	height:50px;
	top:50%;
	left:50%;
	margin-left:-130px;
	margin-top:-25px;	
	color:red;
	font-size:29px;
	font-family:Georgia, Serif;	
}