/* @override http://www.takepart.at/gallery/style/style.css */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, input, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	font: 11px/1.5 Univers, Lucida Grande, Arial, sans-serif;
	color: #444;
	background-color: #fafafa;
}

#main {
	width: 600px;
	margin: 0 auto;
}

h1 {
	font-size: 18px;
	background: #c5dbe0;
	border-top: 3px solid #a8bbbf;
	border-bottom: 3px solid #a8bbbf;
	padding: 5px;
	margin-bottom: 50px;
	margin-top: 30px;
}

.image {
	clear: both;
	margin: 50px 0;
	display: block;
}

.preview_image {
	width: 160px;
	background: #eee;
	height: 120px;
	float: left;
}

.preview {
}

.exif {
	float: right;
	width: 380px;
	background: #eee;
	min-height: 110px;
	padding: 5px;
	margin-bottom: 50px;
}

ul {
	list-style: ; list-style-type: disc;
	padding-left: 22px;
	margin: 10px 0;
}

p {
	margin: 10px 0;
}

a.download {
	padding-left: 15px;
	color: #888;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 5px;
	-webkit-transition-duration: 400ms;
	background-color: #f3f3f3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #ddd;
}

a.download:hover {
	background-color: #fff;
}

h2 {
	font-size: 14px;
}

#footer {
	clear: both;
	text-align: center;
	margin-bottom: 20px;
	color: #888;
	font-size: 10px;
}

input[type=text] {
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #fff;
	font: 18px/1.5 Univers, Lucida Grande, Arial, sans-serif;
	color: #444;
}

input[type=text]:focus {
	outline: #888 solid 1px;
	outline: auto 5px -webkit-focus-ring-color;
}

input[type=submit] {
	font: 18px/1.5 Univers, Lucida Grande, Arial, sans-serif;
	color: #444;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	cursor: pointer;
	margin-right: 30px;
}

input[type=submit]:hover {
	background-color: #eee;
}

input[type=submit]:active {
	outline: auto 5px -webkit-focus-ring-color;
}

.process {
	background: url(progress.gif);
	width: 3px;
	height: 3px;
	display: inline-block;
	padding: 10px;
	visibility: hidden;
}