input, select {
	border: 1px solid #393933;
	background: #191b1b;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #eee;
}

input[type^=submit] {
	font-weight: normal;
	height: 20px;
}

#galeria {
	width: 700px;
}

#galeria .foto {
	padding: 5px;
	background: #191b1b;
	display: inline-block;
	float: left;
	margin: 5px;
	text-align: center;
	height: 180px;
	width: 150px;
}

#galeria .foto .nick {
	color: #e31f27;
}

#galeria .foto .imgcnt {
	height: 150px;
	margin-bottom: 5px;
}

#galeria .foto .img {
	max-width: 150px;
	max-height: 150px;
}


