body {
font-family:Tahoma, sans-serif;
font-size:8pt;
}

img#imageMap {
width: 1070px;
height: 750px;
position: absolute;
top: 0px;
left: 0px;
}

#rmap {
     float: left;
     margin: 20px;
}

#map a {
     text-decoration: none;
}

#map a:hover {
     text-decoration: underline;
}

.point {
position:absolute;
display:block;
padding:10px 15px;
background:#7BB9F0;
font-size:14px;
font-weight:bold;
-moz-border-radius:8px;
}

.point .close {
display:block;
position:absolute;
top:-10px;
right:-10px;
width:24px;
height:24px;
text-indent:-9999px;
outline:none;
background:url(../img/close.png) no-repeat;
}

.point img {
vertical-align:middle;
margin-right:10px;
}

a img {
border:none;
}


#fileDrop {
    width: 360px;
    height: 300px;
    border: dashed 2px #ccc;
    background-color: #fefefe;
    float: left;
    color: #ccc;
}

    #fileDrop p {
        text-align: center;
        padding: 125px 0 0 0;
        font-size: 1.6em;
    }

#files {
    margin: 0 0 0 400px;
    width: 356px;
    padding: 20px 20px 40px 20px;
    border: solid 2px #ccc;
    background: #fefefe;
    min-height: 240px;
    position: relative;
}

#fileDrop,
#files {
    -moz-box-shadow: 0 0 20px #ccc;
}

#fileList {
    list-style: none;
    padding: 0;
    margin: 0;
}

    #fileList li {
        margin: 0;
        padding: 10px 0;
        margin: 0;
        overflow: auto;
        border-bottom: solid 1px #ccc;
        position: relative;
    }

        #fileList li img {
            width: 120px;
            border: solid 1px #999;
            padding: 6px;
            margin: 0 10px 0 0;
            background-color: #eee;
            display: block;
            float: left;
        }

#reset {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ccc;
    text-decoration: none;
}

#reset:hover {
    color: #333;
}

#upload {
    color: #fff;
    position: absolute;
    display: block;
    bottom: 10px;
    right: 10px;
    width: auto;
    background-color: #777;
    padding: 4px 6px;
    text-decoration: none;
    font-weight: bold;
    -moz-border-radius: 6px;
}

#upload:hover {
    background-color: #333;
}

.loader {
    position: absolute;
    bottom: 10px;
    right: 0;
    color: orange;
}

.loadingIndicator {
    width: 0%;
    height: 2px;
    background-color: orange;
    position: absolute;
    bottom: 0;
    left: 0;
}

.imagePreview {
    width: 300px;
    padding: 10px;
    border: solid 1px #ccc;
    position: absolute;
    background-color: white;
}

    .imagePreview img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

hr#add {
    margin: 20px 0;
	color: #bdd2e6;
    background-color:#ccc; 
    border: 0px none;
    height: 1px;
}
