@charset "utf-8";
/* CSS Document */

html, body {
	background: #6F7072;
	margin: 0 0;
	text-align: center;	
}

#reviews-outer {
	width: 520px;
	margin: 0 auto;
}

#reviews-inner {
	width: 470px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	margin: 10px;
	padding:15px;
	background: #ffffff;
}

#reviews-inner p {
	color:#6F7071;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:11px;
	line-height:15px;
	padding-top:7px;
}


#reviews-inner h1 {
	color:#6F7071;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:15px;
	font-weight: bold;
	text-transform: uppercase;
	line-height:19px;
	padding-top:7px;
}

#reviews-inner a {
	color:#6F7071;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
	line-height:15px;
	padding-top:7px;
}