body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
    color:#333;
	font-size: 10pt;
	line-height:14pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #CCC;
}
#preview {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	min-width:50em;
	max-width:100%;
	max-height:100%;
	height:100%;
	min-height:50em;
	z-index:-50;
}
#preview img {
	position:relative;
	max-width:100%;
	max-height:100%;
	margin-left:auto;
	margin-right:auto;
	border:none;
	z-index:-51;

}
#formcontainer {
	position:absolute;
	left:5%;
	top:5%;
	max-width:90%;
	max-height:90%;
	z-index:10001;
	background-color:#CCC;
	opacity: 0.7;
    filter: alpha(opacity=70);
    padding:2%;
}
label{
	min-width:8em;
	display:inline-block;
}
p{
	white-space: nowrap;
}
