.pw-links {
	font-size: 12px;
	font-weight: bold;
	margin-top: 7px;
	background: transparent url(/time/assets/images/pw-arrow-icon.png) no-repeat 0 1px;
	padding: 0 0 0 10px;
	margin: 40px 0 0 0;
	font-family: Helvetica,Arial,sans-serif;
}

.format-article .entry-content .pw-links {
	background-position: 0 6px;
	margin: 10px 0 0 0;
}

.pw-links a, .pw-modal a {
	color: #ed1c2e;
}

.pw-links div {
	display: inline;
}

.pw-modal {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 499;
    height: 100%;
    width: 100%;
    display: none;
    font-family: "franklin-gothic-urw",Helvetica,Arial,sans-serif;
}

.lt-ie9 .pw-modal {
    background: transparent url(/time/assets/images/pw-ie-bg.png) repeat 0 0;
}

.pw-modal a {
	font-weight: bold;
}

.pw-modal .error {
	color: #ed1c2e;
}

.pw-modal .modal-body {
	background: #fff;
	border: 2px solid #000;
	width: 300px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 0px 8px rgba(0,0,0,0.5);
	position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -150px;	
}

.pw-modal .header {
	padding: 12px 0 12px 45px;
	border-bottom: 4px solid #000;
}

.pw-modal .header h2 {
	padding: 0;
	margin: 0;
}

.pw-modal .header span {
	font-size: 12px;
	font-weight: normal;
}

.pw-modal .message, .pw-modal .sub-message {
	color: #a0a0a0;
	font-size: 11px;
}

.pw-modal .modal-close {
	width: 23px;
	height: 25px;
	position: relative;
	top: 15px;
	left: 265px;
	background: transparent url(/time/assets/images/close-button.png) no-repeat;
	cursor: pointer;
}

.pw-modal fieldset {
	border: 0;
}

.pw-modal .placeholder-field {
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #a0a0a0;
	margin: 0 0 10px 45px;
	font-size: 12px;
}

.pw-modal .login label {
	display: none;
}

.pw-modal .magazine-signup, .pw-modal .message {
	margin: 12px 0 12px 45px;
}

.pw-modal #paid-wall-submit {
	background: #ff0000;
	color: #fff;
	border: 0 none;
	font-size: 12px;
	padding: 10px 25px;
	display: block;
	clear: both;
	margin: 35px auto 25px auto;
}

.pw-modal .forgot-password, .pw-modal #remember-field label {
	font-size: 11px;
}

.pw-modal #remember-field label {
	margin-left: 4px;
}

.pw-modal .forgot-password {
	margin-left: 45px;
}

.pw-modal fieldset {
	padding: 0;
	margin: 0;
}

.pw-modal .sub-message {
	margin: 0 0 25px 0;
	text-align: center;
}

.pw-modal #username, .pw-modal #password  {
	padding: 4px 2px 2px 32px;
	width: 170px;
}

.pw-modal #username {
	background: #fff url(/time/assets/images/icon-email.png) no-repeat 9px 5px;
}

.pw-modal #password {
	background: #fff url(/time/assets/images/icon-password.png) no-repeat 9px 5px;
}

#remember-tool-tip {
	z-index: 500;	
}

@media only screen and (device-width: 480px) and (orientation: landscape) and not (-webkit-min-device-pixel-ratio: 2) {
	
	.pw-modal #paid-wall-submit {
		margin: 20px auto 25px auto;
	}
	
}

@media screen and (max-width: 390px) {

	.pw-modal .modal-body {
	    margin-top: -165px;	
	}
	
}

