/*#content{min-width:968px;}
#core{min-width:985px;}
*/
#helpVideo {
    margin-top: 5px;
    padding: 0;
    border: 5px solid #5884B0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #5884B0 url(/i/corp/video-bk-extender.gif) 0 35px repeat-x;
}
#helpVideo h2 {
    margin: 5px 0 0 5px;
    height: 30px;
    color: white;
    font-size: 1.6em;
    text-shadow: #5884B0 0 0 1px;
}

#tools p {display:block; font-weight:bold;}
#tools .bullet{
    display: block;
    margin: 5px 0 0 5px;
    font-weight: normal;
}
#tools .field {
    display: block;
    margin-bottom: 15px;
}
input.inputSubject{width:180px; border:0;margin:5px 0 0 3px; padding:2px;}
.inputDescription{width:180px; height:100px; border:0; margin:5px 0 0 3px; padding:2px;}

#helpFaq{margin:20px 0 0 0;}
#helpFaq h1 span{line-height:30px; vertical-align:bottom; float:right; font-size:12px;}
#helpFaq h1{border-bottom:3px solid #5884B0; padding:0; margin:0 0 10px 0;}
#helpFaq ol{font-size:16px; margin:0 0 0 30px; padding:0;}
#helpFaq ol li{line-height:30px;}



        .defaultForm label {
            display: block;
        }

        .defaultForm .field {
            height: 2em;
            line-height: 1.9em;
            display: block;
            position: relative;
            margin-bottom: 5px;
        }
        /* ie has big problems with absolute positioning on ajax update */
        .defaultForm .field span {
            clear: left;
            top: 6px;
            padding-right: 5px;
			padding-left:5px;
            float: left;
            width: 200px;
            text-align: left;
        }
        .defaultForm input,
        .defaultForm textarea,
        .defaultForm select,
        .defaultForm button {
            float: left;
        }
        .defaultForm button+button {
            margin-left: 1em;
        }
        .defaultForm div.error {
            margin-left: 150px;
        }
        .defaultForm .md-row {
            margin-left: 150px;
        }
        .defaultForm label.input-rd {
            float: left;
            clear: none;
            margin-top: 4px;
            line-height: 1.2em;
            padding-right: 1em;
        }
        .defaultForm label.textarea {
            height: auto;
            padding-bottom: .5em;
        }
        /**
         * Generic Form Errors
        **/
        form label.field.error span {
            color: #910;
        }
        form div.error {
            color: #910;
        }
        form .required em:after {
            content: "*";
            color: #910;
        }

    
