div#nyroModalFull {
    color: #444;
    font-size: 12px;
    z-index: 99999 !important;
}
div#nyroModalLoading {
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    background: #000 url(../images/modal_spinner.gif) no-repeat;
    background-position: center;
    border: 1px solid #444;
    height: 150px;
    padding: 5px;
    text-indent: -9999em;
    width: 150px;
}
div#nyroModalLoading.error {
    background: #fff;
    border: 4px solid #f66;
    height: 100px;
    line-height: 20px;
    padding: 20px;
    text-indent: 0;
    width: 300px;
}
div#nyroModalWrapper {
    -moz-border-radius: 8px;
    -moz-box-shadow: 0 1px 300px #fff;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: 0 1px 300px #fff;
    background: #000;
    border: 10px solid #999;
    border-radius: 8px;
    box-shadow: 0 1px 300px #fff;
}
div#nyroModalWrapper h3 {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f7fbfb));
    background: -moz-linear-gradient(top,  #fff, #eee);
    border-bottom: 1px solid #ccc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f7fbfb');
    font-size: 14px;
    margin: 0 0 0px;
    nowhitespace: afterproperty;
    nowhitespace: afterproperty;
    nowhitespace: afterproperty;
    padding: 15px;
}
a#closeBut {
    display: block;
    height: 28px;
    outline: 0;
    position: absolute;
    right: -27px;
    top: 8px;
    width: 27px;
}
div#nyroModalContent {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f7fbfb));
    background: -moz-linear-gradient(top,  #fff, #f9f9f9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f7fbfb');
    nowhitespace: afterproperty;
    nowhitespace: afterproperty;
    nowhitespace: afterproperty;
}
.upload-transcript-textarea {
    width: 588px !important
}
#upload-transcript-form p label {
    padding-right: 20px
}
#video_profile #nyroModalWrapper input#id_url {
    width: 410px
}
