/* All Custom Forms */
.custom_form {
    clear: both;
}
.custom_form label.text,
.custom_form label.select {
    float: left;
    width: 75px;
    padding: 2px 0;
    color: #4d4d4d;
}
.custom_form input.text,
.custom_form select.select {
    float: left;
    margin: 0 0 5px 0;
    padding: 2px;
    color: #000;
    font-size: 11px;
    line-height: 20px;
    border: 1px solid #dededf;
    width: 105px;
    color: #777676;
}
.custom_form input.text {
    height: 14px;
}
.custom_form select.select {
    height: 20px;
    width: 111px;
}
.custom_form label.required {
    width: auto;
    padding: 2px 0;
    clear: both;
    float: none;
    display: block;
    font-style: italic;
    color: #ab0008;
}
.custom_form input.submit {
    display: block;
    padding: 0;
    height: 32px;
    width: 107px;
    margin: 2px 0 2px -10px;
    line-height: 32px;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    background: transparent url('../images/brand-canvas-button-blank.png') no-repeat scroll left top;
}
.custom_form .hidden {
    display: none;
}
/* Knowledge Center */
#knowledge-center-list .custom_form label.text,
#knowledge-center-list .custom_form label.select {
    width: 100px;
}
#knowledge-center-list .custom_form input.text,
#knowledge-center-list .custom_form select.select {
    margin-right: 20px;
}
#knowledge-center-list .custom_form input.text {
    width: 200px;
}
#knowledge-center-list .custom_form label.info {
    color:#4D4D4D;
    float:right;
    padding:5px 15px 5px 0;
    text-align:left;
    font-weight:bold;
    margin-bottom:0;
}
#knowledge-center-list .custom_form select.select {
    width: 206px;
}
#knowledge-center-list .custom_form label.required {
    text-align: right;
    padding-right: 15px;
}
#knowledge-center-list .custom_form input.submit {
    float: right;
    clear: right;
    margin-right: 10px;
    margin-bottom: 10px;
}

.custom_form label.info {
    color:#4D4D4D;
    display:block;
    font-weight:bold;
    margin-bottom:-25px;
    margin-top:5px;
}