   html,body {
    height:100%;
    width:100%;
    margin:0;
    padding:0;
  }

  body {
    background-color:#FFF;
    overflow:hidden;
    font-family:"Helvetica";
  }

  #header {
    border:solid 1px #A8A8A8;
    overflow:hidden;
    background-color:#fff;
    height:115px;
    margin: 5px 5px;
  }

  .roundedCorners {
    -o-border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
  }

  .shadow {
    -webkit-box-shadow:4px 4px 8px #adadad;
    -moz-box-shadow:4px 4px 8px #adadad;
    -o-box-shadow:4px 4px 8px #adadad;
    box-shadow:4px 4px 8px #adadad;
  }
  #title{
    padding-top:2px;
    padding-left:10px;
    color:#000;
    font-size:18pt;
    text-align:left;
    text-shadow: 0px 1px 0px #e5e5ee;
    font-weight:700;
  }
  #subtitle {
    font-size:small;
    padding-left:40px;
    text-shadow: 0px 1px 0px #e5e5ee;
    color:#000;
  }
  #rightPane{
    background-color:#E8E8E8;
    border:solid 2px #B8B8B8;
    margin:5px; 
    width:20%;
  }
  #logoArea{
	
    float:right;
	
    padding-top:5px;
	
    padding-right:25px;
	
    text-align:right;
  
}



#logo{
	border:none;
	outline:none;
}

#logoImg{
	border:none;
	outline:none;
}

  #map {
    background-color:#FFF;
    border:solid 2px #B8B8B8;
    margin:5px;
    padding:0;
  }
  .esriLegendServiceLabel{
    display:none;
  }

div.loginContainer
{
    width                : 300px ;
    height                : 416px ;
    margin-left            : auto ; 
    margin-right        : 20px ; 
    margin-top            : 20px ;
    margin-bottom        : 194px ; 
    background-image    : url("../image/plate.jpg") ;
    background-repeat    : no-repeat ;
    border                : solid 0px #602103;
}
 
    div.loginContainer img
    {
        display                : inline ;
    }

 
    form.loginForm
    {
        width                : 315px ; 
        height                : 212px ;     
        margin-left            : auto ;
        margin-right        : auto ;
        margin-top            : 194px ; 
        margin-bottom        : 194px ;        
        border                : solid 2px #FF0000;
    }
 
    div.building
    {
        overflow:		hidden;
        left                : 35px ;
        width                : 120px ;
        top                    : 80px ;
        height                : 26px ;
        background: rgba(0, 0, 0, 0);
        border                : none;
        outline: none;
	position            : relative;
        
    }
 
    div.street
    {
        overflow:		hidden; 
        left                : 110px ;
        width                : 60px ;
        top                    : 180px ;
        height                : 20px ; 
        background: rgba(0, 0, 0, 0);
    	border: none;
    	outline: none;
	position            : relative;
    }

   div.zone
    {
        overflow:		hidden;
        left                : 23px ;
        width                : 60px ;
        top                    : 160px ;
        height                : 20px ; 
        background: rgba(0, 0, 0, 0);
    	border: none;
    	outline: none;
	position            : relative;
	
    }

   
 
    div.loginButton
    {                                
        position            : relative ;
        left                : 70px ;
        width                : 50px ;
        top                    : 220px ;
        height                : 28px ;  
        border                : solid 0px #00FF00;
    }

 div.newlink
    {                                
        position            : relative ;
        left                : 70px ;
        width                : 50px ;
        top                    : 160px ;
        height                : 28px ;  
        border                : solid 0px #00FF00;
    }
 