﻿input, textarea {
    background-attachment: scroll;
    background-color: #FFFFFF;
    background-position: 0 0;
    background-repeat: repeat-x;
    border: 1px solid #555555;
    color: #5A5A5A;
    font-family: Verdana,"Arial",sans-serif;
    font-size: 13px;
    padding: 7px;
}
input:hover, textarea:hover {
    border-color: #555555;
    color: #5A5A5A;
}
input:focus, textarea:focus {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #175E7C;
    color: #4E4841;
}
select {
    border: 1px solid #555555;
    color: #5A5A5A;
    font: 14px/26px "Lucida Sans Unicode","Lucida Grande","Arial",sans-serif;
    height: 32px;
    min-width: 100px;
    outline: medium none;
    padding: 5px;
}
input[type="checkbox"], input[type="radio"] {
    border: medium none;
    vertical-align: middle;
}
.form-row {
    clear: both;
    margin: 1.5em 0 0;
}
.form-row span {
    color: #4E4841;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 31px;
    text-align: left;
    vertical-align: top;
    width: auto;
}
.form-row label {
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 31px;
    padding-right: 10px;
    text-align: right;
    vertical-align: top;
    width: 30%;
}
.form-row label span {
    color: #4E4841;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    line-height: normal;
    margin-top: -5px;
    text-align: right;
    vertical-align: top;
}
.form-row .rightContainer {
    display: inline-block;
    padding: 0;
    text-align: left;
}
.form-row .rightContainer label {
    display: inline;
}
.form-row .rightContainerOnly {
    display: inline-block;
    margin-left: 30%;
    padding: 0 0 0 11px;
    text-align: left;
}
.form-row .rightContainerOnly label {
    display: inline;
}
.form-required {
    color: Black;
    font-weight: bold;
}
.form-no-top-margin {
    margin-top: 0;
}
.form-required input[type="text"], .form-required input[type="password"] {
    background-image: url("../images/interface/Form/requiredFieldBackground.png");
    background-position: right center;
    background-repeat: repeat-y;
}
.form-error {
    border-color: #A90329;
}
.form-row input.form-disabled {
    background: none repeat scroll 0 0 #D3D1CE;
    border-color: #BDBCB9;
    box-shadow: none;
    color: #A6A4A2;
}
.form-row-buttons {
    clear: both;
    margin: 1.5em 0 0;
    text-align: center;
}
.validationSummary {
    border: 1px #DBAB00;
    color: #FFFFFF;
    background-color: black;
    height: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 0;
    padding: 10px;
    width: auto;
}
.validationSummary a:hover, .validationSummary a:active, .validationSummary a:visited, .validationSummary a:link {
    color: #4E4841;
}
.validationSummary span {
    color: #cd950c;
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
}
.validationSummary ul {
    color: #444;
    font-size: 12px;
    margin-bottom: 8px;
    margin-left: 20px;
}
.dropShadow {
    box-shadow: 0.1em 0.1em #000000;
}
.glowShadow {
    box-shadow: 0 0 5px #000000;
}
button::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
.buttonPositive {
    background-color: #DBAB00;
    border: 1px solid #DBAB00;
    color: #000000;
    min-width: 100px;
}
.buttonPositive:hover, .buttonPositive:focus, .buttonPositive:active {
    background-color: #d3a518;
    color: #000000;
    cursor: pointer;
    min-width: 100px;
}
.buttonDisabled {
    background-color: #fafafa;
    border: 1px solid #C0C0C0;
    box-shadow: none;
    color: #C0C0C0;
    min-width: 100px;
}
.buttonDisabled:hover, .buttonDisabled:focus {
    border: 1px solid #C0C0C0;
    color: #C0C0C0;
    min-width: 100px;
}
.buttonNegative {
    background-color: #DBAB00;
    border: 1px solid #DBAB00;
    color: #000000;
    min-width: 100px;
}
.buttonNegative:hover {
    background-color: #DBAB00;
    border: 1px solid #DBAB00;
    color: #000000;
    min-width: 100px;
}
.buttonNegative:focus, .buttonNegative:active {
    background-color: #DBAB00;
    border: 1px solid #DBAB00;
    color: #000000;
    min-width: 100px;
}
.fixbuttonNeutral {
    background-color: #DBAB00;
    border: 1px solid #DBAB00;
    color: #000000;
    min-width: 100px;
}
.fixbuttonNeutral:hover {
    background-position: 50% -32px;
    background-color: #DBAB00;
    border: 1px solid #DBAB00;
    color: #000000;
    min-width: 100px;
    cursor: pointer;
}
.buttonNeutral {
    background-color: #DBAB00;
    border: 1px solid #DBAB00;
    color: #000000;
    min-width: 100px;
}
.buttonNeutral:hover {
    background-position: 50% -32px;
    background-color: #DBAB00;
    border: 1px solid #DBAB00;
    color: #000000;
    min-width: 100px;
    cursor: pointer;
}
.buttonNeutral:focus, .buttonNeutral:active {
    background-color: #DBAB00;
    border: 1px solid #DBAB00;
    color: #000000;
    min-width: 100px;
}
.form50 {
    width: 50px;
}
.form100 {
    width: 100px;
}
.form150 {
    width: 150px;
}
.form200 {
    width: 200px;
}
.form300 {
    width: 300px;
}
.form400 {
    width: 400px;
}
.form500 {
    width: 500px;
}
.form-row table tbody tr td label {
    color: #FFFFFF;
    cursor: pointer;
    display: inline;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    padding-right: 10px;
    padding-top: 2px;
    text-align: left;
    vertical-align: middle;
    width: auto;
}
.positive {
    background-color: black;
}
.neutral {
  /* background: url("../images/interface/form/validationSummaryBackgroundNeutral.gif") repeat-x scroll 0 0 transparent;*/
}
.rcRefreshImage {
    color: #FFFFFF !important;
    display: inline-block !important;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    width: 150px;
}
.rcCaptchaAudioLink {
    color: #FFFFFF !important;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: normal;
    margin-right: 20px;
    width: 150px;
}
.rcImage {
    margin-bottom: 10px;
}
.largeText {
    font-size: 16px;
}