body {
font-family: sans-serif;
font-size: 9pt;
padding: 1em;
}

label {
color: #999;
}

#overlay {
position: absolute;
top: 0;
left: 0;
width: 10px;
height: 10px;
border: 1px solid #f00;
				background-color: #f99;
opacity: 0.4;
}

#preview {
position: relative;
}

#image {
width: 100px;
height: 100px;
}

#thumbnail {
margin: 0 1em 1em 0;
padding: 1em;
border: 1px solid #ccc;
width: 64px;
height: 64px;
}

label {
color: #999999;
display: block;
float: left;
height: 1.2em;
padding: 1px 0;
width: 6em;
			 margin-bottom: 0.4em;
}

input[type=text] {
font: inherit;
border: none;
				border-bottom: 1px dashed #ccc;
height: 1.2em;
padding: 1px 0;
				 margin-bottom: 0.4em;
}

input[type=text]:disabled {
color: #eee;
background: #fff;
}

input[type=checkbox] {
	margin-bottom: 0.4em;
	margin-left: 1em;
	vertical-align: middle;
}

