/* 
    Document   : formulario
    Created on : 22-may-2011, 18:53:40
    Author     : m0rph3us
    Description:
        Purpose of the stylesheet follows.
*/

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

#newmarker {
    /*visibility: hidden;*/
}

.puntero {
    cursor: pointer;
    color: #FF4500;
}

#nuevoMarcador {
background:transparent url(../images/none) no-repeat scroll left top;
border:medium none;
color:#ffffff;
height:229px;
padding:0 0 0 50px;
width:326px;
margin-top: -100px;
margin-left: -110px;
z-index: 8002;
}

#nuevoMarcador legend {
color:#ffffff;
font-family:arial;
font-size:22px;
letter-spacing:-1px;
padding-bottom: 5px;
padding-top:2px;
padding-left: 75px;
text-transform:capitalize;
}

#nuevoMarcador input.texto {
background:transparent url(../images/bg-input.png) no-repeat scroll left top;
border:medium none !important;
color:#666666;
font-size:12px;
height:34px;
padding-bottom:0;
padding-left:5px;
padding-right: 15px;
padding-top:0px;
width:385px;
font-family:arial,sans-serif;
}

#nuevoMarcador textarea.areadetexto {
background: transparent url(../images/bg-textarea.gif) no-repeat scroll top left;
width: 375px;
height: 115px;
max-height: 115px;
max-width: 375px;
border:none !important;
padding: 6px;
color:#666666;
font-size:12px;
font-family:arial,sans-serif;
}

#nuevoMarcador label {
display:block;
font-family:arial,sans-serif;
font-size:14px;
padding:10px 0 3px;
}

#nuevoMarcador input.botonenviar {
background:transparent url(../images/add-marker.png) no-repeat scroll left top;
border: none;
color:#FFFFFF;
display:block;
font-family:arial,sans-serif;
height:31px;
margin-left:265px;
margin-top:20px;
text-align:center;
width:125px;
cursor: pointer
}

#nuevoMarcador input.botoncancelar {
background:transparent url(../images/cancel-marker.png) no-repeat scroll left top;
border: none;
color:#FFFFFF;
display:block;
float:left;
font-family:arial,sans-serif;
height:31px;
margin-left:0px;
margin-top:20px;
text-align:center;
width:125px;
cursor: pointer;
}

#botones {
    display: inline;
}