.metered-message {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 65%;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0);
    z-index: 9999999999;
    opacity:1;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
		width:303px;
}

.metered-message.final {
    top: 0;
    background: rgba(0,0,0,0.5);
		width:100%;
}

#final-metered-message {width:100%;}

.metered-modal {
    position:relative;
    margin:0 auto;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius:3px;
    -moz-border-radius:3px;
    -khtml-border-radius:3px;
    -webkit-border-radius:3px;
    font: 14px Arial, Helvetica, Geneva, sans-serif;
    z-index: 2000;
    left: 0;
    background-color: #fffeff;
    text-align: center;
    width:303px;
}

.metered-close{
    cursor:pointer;
    position:absolute;
    right:7px;
    top:7px;
}

.metered-modal .message .record .body{
    height:63px;
    margin-top:10px;
    background-color: #fffeff;
    color:#666666;
    font-size:14px;
    font-weight:normal;
    line-height:25px;
    margin-top:14px;
    width:280px; 
		margin:0px auto;  
}

.metered-modal .subscribe{
    color:#014077;
    clear:both;
		margin:10px auto;
}

.metered-modal .subscribe .subscribeLink {
    color: #014077;
    font-size:13px;
    font-weight:bold;
    line-height:24px;
}

.metered-modal .dangle{
    color: #fff;
    background: #ffd64c repeat-x top center;
    font-size: 14px;padding: 15px;display: 
    block;text-align: center;
}

.restricted-modal-content {
    position: absolute;
    margin: 8% auto;
    float: none;
    font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    z-index: 2000;
    text-align: left;
    left: 15%;
    right: 15%;
    background-color: #fffeff;
    text-align: center;
		background-image: url(../../images/global/paywallBg.jpg);
}

.restricted-modal-content .message{
    background: url(../../images/global/restrictedBg.png) repeat-x;
    margin: 3px;
    padding: 10px;
    overflow: visible;
    z-index: 2000;
    height: 450px;
		color:#fff;
}

.restricted-modal-content .message a {color:#FFFFFF;}

.restricted-modal-content .record .abstract, .restricted-modal-content .record .body {color:#FFFFFF;}

.restricted-modal-content h3 {display:none;}

.restricted-modal-content #subscribeBannerSmall {background-image:url(../../images/global/btn_paywallSubscribe.png); width:464px; margin:0px auto;}

.restricted-modal-content img.pop-out {
    margin-top: 10px;
    z-index: 2001;
}

.restricted-modal-content .subscribeLink {
    color: #014077;
    font-size:13px;
    font-weight:bold;
    line-height:24px;
}

.restricted-modal-content h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 5px 0px 5px;
    color: #FFF;
    letter-spacing: -1px;
}

.restricted-modal-content p {
    font: 15px/130%  Arial, Helvetica, Geneva, sans-serif;  
    color: #FFF;
}

.restricted-modal-content .message .subscribeBanner {
    margin-top:10px;
    margin-left:0px;
    width:100%;
}

#final-metered-message .form label {width:100px; color:#fff;}

#final-metered-message .form .button {margin-right:0px; margin-bottom:10px;}

#final-metered-message table {margin:5px auto 0px auto; width:350px; font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#fff;}

#final-metered-message table td {position:relative;}

#final-metered-message table p {margin:0px; text-align:right; margin-right:22px; font-size:12px;}

#final-metered-message .form input:focus {
    color: #000;
    background: #FFF !important;
    text-shadow: 1px 1px 1px #FFF;
}

#final-metered-message .form input:active {
    background-color: #FFF;
    text-shadow: 1px 1px 1px #FFF;
}

#final-metered-message .form label.error {padding-right:22px; width:auto;}

#final-metered-message ul li.dropdown_sub_newsletter, #final-metered-message ul li {display:inline; list-style-type:none;}

#final-metered-message ul li:last-child:after { content: ""; }

#final-metered-message ul li:after { content: ","; }

#final-metered-message .records h2 {margin-bottom:5px;}