﻿input[type='submit']
{
    font-family: Verdana,sans-serif, "Arial" ,sans-serif;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    min-width: 140px;
}

input
{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    display: block;
    font-family: "Helvetica Neue" ,Helvetica,Arial,sans-serif;
    font-size: 1.2em;
    margin-top: 8px;
    min-height: 28px;
    padding-left: 5px;
}

input[type="checkbox"] {
  display: inline;
  height: auto;
  margin: 0;
  min-height: inherit;
  padding: 0;
  width: auto;
}

/* buttons */
button::-moz-focus-inner
{
    padding: 0;
    border: 0;
}

.buttonPositive
{
    color: #FFF;
    background: #009FE1;
    min-width: 140px;
    border: 1px solid #c0c0c0;
    width: 100%;
}

.buttonDisabled
{
    color: #FFF;
    background: #AFAFAF;
    min-width: 140px;
    border: 1px solid #c0c0c0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
}

.buttonNegative
{
    color: #000;
    background: Red;
    min-width: 140px;
    border: 1px solid #c0c0c0;
}

.buttonNeutral
{
    color: #FFF;
    background: #000;
    min-width: 140px;
    border: 1px solid #c0c0c0;
}

/*form layout*/
.form-row
{
    clear: both;
    margin: 1.5em 0 0 0;
    color: #000;
}

.form-row span
{
    vertical-align: top;
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
    line-height: 31px;
    width: auto;
    text-align: left;
}

.form-row label
{
    clear: none;
    cursor: pointer;
    display: block;
    float: none;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 3px;
    padding-right: 10px;
    padding-top: 6px;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
}

.form-row label small
{
    vertical-align: top;
    cursor: default;
    font-size: 10px;
    line-height: normal;
}

.form-row label span
{
    vertical-align: top;
    cursor: pointer;
    font-size: 10px;
    display: inline-block;
    line-height: normal;
    text-align: left;
    margin-top: 0px;
    font-weight: normal;
}

.formFullWidth
{
    width: 100%;
}

table.terms tr td label {
  display: inline;
  padding-left: 5px;
}


/*validation summary */
.validationSummary
{
    width: auto;
    height: auto;
    padding: 10px;
    border: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #FF0000;
    min-height: 0px;
    color: #FFF;
}

.validationSummary p
{
    color: #FFF;
}

.validationSummary span
{
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
    color: #FFF;
}

.validationSummary ul
{
    margin-left: 20px;
    font-size: 11px;
    margin-bottom: 8px;
    color: #FFF;
}
