/*Add to playlist pop up*/

.playlist #overlay-playlist-box
{
    padding-left: 10px;
    padding-right: 10px;
    width: 290px !important;
}

.playlist #cboxWrapper {
    width: 303px !important;	
}

.playlist #colorbox {
    width: 322px !important;	
}

.playlist #colorbox, .playlist #brand {
    background-color: #000;
}

.playlist #cboxLoadedContent {
    background-color: #FFF;
    padding: 60px 0;
    border-color: #D0D0D0;
    border-width: 5px;
    border-style: solid;
    padding: 0;
    width: 293px;
    overflow: hidden !important;
    height: auto !important;
    min-height: 265px !important;
}

.playlist #cboxContent {
    margin-top: 5px;
    overflow: visible;
    width: 303px !important;	
}


.playlist #playListName {
    width: 240px;
    padding: 3px;
    margin-top: 5px;
    margin-bottom: 5px;

}

.playlist .editor {
    padding-bottom: 5px;
}

.playlist #playlist-listbox {
    width: 248px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.playlist .btn, .playlist #btnSendEmail{
    background-color: #152E4E;
    color: #FFFFFF;
    display: block;
    height: 18px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width: 50px;
}

.playlist #btnSendEmail
{
    height: 25px;
    border: 0px;
}

.playlist h2, .playlist #existing-playlist-title {
    text-align: center;
    font-weight: bold;
}

.playlist .message {
    color: #FF0000;
    margin-left: -20px;
    text-align: center;
}

.playlist .addMessage {
    color: blue;
    text-align: center;
    position: relative;
    margin-left: -17px;
}

.playlist .brand-email #Email{
    width: 220px !important;
}