body {
	/*background-color: rgb(255, 255, 255);*/
	background-color:#fff ;
}
#content {
	margin: 50px auto 0px; width: 800px; color: rgb(0, 0, 0); font-family: tahoma; font-size: 14px;
}
#content a {
	font-size: 15px; font-weight: bold; text-decoration: underline; cursor: pointer;
}
.popup {
	padding: 20px; border-radius: 10px; left: 100%; top: 3%; width: 660px; height: 	495px; right: 30%; color: rgb(136, 136, 136); position: fixed; z-index: 101; box-shadow: 0px 0px 10px 1px #888888;/* background-color: rgb(255, 255, 255);*/ -moz-box-shadow: 0px 0px 10px 1px #888888; -webkit-box-shadow: 0px 0px 10px 1px #888888; -moz-border-radius: 10px;
}
.overlay {
	background: rgb(0, 0, 0); left: 0px; top: 0px; right: 0px; bottom: 0px; position: fixed; z-index: 100; opacity: 0.5;
}
a.close {
	background: url("cancel.png") left top; left: 32px; top: -33px; width: 26px; height: 26px; float: right; position: relative; cursor: pointer;
}
