/*	Gominola Creative Media 2007
	Barcelona - http://www.gominola.com
	by urbankid
________________________________________*/
body,div,h1,ul,li,a,p,table,tr,td {
	border:0;
	margin:0;
	padding:0;
	font-family:Verdana;
	font-size:10px;
	color:#fff;
}
body {
	background:#000;
}
input,textarea,select,option {
	font-family:Verdana;
	font-size:10px;
	color:#333;
	background:#fff;
}


#holder {
	background:url("../img/bg_holder.jpg") no-repeat top left;
	width:621px;
	height:347px;
}
	#holder table {
		padding:70px 0px 0px 90px;
		width:386px;
	}
	#holder td {
		text-align:left;
		vertical-align:top;
		padding:3px 0px;
	}
	#holder input,#holder textarea {
		width:260px;
	}
	#holder #enviar td {
		text-align:right;
	}
		#holder #enviar input {
			width:auto;
		}
		#holder #logRes {
			height:20px;
			line-height:20px;
			vertical-align:20px;
			color:#333;
		}
		#holder #logRes.ajax-loading {
			/*background: url("../img/spinner.gif") #fff no-repeat left;*/
			margin-left:10px;
		}

#thumbs {
	width:621px;
	height:75px;
}


#desc_holder {
	width:621px;
	height:75px;
	margin-top:18px;
	overflow:auto;
}
	#desc {
		width:581px;
		margin:15px 0px 0px 15px;
	}
	#desc p {
		color:#9c9c9c;
		margin-bottom:8px;;
	}
	#desc p a {
		color:#9c9c9c;
		text-decoration:none;
	}
