    html, body {
      font: normal 12px verdana;
      margin: 0;
      padding: 0;
      border: 0 none;
      overflow: hidden;
      height: 100%;
      width: 100%;
    }

    ul.list {
      list-style-type: disc;
      font-size: 11px;
      padding: 0 0 0 16px;
    }
    
    #loading{
        position:absolute;
        width: 100%;
        height: 100%;
        z-index:20001;
    }
    #loading a {
        color:#225588;
    }
    #loading .loading-mask {
        padding:2px;
        width: 100%;
        height: 100%;
        -moz-opacity: 0.5;
        opacity: .50;
        filter: alpha(opacity=50);
        background-color: white;
    }
    #loading .loading-container {
        position:absolute;
        left:45%;
        top:40%;
        height:auto;
        border:1px solid #ccc;
    }
    #loading .loading-indicator {
        background:white;
        color:#444;
        font:bold 13px tahoma,arial,helvetica;
        padding:10px;
        margin:0;
        height:auto;
    }
    #loading-msg {
        font: normal 10px arial,tahoma,sans-serif;
    }
    .olControlOverviewMapElement {
      background-color: transparent !important;
      padding: 0 0 0 0  !important;
    }
	
	input, select, textarea {
            font: 0.9em Verdana;
    }