

/* formulario */
table{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #666;
	}
.ingresos {
	width:220px;
	height:33px;
	margin-bottom:8px;
	border:0px solid #C4C4C4;}

.ingresoscomments {
	width:215px;
	height:60px;
	margin-bottom:0px;
	border:0px solid #C4C4C4;}
	
.ingresosfeed {
	width:370px;
	height:25px;
	margin-bottom:5px;
	border:1px solid #C4C4C4;}	

.mensaje {
	width:183px;
	border:1px  solid #C4C4C4;
	height:80px;
	margin-bottom:15px;}
	
.mensajefeed {
	width:365px;
	border:1px  solid #C4C4C4;
	height:80px;
	margin-bottom:15px;}
	
#enviar{
	width:218px;
	height:55px;
	margin-left:3px;
	padding-right:4px;
	margin-top: 16px;
	background:url(images/boton-forma.jpg)top left no-repeat;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:13px;
	border:none;}

#enviar2{
	width:229px;
	height:49px;
	margin-left:75px;
	padding-right:4px;
	background:url(images/boton_forma_ok.png)top left no-repeat;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:13px;
	border:none;}	
	
input{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left:5px;
	font-size:14px;
	color: #616161;}

textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding:5px;
	font-size:14px;
	color: #616161;}


#enviar:hover{
	color: #FF3;}
	
#result {
	width:280px;
	padding:10px;
	margin:auto;
	margin-top:0px;
	text-align:center;
}

#formulario{
	width:200px;
	margin:0 auto;}
	
 #ErrorMsg {
	 padding:3px;
	 position: absolute;
	 bottom: 65px;
	 border:0px #C00 solid;
	 color:#C00;
	 font-size:10px;
	 font-style:italic;
	 margin:3px;
	 display:none;
	 clear:both;
}

#url {position:absolute; color:#FFF;}


/* fin fomulario */