form {
    max-width: 500px;
    width: 50%;
}
div.field {
    margin: 10px 0 15px;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
form label {
    margin-bottom: 5px;
}
form label.left {
    display: block;
    font-weight: 700;
}
form label.right {
    font-size: 12px;
    color: #888;
}
form .textajaxuniquetext,
form input.text,
form select,
form textarea {
    width: 100%;
    max-width: 400px;
    padding: 6px 5px;
    font-size: 15px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 0;
}
.ie7 form select {
    width: 400px;
}
form .textajaxuniquetext:focus,
form input.text:focus,
form select:focus,
form textarea:focus {
    outline: 0;
}
form input[disabled],
form textarea[disabled] {
    background-color: #f7f7f7;
    border: 1px solid #d9d9d9;
}
textarea {
    resize: vertical;
}
.field .checkbox:not(.field),
.field .radio:not(.field) {
    float: left;
    width: 13px;
    height: 13px;
    margin-right: 6px;
    margin-top: 5px;
    padding: 0;
}
.checkbox label.right,
.radio label.right {
    float: left;
}
form .message {
    /*background-color:#fef4ba;*/
    padding: 5px 10px;
    border: 1px solid #69bd95;
}
form .good {
    background-color: #ecf9d0;
    border-color: #8fbe00;
}
form .bad,
form .error,
form .required {
    background-color: #f9d0d0;
    border-color: #cf0000;
    color: #b80000;
}
.Actions {
    margin-bottom: 20px;
}
.Actions .action,
a.btn,
button,
input[type="reset"],
input[type="submit"] {
    background: #f49f0a;
    color: #fff;
    display: inline-block;
    padding: 6px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    border: none;
    font-size: 13px;
    margin-right: 10px;
    float: left;
}
.Actions .action:hover,
a.btn:hover,
button,
input[type="submit"]:hover {
    background: #ff5c00;
    color: #fff;
}
a.btn {
    line-height: 18px;
    margin-bottom: 10px;
}
a.btn:after {
    content: "\2192";
    padding-left: 10px;
}
.ie7 input.action {
    width: 0;
    overflow: visible;
}
input.action[class] {
    width: auto;
}
.ie7 .Actions .action {
    float: left;
}
.Actions:after {
    color: #f49f0a;
    display: inline-block;
    font-weight: 400;
    margin-top: 9px;
}
#MemberLoginForm_LoginForm .Actions:after {
    display: none;
}
#Remember {
    min-height: 20px;
}
#ForgotPassword {
    clear: left;
}
#MemberLoginForm_LostPasswordForm .Actions:after {
    display: none;
}
.FormHeading {
    clear: both;
    padding-top: 15px;
}
form .date .middleColumn input {
    width: 114px;
}
.Actions input.action-minor,
.Actions input.resetformaction {
    float: left;
    background-color: #888;
}
.Actions input.action-minor:hover,
.Actions input.resetformaction:hover {
    background-color: #aaa;
}
.checkbox label.right {
    font-size: 13px;
    color: #333;
}
form .requiredField label.left:after {
    color: #f49f0a;
    content: "*";
    font-size: 14px;
    font-weight: 400;
    padding-left: 3px;
}
form .checkboxset ul,
form .optionset ul {
    margin: 0;
}
form .checkboxset li,
form .optionset li {
    margin-bottom: 5px;
    list-style-type: none;
}
form div.checkbox:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
form .checkbox .checkbox {
    clear: both;
}
span.message {
    margin: 10px 0;
    display: block;
    max-width: 390px;
    clear: left;
}
form input.holder-required {
    border: 1px solid #f49f0a;
}
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
    background-color: #f49f0a;
}
.ss-uploadfield-item-info button {
    margin-top: 4px !important;
    float: left;
}
form .creditCardField input,
form input.currency,
form input.numeric {
    width: 50px;
}
form #DMYDate-day,
form #DMYDate-month {
    width: 25px;
}
@media only screen and (max-width: 700px) {
    .header form .middleColumn {
        float: none;
        width: 100% !important;
    }
    #MemberLoginForm_LoginForm label,
    form label.left {
        margin-bottom: 8px;
    }
}
@media only screen and (max-width: 900px) {
    form {
        max-width: 100%;
    }
}
