.pagenumbers {
    margin:30px auto 10px auto;
    text-align:center;
}

form.default {
    margin: 20px 0
}

form.default label {
    float: left;
    width: 150px;
    color: #555;
    font-size: 12px;
    vertical-align: top
}

form.default input, form.default textarea {
    padding: 3px 5px;
    margin: 2px 10px 2px 0;
    border: 1px solid #CCC
}

form.default input:focus, form.default textarea:focus {
    border: 1px solid #257cdc
}

form.default input[type="text"], form.default input[type="password"] {
    width: 250px
}

form.default textarea {
    width: 590px;
    height: 120px
}

form.default span.txt_sub {
    color: #8f98b0;
    font-size: 10px;
    line-height: 13px;
    vertical-align: top
}

button, input[type="button"], input[type="file"] {
    min-width: 30px;
    margin: 0 2px;
    color: #FFF
}

a.bluebutton, a.redbutton, a.greenbutton {
    min-width: 30px;
    margin:0 2px;
    padding: 10px 15px;
}

a.bluebutton:hover, a.redbutton:hover, a.greenbutton:hover {
    text-decoration: none
}

.bluebutton {
    color: #FFF;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font: bold 10px Arial, Helvetica, sans-serif;
    min-height: 30px;
    background-image: linear-gradient(bottom, #257cdc 30%, #5fa6f5 100%);
    background-image: -o-linear-gradient(bottom, #257cdc 30%, #5fa6f5 100%);
    background-image: -moz-linear-gradient(bottom, #257cdc 30%, #5fa6f5 100%);
    background-image: -webkit-linear-gradient(bottom, #257cdc 30%, #5fa6f5 100%);
    background-image: -ms-linear-gradient(bottom, #257cdc 30%, #5fa6f5 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #257cdc), color-stop(1, #5fa6f5));
    background-position: center top;
    background-repeat: no-repeat;
    border: 1px solid #257cdc;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-transform: uppercase
}

.bluebutton:hover {
    background-image: linear-gradient(bottom, #257cdc 0, #5fa6f5 100%);
    background-image: -o-linear-gradient(bottom, #257cdc 0, #5fa6f5 100%);
    background-image: -moz-linear-gradient(bottom, #257cdc 0, #5fa6f5 100%);
    background-image: -webkit-linear-gradient(bottom, #257cdc 0, #5fa6f5 100%);
    background-image: -ms-linear-gradient(bottom, #257cdc 0, #5fa6f5 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #257cdc), color-stop(1, #5fa6f5));
    background-position: center bottom;
    cursor: pointer
}

.redbutton {
    color: #FFF;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font: bold 10px Arial, Helvetica, sans-serif;
    min-height: 30px;
    background-image: linear-gradient(bottom, #f00 30%, #ff8282 100%);
    background-image: -o-linear-gradient(bottom, #f00 30%, #ff8282 100%);
    background-image: -moz-linear-gradient(bottom, #f00 30%, #ff8282 100%);
    background-image: -webkit-linear-gradient(bottom, #f00 30%, #ff8282 100%);
    background-image: -ms-linear-gradient(bottom, #f00 30%, #ff8282 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f00), color-stop(1, #ff8282));
    background-position: center top;
    background-repeat: no-repeat;
    border: 1px solid red;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-transform: uppercase
}

.redbutton:hover {
    background-image: linear-gradient(bottom, #f00 0, #ff8282 100%);
    background-image: -o-linear-gradient(bottom, #f00 0, #ff8282 100%);
    background-image: -moz-linear-gradient(bottom, #f00 0, #ff8282 100%);
    background-image: -webkit-linear-gradient(bottom, #f00 0, #ff8282 100%);
    background-image: -ms-linear-gradient(bottom, #f00 0, #ff8282 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f00), color-stop(1, #ff8282));
    background-position: center bottom;
    cursor: pointer
}

.greenbutton {
    color: #FFF;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font: bold 10px Arial, Helvetica, sans-serif;
    min-height: 30px;
    background-image: linear-gradient(bottom, #408608 30%, #60c60d 100%);
    background-image: -o-linear-gradient(bottom, #408608 30%, #60c60d 100%);
    background-image: -moz-linear-gradient(bottom, #408608 30%, #60c60d 100%);
    background-image: -webkit-linear-gradient(bottom, #408608 30%, #60c60d 100%);
    background-image: -ms-linear-gradient(bottom, #408608 30%, #60c60d 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #408608), color-stop(1, #60c60d));
    background-position: center top;
    background-repeat: no-repeat;
    border: 1px solid #408608;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-transform: uppercase
}

.greenbutton:hover {
    background-image: linear-gradient(bottom, #408608 0, #60c60d 100%);
    background-image: -o-linear-gradient(bottom, #408608 0, #60c60d 100%);
    background-image: -moz-linear-gradient(bottom, #408608 0, #60c60d 100%);
    background-image: -webkit-linear-gradient(bottom, #408608 0, #60c60d 100%);
    background-image: -ms-linear-gradient(bottom, #408608 0, #60c60d 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #408608), color-stop(1, #60c60d));
    background-position: center bottom;
    cursor: pointer
}


form.default input.valid, form.default textarea.valid {
    background-color: #f3fcf4;
    border: 1px solid #408608
}

form.default input.error, form.default textarea.error {
    background-color: #fff4f4;
    border: 1px solid #ff6464
}

form.default input.focus, form.default textarea.focus {
    background-color: #FFF;
    border: 1px solid #257cdc
}