/* @override http://thedaddy/css/review.css */
.reviews {
	font-family: verdana;
	font-size: 9pt;
}

textarea.review {
	width: 400px;
	height: 100px;
}

input.title {
	width: 400px;
}

input.rating {
	width: 100px;
}

#create_review {
	position: absolute;
	top: 20px;
	left: 350px;
	display: none;
	background: #ffffff;
}

#create_second_opinion {
	position: absolute;
	top: 20px;
	left: 350px;
	display: none;
	background: #ffffff;
}

#review_controls {
	margin-left: 460px;
	text-align:  right;
	display: none;
}

textarea.review {
	width: 400px;
	height: 100px;
}

input.title {
	width: 400px;
}

input.rating {
	width: 100px;
}

#create_review {
	position: fixed;
	top: 20px;
	left: 350px;
	display: none;
	background: #ffffff;
}

#create_second_opinion {
	position: fixed;
	top: 20px;
	left: 350px;
	display: none;
	background: #ffffff;
}
