@charset "UTF-8";
@import url(include/style.css);
@import url(include/menu.css);

label.error{
	color: red;
}

input.error{
	border:1px solid red;
}

div.errorMessage{
	color:red;
}

#map { float:left; width:360px; height:310px; margin-top: 15px; }
#message {
	position:absolute;
	padding:10px;
	background:#bfcd26;
	color:black;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	width:90px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
#list { float:left; width:230px; color:#3a95d7; list-style:none; padding:0; }
#list li { padding:10px; }
#list h4 {  }
#list a { color:#3a95d7;} 
#list a:hover { color:#bfcd26;}
