.topFeed {
	width: 400px;
	height: 10px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(images/inscrip_top.png);
}

#feedContenido {
	float: left;
	width: 400px;
	height: 300px;
	display: none;
	background-color: #00224c;
	color: #fff;
	border: 1px solid #4e6581;
}

#feedTitulo {
	border-bottom: 1px solid #4e6581;
	position: relative;
}

#fCloseCont {
	position: absolute;
	top: 20px;
	left: 400px;
}

#fCloseCont a {
	color: #ff7e00;
	font-weight: bold;
}

.fCampo {
	width: 200px;
	border: 1px solid #4e6581;
}

.fTextArea {
	width: 267px;
	height: 80px;
	border: 1px solid #4e6581;
}

.fSubmit {
	border: 1px solid #4e6581
}

.fError {
	text-align: center;
	padding-top: 20px;
	color: #ff7e00;
	font-weight: bold;
}

.fOk {
	text-align: center;
	padding-top: 20px;
	color: #aac1dd;
	font-weight: bold;
	
}
