/* 
Site: 				Kombo
Pagina:				Gerador de feeds
Descricao:  		Estilo do formulario de gerador de feeds
URL:				www.kombo.com.br/kombo-no-seu-site/feed-rss
Autor:				Fernanda Parisi (fernanda@kombo.com.br)
Data criacao: 		25/05/09
Ultima modificacao: 05/01/10
----
CSS valido pela W3C
*/

#feedGen { margin: 0 auto; padding: 10px 10px 0; border: 1px solid #eee; background: #f7f7f7; }
	#feedGen h4 { color: #444; font: bold 12px Arial, Verdana, sans-serif !important; margin: 0 0 10px !important; padding: 0; }
	#feedGen div { padding: 10px; background: #fff; border: 1px solid #eee; margin-bottom: 10px; }
		#feedGen div cite { 
			background: #fffbe7 !important; 
			border: 1px solid #fff5c4;
			font: normal 11px Arial, Verdana, sans-serif !important; 
			float: left; 
			margin: 0 !important; 
			padding: 5px; 
			text-align: justify; 
			width: 148px !important; 
		}
		#feedGen div span { float: right; width: 410px; }
			#feedGen div span select, #feedGen div span input { 
				border: 1px solid;
				border-color: #e9e9e9 #ddd #ddd #e9e9e9;
				font: 12px Arial, Verdana, sans-serif; 
				padding: 2px; 
				width: 98%; 
			}
			#feedGen div span label { display: block; font-size: 12px; margin-bottom: 5px; }
#feedGerar { 
	background: url(img/sprite-x.gif) repeat-x 0 -670px;
	border: 1px solid;
	border-color: #ffb6b6 #ce6464 #ce6464 #ffb6b6; 
	clear: both; 
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 10px auto;
	text-align: center;
	text-decoration: none;
	padding: 6px;
	width: 100px;
}
#feedGerar:active { border-color: #ce6464 #ffb6b6 #ffb6b6 #ce6464; }