h2.blue {
	color: #0055a5;
}

img.left {
	float: left;
	margin: 10px;
	margin-left: 0px;
	clear: left;
}

img.right {
	float: right;
	margin: 10px;
	margin-right: 0px;
	clear: right;
}

span.error {
	color: #ff6666;
	font-weight: bold;
}

p.error {
	color: #ff6666;
	font-weight: bold;
}

p.right {
	text-align: right;
}

div.intro {
	font-size: 1.5em;
}

div.intro strong {
	color: red;
}

div.mappoint {
	font-size: 0.6em;
}

#sendToFriend {
	position: absolute;
	top: 176px;
	left: 480px;
	font-size: 12px;
	width: 340px;
	padding: 5px;
	background-color: #a3ccec;
	display: none;
}

#sendToFriend table {
	width: 330px;
}

#sendToFriend td, #sendToFriend th {
	font-size: 12px;
	color: #666;
}

#MSVE_obliqueNotification { visibility: hidden; } 

div.survey {
	position: absolute;
	display: none;
	top: 155px;
	left: 270px;
	width: 360px;
	height: 222px;
	padding: 10px;
	background-image: url("/images/popup.png");
	background-repeat: no-repeat;
	z-index: 10;
	font-size: 10px;
}

div.survey h2 {
	font-size: 18px;
}

div.survey h3 {
	font-size: 14px;
}

div.survey p {
	font-size: 10px;
}

div.survey input {
	background-color: #fcb034;
	color: #333333;
	border: 1px solid #fcb034;
	font-weight: bold;
	margin: 5px 0 5px 0;
}

div.surveyQuestion {
	padding-left: 15px;
}

a.left
{
	float:left;
}
