#mapContainer
{
	overflow:auto;
	width:auto;
}

#map
{
	margin-top:5px;
    width:400px;
    height:300px;
    float:left;
}

#coordinates
{
    width:200px;
    float:left;
    margin-right:40px;
}

#console
{
    clear:both;
    height:200px;
    overflow:scroll;
}

#console
	div
	{
		padding:0.5em;
		border-bottom:1px solid #DDDDDD;
	}

#coordinates
    fieldset
    {
        border:1px solid #CCCCCC;
        margin:4px;
		font-size:12px;
    }

#coordinates
    fieldset
        legend
        {
            color:#000000;
        }

#coordinates
    fieldset
        fieldset
        {
            border:1px solid #CCCCCC;
            text-align:right;
            padding:4px;
            margin:4px;
        }

#coordinates
    fieldset
        fieldset
            legend
            {
                color:#000000;
            }

#coordinates
    fieldset
        fieldset
            div
                input
                {
                    border:0px;
                    font-size:12px;
                    font-family:"Courier New", Courier, monospace;
                    text-align:right;
                    background-color:transparent;
                }

#latDeg
{
    width:2.0em;
}

#latMin
{
    width:1.5em;
}

#latSec
{
    width:6.5em;
}

#latDir
{
    width:1.0em;
    text-align:left;
}

#lngDeg
{
    width:2.0em;
}

#lngMin
{
    width:1.5em;
}

#lngSec
{
    width:6.5em;
}

#lngDir
{
    width:1.0em;
    text-align:left;
}

#latDegRaw
{
    width:9.0em;
}

#lngDegRaw
{
    width:9.0em;
}

#commands
{
    width:200px;
    height:300px;
    float:left;
}

#commands
    div
    {
        cursor:pointer;
        margin:1.0em;
        border:1px solid #CCCCCC;
        padding:0.5em;
    }

h1.name
{
    font-size:1.5em;
    margin:0px;
    padding:0px;
}
#addrLoc {
	width:400px;
}
#latlonLoc{
	width:400px;
	display:none;
}
#mapOptions {
	width:250px;
}
#input {
	width:320px;
}
#inputLat {
	width:80px;
}
#inputLng {
	width:80px;
}