.overlay {
    background-color: #000;
}

.round_5px { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.round_20px { border-radius: 10px; -moz-border-radius: 20px; -webkit-border-radius: 20px; }

.infobox {
    padding: 10px;
}

img.infobox {
    padding: 0;
    margin: 12px 7px 5px 14px;
    border: 1px solid #CCCCCC;
}

.infobox-outer {
    position: relative;
    margin: 53px auto 10px;
    width: 1px;
    height: 1px;
    background-color: #333;
}

    .infobox-title {
        font-size: 15px;
        font-weight: bold;
        padding: 6px 10px 3px;
        left: 10px;
        position: absolute;
        top: 5px;
        z-index: 2;
        
        color: #fff0de;
    }

    .infobox-actions {
        position: absolute;
        top: 1px;
        left: 1px;
        right: 1px;
        height: 32px;
        padding-bottom: 6px;
        border-bottom: 1px solid #fff;
        background-color: #fd9d2f;
        text-align: right;
        background-color: #f0b760;
    }
    
        .infobox-actions .icon-label {
            line-height: 25px;
        }

    .infobox-content {
        position: absolute;
        top: 40px;
        right: 1px;
        bottom: 37px;
        left: 1px;
        
        background-color: #f5f5f5;
    }
        .infobox .included-features {
            list-style: disc;
            margin-left: 5px;
        }
            .infobox .included-features li {
                list-style: inside disc;
            }

        .infobox-actions a {
            display: block;
            float: right;
            margin-left: 8px;
            margin-top: 6px;
            margin-right: 9px;
            padding: 0 5px 0 5px;
            background: #cf9354;
            border-radius: 5px;    
            -moz-border-radius: 5px; 
            -webkit-border-radius: 5px;
        }
        
        .infobox-actions a.close {
            width: 60px;
        }

        .infobox-outer a {
            color: #373330;
        }

        .infobox-outer a:hover {
            color: #fff;
        }
        
        .infobox-content a:hover {
            color: #2266ee;
        }
        
        .infobox-content h1 {
            font-size: 1.3em;
            margin-left: 4px;
        }
        
        .infobox-content p {
            margin: 5px;
        }
        
        .infobox-content p.mlz { margin-left: 0px; }

        .infobox input {
            color: #46423d;
            font-size: 18px;
            border: 1px solid #8e8e8e;
            background-color: #fff;
            padding-left: 5px;
        }

        .infobox input.button, .infobox input.submit {
            cursor: pointer;
            border: none;

            background-color: #807972;
            font-size: 12px;
            padding: 4px 12px 6px;
            margin-left: 10px;
            color: #fff;

            -moz-box-shadow: 0px 0px 5px #f5f5f5, inset 0 0 3px #554e48;
            -webkit-box-shadow: 0px 0px 5px #f5f5f5;
            box-shadow: 0px 0px 5px #f5f5f5;

            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;

            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
        }
        
        .infobox input.button:hover {
            background-color: #615a53;
        }
        
        .infobox select {
            display: block;
            float: right;
            margin: 5px 5px 5px 0;      
            width: 110px;
            height: 24px;
            font-size: 14px;
        }
        
        .infobox select.big {
            display: block;
            height: 36px;
            margin-left: 10px;
            margin-top: 15px;
            margin-bottom: 0;
            width: 290px;
            background-color: #FFFFFF;
            border: 1px solid #8E8E8E;
            color: #46423D;
            font-size: 18px;
            padding-left: 5px;
            float: none;
        }

        .infobox input.text {
            display: block;  
            margin-left: 10px;
            margin-top: 15px;      
            width: 280px;
            height: 30px;
            margin-right: 10px;
        }

        .infobox label {
            display: block;
            color: #545250;
            margin: 0px 0 5px 10px;
            font-size: 12px;
            text-align: left;
        }

        .infobox .error {
            color: #6b665f;
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 15px;
            margin-left: 10px;
            margin-right: 10px;
        }
        
            .save-button-wrap {
                background: #d7d7d7;
                margin: 20px 0 0 10px;
                width: 290px;
                padding: 10px 0 10px 0;
            }
                .save-button-wrap p {
                    float: left;
                    margin: 19px 0 0 15px;
                    font-size: 10px;
                }
        
                .save_button {
                    float: right;
                    margin: 10px;
                }

    .infobox-commands {
        background-color: #e2e2e2;
        bottom: 1px;
        height: 36px;
        left: 1px;
        position: absolute;
        right: 1px;
        padding-right: 9px;
    }
    
        .infobox-commands .icon { display: none; }
        
        .infobox-commands .icon-label { margin: 0 4px !important;  }
    
        .infobox-commands a { 
            float: right;
            border-radius: 5px;    
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;

            -moz-box-shadow: 0 0 5px #f5f5f5, 0 0 3px #554E48 inset;
            -webkit-box-shadow: 0 0 5px #f5f5f5, 0 0 3px #554E48 inset;
            box-shadow: 0 0 5px #f5f5f5;


            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
            background-color: #807972;
            color: #fff;
            cursor: pointer;
            font-size: 12px;
            padding: 0 12px;
            margin: 5px 0 0 5px;
        }
    
        .infobox-commands a.cancel {
            background-color: #d3d3d3;
            color: #333;
        }

        .infobox-commands a:hover { background-color: #706962; }

        .infobox-commands a.cancel:hover { background-color: #c4c4c4; }
        
.infobox .fieldhint {
    color: #ccc;
    font-size: 16px;
    left: 16px;
    line-height: 34px;
    position: relative;
    top: -55px;
    width: 115px;    
}        
        
.infobox-help li a {
    text-decoration: underline;
    color: #3f6284;
}

.college-forwarding {
     width: 280px;
     margin-left: 20px
}

.round-10px {
    border-radius: 10px;    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.college-forwarding h1 {
    text-align: left;
    margin: 20px 0 20px 0;
    font-size: 24px;
}

.college-forwarding ul li {
    list-style-image: none;
    font-size: 14px;
    font-weight: bold;
    color: #3e444a; 
    margin: 12px 0 5px 0;
}

.college-forwarding ul li > p.grey-two {
    color: #a6a6a6;
}

.college-forwarding .progress-wrapper {
    background: #fff;
    width: 295px;
    margin: 0 auto;
    padding: 20px 0 20px 0;
}

.college-forwarding .progress-wrapper > img {
    margin: 0 15px 0 35px;
    width: 220px;
}

.college-forwarding .publish-wrap {
    background: #fff;
    width: 91px;
    margin: 0 auto;
    padding: 10px 10px 7px 30px;
}

.college-forwarding .icon-wrapper {
    background: #fff;
    padding: 5px;
    width: 80px;
    margin: 3px 10px 10px 0;
    float: left;
    clear: both;
    border: 1px #ccc solid;
}

.college-forwarding .icon-wrapper.search img{
    margin: 10px 0 8px 15px;
}

.college-forwarding .functions h3 {
    padding: 7px 0 0px 0;
    color: #484848;
}

.college-forwarding .functions p {
    font-weight: normal;
}

.college-forwarding .functions p a {
    color: #0c569b;
}

.college-forwarding .functions p a:hover {
    text-decoration: underline;
}

.college-forwarding .functions li {
    margin-top: 0px;
    clear: both;
}

.update-resume h2 {
    margin: 0 0 10px 5px;
    font-size: 1.2em;
    float: left;
    padding: 5px 10px;
    background: #F0B760;
    color: #fff;
    clear: both;
}  

.update-resume p {
    margin: 0 0 15px 5px;
    float: right;
    width: 270px;
}

.update-resume p.full {
    width: auto;
    margin: 10px 0 10px 0;
}

.forgot-login-box {
    margin: 10px 0 0 10px;
}

    .forgot-login-box a {
        color: #aaa;
        text-decoration: underline;
        font-size: 10px;
    }
