/*
	Forms
*/
dl.zend_form dt {
	float: left;
	text-align: right;
	width: 9em;
	margin: 0 .5em 0 0;
}

dl.zend_form dt, dl.zend_form dd {
	line-height: 2.5em;
}

/*	Input fields width */
dl.zend_form dd input, dl.zend_form dd textarea {
	width: 30em;
}

dl.zend_form dd input[type=submit] {
	width: auto;
}

textarea {
	height: 20em;
}



/*
	Gallery
*/
div.thumbnail {
	float: left;
	padding: 10px;
}

div.thumbnail div.image {
	height: 100px;
}


div.thumbnailContainer {
/*	width: 360px;*/
}

p.clear {
	clear: left;
}



a {
	border: none;
}

img {
	border: none;
}
