@import url(//fonts.googleapis.com/css?family=Raleway:400,300,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,300);

#cboxOverlay-fb-like
{
   float: left;
   margin-right: 15px;
}

#cboxOverlay{background:#929497; display:none;}
#colorbox{overflow: visible; display:none;}
#cboxWrapper{z-index: 10000; overflow: visible;}
body.lightbox
{
    background-color: #dbd8d7;
    background-image: url("http://www.immigrationpolicy.org/lightbox/img/mock-background.png");
    font-family: Arial, Helvetica, sans-serif;
}

#cboxClose
{
    width: 90px;
    right: -15px;
    top: -23px;
}

#cboxLoadedContent
{
    /*background-color: #00518c;*/
    /*background-image: url("../img/bak_blue02.png");
    background-position: center;*/
    border: 6px solid white;
    background-color: #eee;
    color: #00518c;
    height: 400px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    /*font-family: Arial, Helvetica, sans-serif;*/
    
}

.bsd-lightbox
{
    background-color: transparent;
}

#bsd-lightbox-signup
{
    padding: 18px;
    /*color: #fff;*/
}

#bsd-lightbox-signup p
{
    font-size: 18px;
    margin-top: 0;
}
#bsd-lightbox-signup ul li
{
    line-height: 1.8em;
}

#bsd-lightbox-signup div.heading
{
    margin-top: 0px;
    /*padding-bottom: 10px;*/
    margin-bottom: 10px;
    /*border-bottom: solid 1px #501d49;*/
    /*font-family: Arial, Helvetica, sans-serif;*/
}

#bsd-lightbox-signup p.center
{
    text-align: center;
    margin-bottom: 4px;
}
#bsd-lightbox-signup p.upper
{
    text-transform: uppercase;
    color: #bc3757;
    margin-bottom: 4px;
    font-weight: bold;
}

#bsd-lightbox-signup p.para
{
    /*font-family: 'Raleway', Arial, Helvetica, sans-serif;*/
    margin-bottom: 15px;
}
#bsd-lightbox-signup #cboxContentRight p.upper,
#bsd-lightbox-signup #cboxContentRight p.para,
#bsd-lightbox-signup #cboxContentRight
{
    color: white;
}

#lightbox-signup legend
{
    display: none;
}

#lightbox-signup fieldset
{
    border: none;
    margin-left: 0;
    padding-left: 0;
}

#lightbox-signup input
{
    border-radius: 4px;
    -moz-border-radius: 4px;
}

#lightbox-signup .text
{
    border: none;
    padding: 8px 0 8px 20px;
    font-size: 14px;
}

#lightbox-signup .submit
{
    background-color: #bc3757;
    border-bottom: solid 2px #8b242b;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #fff;
    display: block;
    margin: 18px auto 0 auto;
    font-size: 18px;
    padding: 8px 40px 6px 40px;
    text-transform: uppercase;
}

#lightbox-signup-first-name,
#lightbox-signup-last-name
{
    width: 20%;
    margin-right: 15px;
}

#lightbox-signup-email
{
    width: 38%;
    margin-right: 0;
}


#cboxContentLeft
{
    float: left;
    width: 55%;
    /*border: solid 1px pink;*/
}

#cboxContentLeft .logo
{
    margin-bottom: 20px;
}

#cboxContentLeft ul
{
  margin-bottom: 0;
}

#cboxContentLeft ul li
{
    line-height: 1.3em;
    font-size: 16px;
}

#cboxContentRight
{
    float: right;
    width: 38%;
    /*border: solid 1px yellow;*/
    position: absolute;
    right: 0;
    top: -8px;
    padding: 20px 20px;
    background-color: #933;
    height: 388px;
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    
    -moz-box-shadow: 0 0 20px #333;
    -webkit-box-shadow: 0 0 20px #333;
    box-shadow: 0 0 20px #333;
}
#cboxContentRight form input
{
    display: block;
    font-size: 24px;
    height: 50px;
}
#cboxContentRight form input[type="text"]
{
    width: 240px;
    background-color: #fff;
    color: #333;
    padding: 0 10px;
    margin: 10px auto 0 auto;
}
#cboxContentRight form input[type="submit"]
{
    width: 240px;
    background-color: #B33;
    color: white;
    border: solid 1px white;
    padding: 0 10px;
    margin: 10px auto 0 auto;
    cursor: pointer;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -ms-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

#cboxContentRight form input[type="submit"]:hover
{
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    background-color: #00518c;
}