@import url(header.css);
@import url(sidebar.css);
@import url(page.css);
@import url(footer.css);
@import url(form.css);

html{
	overflow: -moz-scrollbars-vertical;
}
body{
	background-color: #ffffff;
	background-image: url(../../res/bg/body.gif);
	background-repeat: repeat-x;
	margin: 0;
}
a{
	text-decoration: none;
}
.error{
	color: #FF0000;
}
img{
	border: 0;
	display: block;
}
form{
	margin: 0;
}
#bodywrap{
	background-color: #ffffff;
	border-left: 1px solid #9ea89c;
	border-right: 1px solid #9ea89c;
	margin: auto;
	padding: 0 10px 0 10px;
	width: 880px;
}
#sidebarwrap{
	background-color: #e7e9e6;
	float: left;
	margin: 10px 0 10px 0;
}
/*virtual earth*/
.mappin{
	background-image: url(../../res/ico/mappin.gif);
	bottom: 18px;
	height: 30px;
	left: 13px;
	width: 25px;
	position: relative;
}
.ero-progressAnimation div{
	visibility: hidden;
}
.ero-leftBeak{
	margin-left: 13px;
	margin-top: -18px;
}
.ero-rightBeak{
	margin-left: 17px;
	margin-top: -18px;
}

