.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
	text-align:left;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

.review-head h2 {
	font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	font-size:24px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:italic;
	font-variant:normal;
	font-weight:normal;
	line-height:35px;
	margin:0;
	padding:14px 15px 3px 0;
	text-shadow:0 1px 0 #FFFFFF;
}

.review-body input, .review-body select {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	border-color:#DFDFDF;
	border-style:solid;
	border-width:1px;
	font-size:1.7em;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:3px 4px;
	width:80%;
}

.review-body textarea {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	border-color:#DFDFDF;
	border-style:solid;
	border-width:1px;
	font-size:1.0em;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:3px 4px;
	width:80%;
}

#icon-edit, #icon-post {background:transparent url(../images/icons32.png) no-repeat scroll -552px -5px;}
.icon32 {float:left;height:36px;margin:14px 6px 0 0;width:36px;}
.booktxt {color:#a5a5a5; font-size:11px; font-style:italic;}

input#add {
	min-width:80px;
	width:160px;
	text-align:center;
	font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size:11px !important;
	font-weight:bold;
	line-height:16px;
	padding:2px 8px 2px 8px;
	text-decoration:none;
	background:#21759B url(../images/button-grad.png) repeat-x scroll left top;
	border-color:#298CBA !important;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF !important;
	-moz-border-radius-bottomleft:11px;
	-moz-border-radius-bottomright:11px;
	-moz-border-radius-topleft:11px;
	-moz-border-radius-topright:11px;
	-moz-box-sizing:content-box;
	cursor:pointer;
}

input#add:hover {border-color:#13455B !important;}

img#_preview_ {padding: 50px; border: 1px dashed #cccccc;}

#preview-review {
	width: 700px;
	padding: 50px;
	border: 1px dashed #cccccc;
	margin-bottom: 20px;
}
