.review-intro{
	font-size: 12px;
	padding: 10px;
    margin: 10px 0 10px 10px;
	border-width: 1px;
	border-style: dashed;
	border-color:#c0c0c0;
	color: #333333;
	line-height:18px;
	text-align: justify;
	background-image: url('background.jpg');
    background-repeat: repeat;
}

.review-concept{
	font-size: 12px;
	padding: 5px 40px 10px 45px;
    margin: 0px 0 10px 10px;
	color: #333333;
	line-height:18px;
	text-align: justify;
}

.review-preview {
	padding: 0;
	margin: 0 0 0 10px;
	background-color:#c0c0c0;
}

.footer{
    width: 800px;
	font-size: 12px;
	padding: 5px 0 0 0;
    margin: 0;
	color: #999999;
	line-height:18px;
	text-align: center;
}

.review-list{
	font-size: 12px;
	padding: 10px;
    margin: 10px 0 10px 10px;
	border-width: 1px;
	border-style: dashed;
	border-color:#c0c0c0;
	color: #333333;
	line-height:18px;
	text-align: justify;
}

a:link {color: blue;}
a:visited {color: blue;}
a:active {color: blue;text-decoration: none}
a:hover {color: #00c0c0;}

h1 {
	font-size: 18px;
	line-height:20px;
	text-align:left;
	padding: 0 0 10px 0;
	margin: 0;
	color: #333333;
}

h1 a:link{
	text-decoration: none;
	color:#000000;
}


blockquote {
	margin: 5px 30px 5px 10px;
	padding-left: 20px;
	border-left: 5px solid #e5e5e5;
	}
.author{
	text-align:right;
	width: 745px;
}

small{
	font-size: 11px;
}

body{
    font-family: Verdana, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

.review-bottom{
	position: absolute;
	left: -200;
	top: -200;
	z-index: 1;
	visibility: visible;
	font-size: 12px;
}

img{
	border:0;
	padding:0;
	margin:5px 0 5px 0;
}

.highlight{
	background-color: #ffff80;
}