/* 
    Document   : googlemapsForWPtyles
    Created on : 22-Jun-2011, 13:05:52
    Author     : webcat
    Description: admin styles
*/

root { 
    display: block;
    padding:0px;
    margin:0px;
}
/*Structure*/
#googlemapsForWP {width:700px;margin:10px auto 20px 20px;}
#googlemapsForWPAdWrapper {width:100%;}
#googlemapsForWPads {margin-left: 30px;width:300px;}
#googlemapsForWPfooter, #googlemapsForWPpanel,#googlemapsForWPscreen{width:640px;padding:2px 10px;margin:2px auto; }
#googlemapsForWPfooter {margin-top: 10px;}
#googlemapsForWPfooter span {display: inline;padding:5px 10px;}
#flags {float:right;display:inline;width:400px;}
#preview-img{display:none;position:fixed;background-color: #fff;height:90%;width:90%;margin:auto;z-index:500;text-align: center;}
/*classes*/
.left {float:left;display:inline;}
.right {float:right;display:inline;}
.clear {clear:both;}
.hidden {display: none;}
/*End Classes*/
/*End Structure*/
/*Typo*/
#googlemapsForWP {
    font: normal normal 100% fantasy;
    color:#663300;
}
#googlemapsForWP h3,submit.googlemapsForWP {
    font: bolder small-caps 120%/120% sans-serif;
    color: #663300;
}
#googlemapsForWP h3 {
    display:block;
    width:640px;
    height: 50px;
    padding:20px 0px 0px 0px;
    margin:10px auto;
    text-indent: 10px;
    border: 5px solid darkgreen;
    background-image: url('cache/header.png');
    background-position: center;
    background-repeat: no-repeat;
}
p{font:normal small-caps normal 1.1em sans-serif;}
ul.gmfwp{list-style:disc inside;}
li.gmfwp{font-size: 1em;line-height: 1.1em;}
#googlemapsForWPfooter {background-color: #663300;color: #fff;border: 5px solid darkgreen;}
.red{color:red;margin:2px auto;}
/*End Typo*/
/*Nav*/
#googlemapsForWP a {text-decoration: none;}
#googlemapsForWP a:hover{text-decoration: underline;}
a.map{position: relative;}
a.map:hover{}
a.map img {display:none;left: 150px;top:-50px;}
a.map:hover img{display:block;z-index:100;position: absolute;}
/*End Nav*/
/*images*/
#preview-img img {margin:auto;}
#googlemapsForWPfooter img {margin:auto;}
/*end images*/
/*Forms*/
#preview-img input{display: block;width:100px;margin:auto;}
label.googlemapsForWPform {text-transform: none;font-style: italic;display: block;}
input.googlemapsForWPform, label.googlemapsForWPform, select.googlemapsForWPform {text-align: left;padding:5px;margin-right:5px;}
input.googlemapsForWPform, select.googlemapsForWPform{border: 1px solid darkgreen; width:150px;cursor:pointer;}
input.btn {font:bolder small-caps medium fantasy;cursor: pointer;border: #006505 outset 2px;}
input.btn:hover{border: #006505 ridge 2px;}
/*End Forms*/