
.new-form {
    margin-right: 2em;
}

.new-form  fieldset {
    border: 1px solid #ccc;
    padding-right: 1em;
}
.new-form  fieldset ul {
    margin: .5em;
}
.new-form  fieldset ul li {
    margin-bottom: .5em;
}
.new-form  fieldset ul.errorlist {
    margin: 0;
}
.new-form  fieldset ul.errorlist li {
    margin-bottom: 0;
}
.new-form  fieldset legend {
    color: #777;
    padding: 0 1em;
    font-weight: bold;
}
.new-form  fieldset label {
    color: #006DA6;
    font-weight: bold;
}
.new-form .modalidades {

}
.new-form .modalidades li {
    list-style: none;
}
.new-form .forma_pago li {
    list-style: none;
}
.new-form table {
    width: 100%;
}
.new-form table th, .new-form table td {
    vertical-align: top;
}
.new-form table th label {
    margin-top: .5em;
    display: block;
}
.new-form input, .new-form select {
    width: 100%;
    padding: .5em 1em ;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    margin: 0;
}
.new-form input[type=checkbox],
.new-form input[type=radio],
.new-form input.checkbox,
.new-form input.radio {
    width: auto;
}

.new-form .modalidades input,
.new-form .forma_pago input {
    display: inline;
    width: auto;
}
.new-form .errorlist li {
    border-top: none;
}

input[type="text"], input[type="password"], input.text, input.title, textarea, select {
    background-color: #FFF;
    border: 1px solid #BBB;
}
button {
    margin: 10px;
    padding: .2em .5em;
    cursor: pointer;
    text-decoration: none;
    font: bold 1.5em 'Trebuchet MS',Arial, Helvetica; /*Change the em value to scale the button*/
    display: inline-block;
    text-align: center;
    color: #fff;
    border: 1px solid #9c9c9c; /* Fallback style */
    border: 1px solid rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 .05em rgba(0,0,0,0.4);
}

.button,
.button span {
    -moz-border-radius: .3em;
    border-radius: .3em;
}

.button span {
    border-top: 1px solid #fff; /* Fallback style */
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    padding: 0.5em 2.5em;
    /* The background pattern */
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
                      linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
                      linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),
                      linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);

    /* Pattern settings */
    background-size: 3px 3px;
}

.button:hover {
    box-shadow: 0 0 .1em rgba(0,0,0,0.4);
}

.button:active {
    /* When pressed, move it down 1px */
    position: relative;
    top: 1px;
}

.button-blue {
    background: #4477a1;
    background: -webkit-gradient(linear, left top, left bottom, from(#81a8cb), to(#4477a1) );
    background: -moz-linear-gradient(-90deg, #81a8cb, #4477a1);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#81a8cb', endColorstr='#4477a1');
}

.button-blue:hover {
    background: #81a8cb;
    background: -webkit-gradient(linear, left top, left bottom, from(#4477a1), to(#81a8cb) );
    background: -moz-linear-gradient(-90deg, #4477a1, #81a8cb);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4477a1', endColorstr='#81a8cb');
}

.button-blue:active {
    background: #4477a1;
}
