/* 
    Document   : share
    Created on : 09-may-2011, 21:36:13
    Author     : scura
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


#map { width:470px; height:440px; }
#list {float:left;  background:#e5a424; list-style:none; padding:0; }
#list li { padding:10px; float:left;margin: 20px 0 0 35px;}
#list li:hover { background:#503507; color:#fff; cursor:pointer; cursor:hand; }
#message { background:#503507; color:#fff; position:absolute; display:none; width:100px; padding:5px; }
#add-point { float:left; }
div.input { padding:3px 0; }
label { display:block; color:#ddddff;}
input, select { width:150px; }
button { float:right; }
div.error { color:red; font-weight:bold; }
a{color:white;text-decoration: none;}
a:hover{color:#ddddff;}
legend{color:#ddddff;}
fieldset{color:#ddddff;}
b{color:#ddddff;}