/* Formularios */
    input, select, textarea {
    	font: 1.1em/150% Verdana, Helvetica, Arial, sans-serif;
    	}

    select, textarea {
    	width:200px;
    	overflow:auto;
    	}

    select {
    	min-width: 36px;
    	}

    .submit {
    	border:1px solid #bbb;
    	width:150px;
    	height:25px;
    	}

    fieldset {
        margin: 1em 0;
        padding: 1em;
        }

    legend {
    	padding: 0 .5em;
        color: #000;
        text-transform: uppercase;
        color: #b8b8b2;
    }

    label {
    	cursor:pointer;
    }

    .button {   
        border:1px solid #bbb;
        padding: .4em .6em;
        font-size: 1.1em;
        background-color: #e8e8e8;
        text-decoration: underline;
        line-height: 2em;
    }