/* ==========================================================================
   FORM STYLES
   ========================================================================== */
input[type='text'], select, textarea {
    height: 36px;
    border: 0 none;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    text-indent: 5px;
    -webkit-box-shadow: inset 0px 0px 2px 1px #e6e6e6;
    box-shadow: inset 0px 0px 2px 1px #e6e6e6;
    padding: 0 5px;

}
textarea {
    min-height: 150px;
    padding: 10px;
}
form.custom select,
form.custom input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 16px;
}
.button.yellow {
    background: #ffbf00;
    width: 102px;
    height: 38px;
    border: 0 none;
    margin: 15px 2px;
    cursor: pointer;
    font-family: AvenirLtStd-Heavy;
    color: #333;
    font-size: 15px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}
.join-now-new {
    background: #FFBF00;
    width: 13em;
    height: 38px;
    border: 0 none;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 15px;
    cursor: pointer;
    font-family: AvenirLtStd-Heavy;
    color: #333;
    font-size: 1.5em;
    -webkit-box-shadow: 0px 1px 0px 0px #C2C2C2;
    box-shadow: 0px 1px 0px 0px #C2C2C2;
}
/* ==========================================================================
   NAVIGATION STYLES
   ========================================================================== */
.helpandinfo .submenu.infomenu {
    width: 468px;
    margin-left: -290px;
}
ul.nav.student {
    margin-left: 250px;
}
ul.nav.member {
    margin-left: 295px;
}
.nav.member li {
    margin-left: 11px;
}
/* ==========================================================================
   CONTENT
   ========================================================================== */
.essays-content {
    width: 635px;
    float: right;
}
/* ==========================================================================
   NOTICE STYLES
   ========================================================================== */
.noticeboard {
    overflow: hidden;
    padding: 10px 20px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 7px 1px #CCC;
    -webkit-box-shadow: 0px 0px 7px 1px #CCC;
    -moz-box-shadow: 0px 0px 7px 1px #CCC;
}
.noticeboard.error {
    border: solid 1px red;
    color: red;
}
.noticeboard.warning {
    border: solid 1px #FFBF00;
    color: #FFBF00;
}
.noticeboard.success {
    border: solid 1px green;
    color: green;
}