@charset "UTF-8";
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding: 30px;
	height: 200px;
	width: 450px;
	border: 1px solid #333333;
	margin:0 auto 0 auto;
}


/* hide from ie on mac \*/
html { height: 100%; }

/* end hide */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;

}
a { color: #333333; }

#simpleviewer { width:70%; height: 92%; margin:-30px auto 0 auto;}

#body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #FFF;
	color:#FFF;
}