@CHARSET "UTF-8";


#reviewHeading {
	top: 95px; left: 378px; 
	width: 422px; }


#reviewInfo {
	top: 370px; left: 40px; 
	width: 335px; }
#reviewInfo div.moduleContent { height: 200px; }
#reviewInfo ul {
	padding-top: 10px; 
	list-style: none; }
#reviewInfo ul li { padding: 7px 3px 2px 5px;
	border-bottom: 1px solid #a0a0a0; }
#reviewInfo ul li span { 
	font-weight: bold;
	float: right;
	font-size: 11px; 
	margin-left: 10px; }
#reviewInfo h3 span.right { display: inline; float: right; }
#reviewInfo h3 span.approved { color: #00dd00; }
#reviewInfo h3 span.denied { color: #dd0000; }

#reviewImage {
	top: 177px; left: 475px; 
	width: 260px; }
	
#reviewAccept {
	top: 600px; left: 500px; 
	width: 200px; }
#reviewDeny {
	top: 600px; left: 100px; 
	width: 200px; }

#reviewAccept a, #reviewDeny a {
	display: block; position: relative;
	width: 100%;
	text-align: center;
	letter-spacing: 0.3em;
	}
#reviewAccept a:hover, #reviewDeny a:hover {
	font-weight: bold;
}
