@import url('reset.css');

body{
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, "MS Trebuchet", sans-serif;
}

h3{
	font-family: Helvetica, 'Lucida Grande', Tahoma, Verdana, Arial, "MS Trebuchet", sans-serif;
	font-size:24px;
}

#header{
	height:300px;
	background:#bbb;
	width:100%;
	border-bottom:3px #444 solid;
}

#inside_header{
	width:960px;
	margin:0 auto;
	padding:20px 0;
}

#logo{
	width:450px;
	height:91px;
	background:url(images/gm-logo.png) no-repeat;
}

#content{
	width:960px;
	margin:30px auto;
	line-height:1.4em;
}

#list-instructions{
	font-size:14px;
	margin-left:20px;
	margin-top:25px;
	list-style:square;
}

#list-instructions li{
	padding:4px 0;
}

#w_h input{
	width:80px;
}

#scrool{
	width:300px;
	margin-left:10px;
	margin-top:10px;
}

#resize_dragger_container{
	width:300px;
	height:17px;
}

#center_container tr td{
	vertical-align:top;
}

#zoom_dragger_container{
	width:300px;
	height:17px;
}

#map{
	border:1px #888 solid;
}

#map_view, #wimm, #wimm2, #wimm3, #s_button{
	border:none;
	background:#eee;
	padding:5px;
	-webkit-border-radius:6px;
	border:1px #ddd solid;
	cursor:pointer;
	cursor:hand;
	text-shadow:1px 1px 1px #fff;
	font-weight:bold;
	width:200px;
	margin-left:20px;
}

#map_view:hover, #wimm:hover, #wimm2:hover, #wimm3:hover, #s_button:hover{
	background:#bbb;
}

#download{
	margin-left:20px;
	margin-top:30px;
}

#gm_api_key{
	width:550px;
	padding:4px 3px;
}

#footer{
	width:960px;
	margin:20px auto 0 auto;
	padding:20px 0;
	border-top:1px #ddd solid;
	font-size:10.5px;
}

#footer a{
	color:darkblue;
	text-decoration:none;
	border-bottom:1px darkblue dotted;
}

#footer a:hover{
	border-bottom:1px darkblue solid;
}

#edit_box{
	font-size:10.5px;
	font-weight:bold;
	color:red;
	text-decoration:none;
	border-bottom:1px red dotted;
}

#edit_box:hover{
	border-bottom:1px red solid;
}

#box_style{
	padding:6px 3px;
	font-size:12px;
	width:350px;
	margin-top:5px;
}

#box_content{
	padding:6px 3px;
	font-size:12px;
	width:350px;
	margin-top:5px;
	height:180px;
	resize:none;
}

#edit_container label{
	font-weight:bold;
	font-size:12px;
}