body {
	padding: 0 20px;
	font-family: 'Trebuchet MS', Arial, sans-serif;
/*	text-align: center; */
}

div.pagewrapper {
	width: 900px;
	margin: auto;
	text-align: left;
}

* {
	margin: 0;
	padding: 0;
}
p {
	margin: .5em 0 0 0;
}
* h1, * h2, * h3, * h4, pre, .example {
	margin: 1em 1em;
}

body > h1, div > h1, div > h2, div > h3 {
	margin: 0;
}

.hidden {
	display: none;
}

.box {
/*	width:350px; */
}

.clear {
	height: 0;
	overflow-y: hidden;
	clear: both;
}

#error .msg {
	border: 1px solid red;
	padding: 5px;
}

.msg h1 {
	font-size: 100%;
}

#work {
/*	border: 1px dotted blue;	/* debugging styling */
/*	padding: 5px;				/* debugging styling */
	text-align: center;
}

#debug {
	background-color: #ffeeee;
	padding: 10px;
	height: 400px;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 500;
}

#debugContent {
	background-color: white;
	overflow: auto;
	height: 370px;
}
#debugContent .msg {
	border-bottom: 1px solid lightGrey;
}
.stamp {
	color: Brown;
	float: right;
	font-size: 8px;
}

#dialogWrapper {
	border: 2px dashed orange;
/*	margin: 0 auto 0 20%; */
/*	position: relative;
	top: 100px;
	*/
	padding: 10px;
	margin: 20px 20px 10px 10px;
	float: left;
}
#dialogWrapper h2, #ifr {
	margin-bottom: .5em;
}
#dialogWrapper, #ifr {
	position: relative;
	width: 390px;
}
#ifr {
	height: 25px;
	border: none;
}
#uform, #uploadForm {
	position: relative;
	white-space: nowrap;
}
#hider {
	margin: 0pt; padding: 0pt; height: 25px; background-color: white; position: absolute; top: 0px; width: 100%;
	display:none;
}
#imgPreview {
	position: relative;
}
#imgPreview img {
	position: relative;
/*	width: 100%;	*/
	border: none;
}
#imgPreview strong {
	display: block;
	background-color:white;
	bottom:0%;
	opacity:0.7;
	filter:alpha(opacity=70);
	position:absolute;
	text-align:center;
	width:100%;
	left: 0px;
}
.another {
	position:absolute;
	right:3em;
	text-align:right;
	top:.5em;
	width:100%;
}
#oldImages {
	border: none;
	background-color:AntiqueWhite;
	border: 1px solid black;
	margin: 20px 20px 20px 0;
	padding: 10px;
	float: left;
/*	position: absolute;
	top: 0px;
	right: 0px; */
	width: 390px;
}
#oldimageWrapper {
	width: 100%;
	margin-top: 10px;
}
#oldImages a {
	width: 31%;
	margin: 1%;
	float: left;
	text-align: center;
	vertical-align: middle;
	height: 110px;
}

#oldImages a img {
	border: none;
	outline: none;
	margin: auto;
}
#oldimageWrapper a.mostRecent {
    float: none;
/*	width: 100%;
	display: table;
*/

}
#warning {
	color: darkGoldenRod;
	font-size: 12px;
	white-space: normal;
}