﻿
.map{
	  
    width: 800px ;
    height: 640px ;
    margin: 0 auto;
	/*	border: 1px dashed #DDD ; */
		
}

.map .mapImg{
    width: 100%;
    height: 100%;
    border: 1px dashed #DDD;
}


.savedMapSection{
    margin-top: 20px;
}

.mapFunction{
    padding-bottom: 10px;
    border-bottom: 1px solid #BBB;
    margin-top: 10px;
}

.mapFunction button{
    height: 40px;
    min-width: 120px;
}

.mapFunction label{
    display: inline-block;
    min-width: 60px;
    text-align: right;
}

.mapFunction input {
    height: 30px;
    min-width: 100px;
    font-size: 12pt;
}