body {
	margin: 5px;
	padding: 0px;
	font-family: arial;
	font-size: 12px;
	background: url("/pictures/allgemein/bg_grayBox.jpg") repeat-x #e3e3e3;
}

.small {
	font-size: 11px;	
}

.button {
	line-height: 17px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	background: url("/pictures/allgemein/bg_button.jpg") repeat-x;
	color: #737373;;
	font-weight: bold;
	border: 0px;
	text-decoration: none;	
	cursor: pointer;
}

textarea {
	font-family: arial, verdana;
	font-size: 11px;
	margin-bottom: 5px;
	border: 1px solid #5d6970;
}

#rateProject {
	width: 580px;	
}

#rateProjectHeader {
	margin-bottom: 10px;	
}

.ratingCategoryBlock {
	margin-bottom: 25px;	
}

.ratingCategory {
	float: left;
	width: 380px;
}

.ratingMark {
	float: left;
	width: 26px;
	text-align: center;
	font-weight: bold;	
}

.ratingStars {
	float: right;
	width: 160px;
}

.star {
	float: left;
	width: 26px;
	height: 24px;
	background: url("/pictures/allgemein/icons/star.gif") no-repeat;
	cursor: pointer;
}

.star.checked {
	background: url("/pictures/allgemein/icons/star_checked.gif") no-repeat;
}

#overallRating {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}

.info {
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 30px;
	font-weight: bold;
	color: #469c2b;
	background: url("/pictures/allgemein/bg_info.png") no-repeat;
}