﻿@media screen {

    .WFFMForm {padding-bottom: 5px; width: 350px; float: left;}

        .WFFMForm label {width: 300px;font-weight: bold;}

        .WFFMForm input {border-bottom-color: #CCC; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-bottom-style: solid; border-bottom-width: 1px; border-image-outset: 0 0 0 0; border-image-repeat: stretch stretch; border-image-slice: 100% 100% 100% 100%; border-image-source: none; border-image-width: 1 1 1 1; border-left-color: #CCC; border-left-style: solid; border-left-width: 1px; border-right-color: #CCC; border-right-style: solid; border-right-width: 1px; border-top-color: #CCC; border-top-left-radius: 3px; border-top-right-radius: 3px; border-top-style: solid; border-top-width: 1px; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px inset; box-sizing: content-box; display: inline-block; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 13px; font-size-adjust: none; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: 400; height: 18px; line-height: 18px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px; text-align: start; transition-delay: 0s, 0s; transition-duration: 0.2s, 0.2s; transition-property: border, box-shadow; transition-timing-function: cubic-bezier(0, 0, 1, 1), cubic-bezier(0, 0, 1, 1); width: 300px; -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; -moz-font-feature-settings: normal; -moz-font-language-override: normal;}
            .WFFMForm input[type=checkbox] {
                width:auto;
            }

            .WFFMFormTA {
                padding-top: 15px;
                padding-bottom: 5px;
                width: 350px;
                float: left;
                clear: both;
            }

        .WFFMFormTA label {width: 300px;font-weight: bold;}

        .WFFMFormTA textarea {width: 700px; border-bottom-color: #CCC; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-bottom-style: solid; border-bottom-width: 1px; border-image-outset: 0 0 0 0; border-image-repeat: stretch stretch; border-image-slice: 100% 100% 100% 100%; border-image-source: none; border-image-width: 1 1 1 1; border-left-color: #CCC; border-left-style: solid; border-left-width: 1px; border-right-color: #CCC; border-right-style: solid; border-right-width: 1px; border-top-color: #CCC; border-top-left-radius: 3px; border-top-right-radius: 3px; border-top-style: solid; border-top-width: 1px; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px inset; box-sizing: content-box; display: inline-block; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 13px; font-size-adjust: none; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: 400; height: 50px; line-height: 18px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px; text-align: start; transition-delay: 0s, 0s; transition-duration: 0.2s, 0.2s; transition-property: border, box-shadow; transition-timing-function: cubic-bezier(0, 0, 1, 1), cubic-bezier(0, 0, 1, 1); -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; -moz-font-feature-settings: normal; -moz-font-language-override: normal;}

    .scfSubmitButton { background: url('/images/layout/buttons/bt_atrest.png') repeat-x scroll 0px 0px transparent; color: #FFF; float: left; height: 34px; padding: 0px 18px; text-decoration: none; clear: none; margin: 15px 10px 0px 0px;}

    .WFFMDropDown{padding-bottom: 5px; width: 350px; float: left;}
    .WFFMDropDown label {width: 300px;font-weight: bold;}
    .WFFMDropDown select { height: 18px; line-height: 18px;}

    .WFFMCheckList {padding-top: 5px; clear: both;width: 100%;}

        .WFFMCheckList div { border-bottom: 1px solid #ccc; padding-bottom: 14px;}

        .WFFMCheckList table {width: 100%;}

        .WFFMCheckList td {width: 230px; padding-right: 2px; padding-bottom: 7px;}

        .WFFMCheckList label {width: 33%; padding-bottom: 5px;}

        .WFFMCheckList span {font-weight: bold; width: 100%;}

        .WFFMHidden { display: none; }

    .formError {
        background-color: #f6bec1;
        color: #ff0000;
        border: solid 1px #ff0000;
    }

    .inlineCheckbox input {
        display: inline;
    }
}

@media print {
}