﻿.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background: #FFFFFF;
    border: 1px solid #2e3840;
}

.popheader
{
    /*background: #9a9999; color: #FFFFFF; background-color:#e4e4e4; 	/*font-size: 18px; 	font-weight: bold;*/
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 37px;
    padding-left: 10px;
    background: url(../images/pgheadingbg.jpg) repeat-x;
}

.popbox
{
    width: 100%; /*padding: 10px 50px;*/
    line-height: 22px; /*background: url(../images/modalpopupbg.gif) repeat-x;*/
    min-height: 150px;
}

.popbox a
{
    /*color: #ff3333;*/
    text-decoration: underline;
    cursor: pointer;
}

.popbox a:hover
{
    /*color: #ff3333;*/
    text-decoration: none;
    cursor: pointer;
}

.popupbox
{
    width: 100%;
    text-align: left;
    vertical-align: top;
    padding-left: 20px;
}
.popupboxmainadd
{
    float: right;
}
.alredywidth
{
    width: 35%;
    border-right: 1px solid #bbaaaa;
    padding-right: 1px;
    min-height: 115px;
}
.addplaylistwidth
{
    width: 64%;
}
.popupboxrow
{
    width: 100%;
    text-align: left;
    vertical-align: top;
    margin-top: 3px;
}
.popupboxL
{
    /*width:20%;*/
    width: 25%;
    float: left;
    text-align: left;
}
.popupboxR
{
    /*width:79%;*/
    width: 74%;
    float: right;
    text-align: left;
    vertical-align: top;
    line-height: 18px;
}
.popupboxrow2
{
    width: 100%;
    text-align: center;
    vertical-align: top;
    margin-top: 3px;
}
