@charset "utf-8";
/* CSS Document */

.review {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
	width: 730px;
}

.review .content {
	padding-top:30px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:30px
}

.review .text {
	color: #cccccc;
	font-size: 12px;
	margin-right:15px;
}

.review .redtitletext {
	font-size: 16px;
	color: #d60000;
	font-weight:bold;
}

.review .whiteblurbtext {
	font-size: 10px;
	color: #dddddd;
	font-weight: bolder;
}

.review .darkwhiteblurbtext {
	color: #a1a1a5;
	font-size: 10px;
}

.review .rightside {
	float:right;
	width:300px;
	margin-left:25px;
	margin-bottom:20px
}

.review .rightside .photo {
	border:5px solid #FFFFFF;
}

.review .rightside .greyblurbtext {
	font-size:10px;
	color: #bebebe;
	margin-top:2px
}

.review .divider {
	margin-top:5px;
	margin-bottom:10px;
	color:#999999;
	font-size:9px
}

.review .just_ask {
	font-size: 11px;
	background-color: #666666;
	padding: 5px;
}

.review .just_ask .title {
	font-weight:bold
}
.review .just_ask .smalltext {
	font-size: 10px;
}

.review .just_ask .question_box {
	font-size: 11px;
	border: 1px #336699 solid;
	width: 92%;
	color: #666666;
	height:14px
}

.review .just_ask .btn {
	font-size: 11px;
	border: 1px #336699 solid;
	background:#CCCCCC;
	color:#666666;
	font-weight:bold;
	height:18px
}
