/* ----------- My Form ----------- */
.myform{
    margin:0 auto;
    width:400px;
    padding:14px;
}
/* ----------- stylized ----------- */
#stylized{


    margin: 20px auto;
}
#stylized h1 {
    font-size:14px;
    font-weight:bold;
    margin-bottom:8px;
    color:#8EBAD7;
}
#stylized p{
    font-size:11px;
    color:#fefeff;
    margin-bottom:20px;
    border-bottom:solid 1px #fefeff;
    padding-bottom:10px;
    font-family: Arial, Helvetica, sans-serif;
}
#stylized label{
    display:block;
    font-weight:bold;
    text-align:right;
    width:140px;
    float:left;
    color:white;
    clear:both;
    margin-bottom:5px;
}
#stylized .small{
    color:#e2f9a6;
    display:block;
    font-size:11px;
    font-weight:normal;
    text-align:right;
    width:140px;
}
#stylized input, #stylized textarea{
    float:left;
    font-size:12px;
    padding:4px 2px;
    border:solid 1px #000;
    width:200px;
    margin:2px 0 15px 10px;
    border:0;
}
#stylized textarea{
    float:none;
    width:200px;
    background: white;
    border:0;
}
#stylized input.button{
    clear:both;
    margin:10px 140px;
    width:125px;
    height:31px;
    background:url(../image/button-trans.png) no-repeat;
    text-align:center;
    line-height:31px;
    font-size:11px;
    font-weight:bold;
    border:none;
    float: none;
    background: #97bc6c;
    color: #720072;
    font-weight:bold;
}
#stylized input.error, #stylized textarea.error{
    background: #ff0000;
}
span.rojo{
    color: #ff0000;
    font-size: 1.2em;
}
/* Estilos formulario de busqueda */
#stylized .orderBy label{
    display:inline;
    float:none;
}
#stylized #buscador input.boton{
    font-weight:bold;
    margin:20px 100px;
    width:100px;
    background: #97bc6c;
    color: #720072;
}
#stylized #buscador label{
    text-align:right;
}


