@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	line-height: 100%;
}
body{
	line-height: 100%;
	color: black;
	background: white;
	font-size:62.5%;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


html {
   height: 100%;
}
body {
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #111;
	font-weight: normal;
	height: 100%;
	margin: 0;
	padding: 0;
}
#wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*margin: 0 auto -280px;*/
}
.clear {
	clear: both;
}
input {
   font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.blackBox {
	position: relative;
}
.blackBox-content {
	background: url(../img/blackBox-m.png) repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px 0;
}
.blackBox-tl {
	background: url(../img/blackBox-tl.png) no-repeat 0 0;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
}
.blackBox-t {
	background: url(../img/blackBox-m.png) repeat 0 0;
	height: 10px;
	position: absolute;
	top: 0;
	margin: 0 10px;
}
.blackBox-tr {
	background: url(../img/blackBox-tr.png) no-repeat 0 0;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	right: 0;
}
.blackBox-br {
	background: url(../img/blackBox-br.png) no-repeat 0 0;
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.blackBox-b {
	background: url(../img/blackBox-m.png) repeat 0 0;
	height: 10px;
	position: absolute;
	bottom: 0;
	margin: 0 10px;
}
.blackBox-bl {
	background: url(../img/blackBox-bl.png) no-repeat 0 0;
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#content {
	width: 970px;
	margin: 0 auto;
	position: relative;
}
#map_area {
    /*position: relative;*/
    /*width: 720px;*/
    /*height: 435px;*/
    /*margin: 15px auto 15px auto;*/
    /*border: none;*/
    /*overflow: hidden;*/
}
#map_canvas,
#editControlsContainer {
    /*width: 720px;*/
    /*height: 400px;*/
    width: 100%;
    height: 100%;
}