/** 清除内外边距 **/
body
{ 
    margin: 0;
    padding: 0;
    overflow:hidden;
}

/** 设置默认字体 **/
body, button, input, select, textarea { /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
    font: 12px / 1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

input[type =
"button"], input[type = "submit"] {
    padding: 0 5px;
    font-size: 12px;
    border: #7b9ebd 1px solid;
    height: 20px;
    line-height: 20px;
    background: #eee url(../images/btn_bg.gif;vpn_img) center repeat-x;
    cursor: pointer;
    margin: 3px 3px 3px 0;
}

p {
    line-height: 20px;
}

.clear {
    clear: both;
}

#simpleMap {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
}

#dialog{
	height:200px;
	width:240px; 
	background-color:#ffffff; 
	border:solid 1px #15589A;
	position:absolute; 
	top: 0px;
	right: 0px;
	font-size: 12px; 
	padding-bottom: 5px;
}

#dialog .dtitle{
	height:20px;
	line-height:20px;
	vertical-align:middle;
	background-color:#3675AB;
}
#switchContainer .dtitle{
	height:20px;
	line-height:20px;
	vertical-align:middle;
	background-color:#3675AB;
}
 #switchContainer {
    background: #eee;
    width: 300px;
    height: 280px;
    z-index: 10000;
    position: absolute;
    margin: 0px 0px;
    border:solid 1px #15589A;
    background-color:#ffffff; 
    font-size: 12px;
    top: 0px;
	right: 0px;
}
#switchContainer .bgiframe {
    /**filter: Alpha(Opacity = '0');*/
    width: 300px;
    height: 280px;
    z-index: -1;
    position: absolute;
    top: 0px;
	right: 0px;
}

.olImageLoadError{ 
	background-color: pink; 
	opacity: 0!important; 
	filter: alpha(opacity=0)!important; 
}
.olControlOverviewMapMaximizeButton{bottom:0!important;}
.olControlOverviewMapMinimizeButton{bottom:0!important;}
/* 鹰眼样式 */  
.olControlOverviewMapElement {   
    background-color: #3675AB!important;   
    border-top: 2px solid #ccc;   
    border-left: 2px solid #ccc;   
 } 
