html, body {
	/*height: 100%;*/
}
#window {
	background: #fff;
	color: #939da3;
	font-family: Trebuchet, "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	font-size: 62.5%;
	position: relative;
}
#window .formWrapper, #window .reportMessage {
	margin: 20px;
}
#window h3 {
	color: #87c040;
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 10px;
}
#window .myLocationContainer {
	position: relative;
}
#window .myLocationContainer .mapBlock {
	padding: 10px;
	border: 1px solid #DCE5ED;
}
#window .myLocationContainer .mapBlock .mapRender {
	font-size: 12px;
	height: 650px;
	line-height: 17px;
}
#mapMyLocation {
	height: 250px;
	clear: both;
}
.viewMap {
	height: 100%;
}

#searchLocationBtn {
	margin-right: 10px;
}












#window table.rating {
	margin-left: 10px;
}
#window table.rating tr td {
    font-size: 12px;
	padding: 2px 0;
}
#window table.rating tr td {
	vertical-align: middle;
}
#window table.rating tbody tr td span {
    color: #87C040;
    font-size: 18px;
	margin-right: 3px;
}
#window table.rating thead tr td span.mascote {
	display: block;
	width: 37px;
	height: 39px;
	margin: 0 2px;
	background: transparent url(/_img/sprites/mascote.png);
	margin: 0 auto;
}
#window table.rating thead tr td span.verySad {
	background-position: 0 0;
}
#window table.rating thead tr td span.sad {
	background-position: -38px 0;
}
#window table.rating thead tr td span.normal {
	background-position: -76px 0;
}
#window table.rating thead tr td span.happy {
	background-position: -114px 0;
}
#window table.rating thead tr td span.veryHappy {
	background-position: -152px 0;
}
#window table.rating tr td {
	line-height: 17px;
	text-align: center;
	width: 45px;
}
#window table.rating tr td.description {
	text-align: left;
	width: 400px;
}

