/*--------------------------------------------------------------------------
Title: Jacquie Lawson Styles
--------------------------------------------------------------------------*/
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	zoom: 1;
}

body {
	background-color: #c8e1eb;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
    -webkit-text-size-adjust: none;
}
h1, h2, h3 {
	font-weight: bold;
	font-size: 18px;
	color: #cc4000;
}
/* There are spans with a class of .h2 and .h3 buried in Python. These need cleared out to clean up this CSS redundancy */

h2,
.h2 {
	color: #cc4000;
	font-size: 14px;
	font-weight: bold;
}

h3,
.h3 {
	color: #006;
	font-size: 13px;
	font-weight: bold;
}

a {
	color: #006;
	text-decoration: none;
}

a:hover {
	color: #cc4000;
}

#jl-wrapper, #jl-joinwait {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	margin: 10px;
}

/*--------------------------------------------------------------------------
=Header
--------------------------------------------------------------------------*/

#header {
	background-color: #77A5B5;
	margin: 0 auto;
    min-width: 995px;
	padding: 0;
    position: relative;
    width: 100%;
}
#header .wrapper {
    margin: 0px auto;
    overflow: hidden;
    position: relative;
	width: 995px;
}
#nav {
	background-color: #b3cfd8;
	border-bottom: 1px solid #df8c5e;
	border-top: 1px solid #df8c5e;
	display: block;
	margin: 0 auto;
    min-width: 995px;
	text-align: center;
	width: 100%;
}

#nav ul {
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    list-style: none;
    margin: 0px auto 1px;
    min-width: 995px;
    padding: 3px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

#nav ul li {
    border-left: 2px solid #df8c5e;
    display: inline;
    margin: 0;
    padding: 0 5px 0 7px;
}

#nav ul li:first-child {
    border: 0;
    padding-left: 0;
}

#nav ul li#fblogin {
    border-left: 0;
}

#nav ul#member li {
    border-left: 2px solid #B3CFD8;
}

#nav ul#member li:first-child {
    border: 0;
}

ul#nonmember1 { padding-top:5px; }
ul#member { background-color: #df8c5e; }
#nav ul#member {
	padding: 2px 0px 3px;
}
#nav ul#nonmember2  {
	margin-bottom: 5px;
}
p.jl-header-email {
	color: #006;
	font-size: 11px;
	float: right;
	margin: 0;
	padding: 10px 8px 0 0;
	position: absolute;
	right: 0;
	top: 17px;
	text-align: right;
	width: 150px;
}
p.jl-header-email span{
	font-weight:bold;
	display:block;
}
/*---=Header Links---*/

#nav a {
    color: #006;
    font-size: 12px;
}

#nav li.join a, #nav li.renew a {
	color: #cc4000;
	text-transform: uppercase;
}
#header a img { border: none; }

.ta-right {
    text-align: right;
}
/*--------------------------------------------------------------------------
=Masthead
--------------------------------------------------------------------------*/
#jl-logo {
    float:left;
    height: 80px;
    margin:0;
    padding:0;
    position: relative;
    width:436px;
}
#jl-logobasic {
    height: 62px;
    margin: 23px auto 7px;
    padding:0;
    position: relative;
    width:334px;
}
#jl-logo a, #jl-logobasic a {
    color: #cc4000;
    display: block;
    font: italic 900 20px Verdana;
    height: 100%;
    text-decoration: none;
    width: 100%;
}
#jl-logo a { /*width: 450px;*/ }
#jl-logobasic a { text-indent: -5000px; }
#jl-logo a span, #jl-logobasic a span {
    cursor: pointer;
    display: block;
    left: 0px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
}
#jl-logo a span {
    background: url(/jl/jacquielawson2.gif) no-repeat left top transparent;
    height: 80px;
    width: 436px;
}
#jl-logobasic a span {
    background: url(/jl/logo_A3C4CD.gif) no-repeat left top transparent;
    height: 62px;
    width: 334px;
}
#greeting { margin-bottom: 10px; }
#expiremsg {
    margin: 0px auto 8px;
    padding: 0px;
}
#expiremsg p {
    margin:0 0 3px;
    padding:0;
}

#message {
    margin: 0px auto 0px;
}

#message .hdr-separator {
    color: #DF8C5E;
    font-weight: bold;
}

#logout {
    color: #FFF;
    float: right;
    font: normal normal 12px Verdana,sans-serif;
    list-style-type: none;
    margin: 5px 15px 0px 0px;
    padding: 0px;
    position: relative;
    text-align: right;
    width: 362px;
}


#logout #username {
    display: block;
}

#logout a {
    color: #fff;
    font-weight: bold;
}

#logout .hdr-logoff {
    color: #006;
    font-weight: normal;
    text-decoration: none;
}

#logout a:hover {
    color: #CC4000;
}

#logout #message p {
    color:#000066;
    margin: 0px auto 0px;
    padding: 0px;
}

#logout .button {
    float: right;
    font-size: 10px;
    margin-top: 5px;
    width: 78px;
}
/*--------------------------------------------------------------------------
=Structure (basic/general markup)
--------------------------------------------------------------------------*/
.jl-base #jl-wrapper, .jl-base #jl-joinwait {
    margin: 10px auto;
    width: 710px;
}

.jl-base #jl-wrapper:after, .jl-base #jl-joinwait:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.intro,
.dt-intro {
    margin: 0px auto 20px;
    width: inherit;
}

.jl-feature {
    background-color: #B3CFD8;
    border: 2px solid #CC4000;
    height: 500px;
    margin: 0px auto 20px;
    width: 700px;
}
.deco-banner {
    border: 1px #CC4000 solid;
    border-width: 1px 0px;
    height: 130px;
    width: 800px;
}
.deco-border {
    background-color: #DDEAEC;
    border: 1px #CC4000 solid;
    display: block;
    float: left;
    margin: 8px auto 16px;
    overflow:hidden;
    padding:10px;
    width:650px;
}
/*--------------------------------------------------------------------------
=Typography
--------------------------------------------------------------------------*/
.jl-fontjax {
    margin: 10px auto;
    text-align: center;
    width: 100%;
}
.jl-fontjax a {
    font-family: 'jaxfont2', serif;
    font-size: 20px;
    font-weight: 900;
	line-height:22px;
    margin: 0px 10px;
    text-decoration: none;
}
/*--------------------------------------------------------------------------
=Thank You Page
--------------------------------------------------------------------------*/
#jl-tnxyou #jl-wrapper {
    overflow: visible;
    position: relative;
    width: 800px;
}

#jl-tnxyou .jl-feature {
    background-color: #B3CFD8;
    border: 0px;
    height: auto;
    margin: 10px auto;
    overflow: hidden;
    padding-bottom: 65px;
    width: 800px;
}
#jl-tnxyou h1 {
    left: 0px;
	margin-top:10px;
}

#jl-tnxyou #jl-wrapper .intro,
#jl-notecardreply #jl-wrapper .intro {
    font-size: 1.083em;
    font-weight: bold;
}

#jl-tnxyou #jl-wrapper .dt-intro {
    font-size: 1em;
    font-weight: normal;
}

#jl-tnxyou #jl-sendreply {
	width:800px;
	text-align:center;
	background:#B3CFD8;
}

.fontjax-mobile {
    color: #CC4000;
    font-family: 'jaxfont2',serif;
}

#jl-sendreply p.fontjax-mobile {
    font-size: 2.16em;
    font-weight: 900;
    margin: 0 auto 25px;
    padding-top: 39px;
}

textarea {
    resize: none;
}

#jl-tnxyou #jl-sendreply img {
	border:0;
}
#jl-tnxyou #jl-sendreply #replyfooter {
	padding:20px 0;
}
#jl-tnxyou #jl-sendreply #fsubmit {
	margin:20px 0;
}
#jl-tnxyou #jl-sendreply #reply-tofrom {
	display: block;
    margin: 20px auto;
    overflow: hidden;
    width: 675px;
	font-weight:bold;
}
#jl-tnxyou #jl-sendreply #reply-to {
	float:left;
}
#jl-tnxyou #jl-sendreply #reply-from {
	float:right;
}
#jl-tnxyou #jl-sendreply #reply-tofrom span label{
	padding-right:30px;
}
#jl-tnxyou #jl-sendreply #reply-msg {
 	background-color:#DDEAEC;
	padding:12px;
	width:650px;
	margin:auto;
}
#jl-tnxyou #jl-sendreply #reply-msg-inner {
	background-color:#ffffff;
	border:1px solid #000000;
	padding:10px;
	width:629px;
	color:#0F292D;
}
#jl-tnxyou #jl-sendreply #reply-msg-inner textarea,
#jl-tnxyou #jl-sendreply #reply-msg-inner p.helptext {
	border: 0px none;
	color: #666;
	font-family: Verdana,Arial,Helvetica;
	font-size: 14px;
	font-weight: lighter;
	line-height: 1.5;
    text-align: left;
	width: 630px;
}

#jl-tnxyou #jl-sendreply #reply-msg-inner textarea.helptext-mobile {
    color: #000;
}

#jl-tnxyou #jl-sendreply #reply-msg-inner p.helptext {
    color: #000;
}

#jl-tnxyou .fbase {
	margin:0;
}
/*--------------------------------------------------------------------------
=Thank You Confirm
--------------------------------------------------------------------------*/
#jl-tnxconfirm #jl-wrapper {
    overflow: visible;
    position: relative;
    width: 880px;
}
#jl-tnxconfirm .jl-feature {
    background-color: transparent;
    border: 0px none;
    border-top: 1px #77A5B5 solid;
    list-style-type: none;
    margin: 37px auto 10px;
    overflow: hidden;
    padding: 10px 0px 0px;
    width: 735px;
    word-spacing: 2px;
}
#jl-tnxconfirm .jl-feature li {
    display: block;
    float: left;
    line-height: 1.3;
    overflow: hidden;
    width: 205px;
}
#jl-tnxconfirm .jl-feature li#mod-about { padding-right: 20px; }
#jl-tnxconfirm .jl-feature li#mod-category { padding: 0px 20px; }
#jl-tnxconfirm .jl-feature li#mod-genix { padding-left: 20px; }
#jl-tnxconfirm .jl-feature li h2 {
    color: #000;
    font-weight: 900;
    margin: 0px;
    text-align: left;
    width: 205px;
}
#jl-tnxconfirm li.border {
    border: 0px none;
    border-left: 1px #77A5B5 solid;
    border-right: 1px #77A5B5 solid;

}
.button {
    color: #000;
    cursor: pointer;
    font: normal 12px Arial;
}
.wrap-img {
    border: 0px none;
    float: right;
    margin: 0px 0px 10px 5px;
    vertical-align: text-bottom;
}
/*--------------------------------------------------------------------------
=Errors/Behavioral Styles
--------------------------------------------------------------------------*/
.errbox {
    background-color:#C8E1EB;
    line-height: 1.5;
    padding:20px 10px;
    text-align:center;
    width:600px;
}
.errinput {
	background-color: #ffc;
	border: 1px solid #c00;
}
.error {
    color: #CC4000;
    font-weight: 900;
}
.helptext { color: #666; }
.usertext { color: #000; }
.errmsg {
}
#jl-error404 #frmError { margin: 18px 0; }

/*--------------------------------------------------------------------------
=Forms
--------------------------------------------------------------------------*/
fieldset {
    border: 0px none transparent;
    margin: 0px auto;
    padding: 0px;
}
legend {
    font-size: 0px;
    line-height:0px;
    margin: 0px;
    padding: 0px;
    text-indent: -5000px;
}
.fbase form ol, .fbase form ul {
    list-style-type: none;
}
.radio, input[type="radio"] {
height: 13px;
width: 13px;
}
#frmHeader {
    background-color: transparent;
    border: 0px none;
    color: #FFF;
    float: right;
    font-size: 12px;
    position: relative;
}
#frmHeader fieldset, #frmHeader ul {
    margin: 0px;
    position:relative;
    width: 395px;
}
#frmHeader.frmLogon ul li {
    float:left;
}
#frmHeader #fli-joinus {
    color: #FBDAC8;
    font-weight: 900;
    margin-bottom: 5px;
    text-align: right;
    width:395px;
}
#frmHeader .fli-emaddr, #frmHeader .fli-pwd {
    height: 20px;
    margin-right:8px;
    overflow: hidden;
    position: relative;
    width:150px;
}
.frmLogon #fli-joinus .button {
    font-size: 10px;
    width: 78px;
}
.frmLogon #fli-joinus .btn-img {
    background: transparent url(/jl/icons/sprite_buttons.gif) no-repeat 0 -19px;
    border: 0px none;
    height: 20px;
    margin-left:8px;
}
.frmLogon ul .fli-auto {
    display:block;
    width:270px;
}
#frmHeader ul .fli-submit, #frmHeader #btnLogon {
    float:right;
    margin-bottom:5px;
    padding: 0px;
    width: 78px;
}
#frmHeader .frm-forgot {
    bottom:10px;
    clear: none;
    position:absolute;
    right:0;
    width: 115px;
}
#frmHeader .fli-auto label {
    color: #FFF;
    font-size:11px;
    font-weight: normal;
    text-align: left;
    width: auto;
}
#frmHeader a {
    color: #FFF;
    font-size: 10px;
    text-decoration: underline;
}
#frmHeader .toggleText {
    font-size: 11px;
    width: 144px;
}
#frmHeader #fldPassword, #frmHeader #fldPasstext { display: none; } /* toggle effect */
#frmHeader #fldPassword {
    left: 0px;
    top: 0px;
    position: absolute;
}
#frmHeader #autologin {
	height:13px;
	margin:0 5px 0 0;
	padding:0px;
	width:13px;
}
#frmHeader .hidden {
    left:-5000px;
    position:absolute;
}
#frmLogonBox  {
    background-color: #b3cfd8;
    border: 2px solid #cc4000;
    color: #000066;
    float: left;
    font-size:11px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0px ;
    position: relative;
    text-align: left;
    width: 290px;
}
#jl-logon #frmLogonBox {
    clear: both;
    float: none;
    margin: 5px auto;
}
#frmLogonBox.frmLogon p {
    color: #006;
    font-size: 12px;
    font-weight: bold;
    margin-top: 8px;
    text-align: center;
    width: auto;
}
.frmLogon fieldset {
    border: 0px none;
    margin: 0px auto;
    padding: 0px 5px;
}
#frmLogonBox fieldset  {
    padding: 5px 15px 15px;
    width: 260px;
}
.frmLogon fieldset legend {
    line-height:0;
    margin: 0px;
    padding: 0px;
    text-indent: -5000px;
}
.frmLogon ul {
    height:78px;
	list-style-type: none;
    margin: 0px auto;
    overflow: hidden;
    padding: 0px;
    text-align: left;
    width: 260px;
}
#frmLogonBox ul{
	height: auto;
}
.frmLogon ul li {
    margin: 0px 0px 10px;
    padding: 0px;
    overflow:hidden;
    width: 260px;
}
.frmLogon ul .fli-submit {
    float: right;
    width: 58px;
}
.frmLogon ul .fli-pwd {
    float: left;
    overflow:hidden;
    width:200px;
}
#fli-pwd input, .fli-pwd input {
    width: 90px;
}

#frmLogonBox ul .fli-auto {
    clear: both;
    float: left;
    margin-bottom:0px;
}
#frmLogonBox ul .fli-auto label {
    font-weight: normal;
    width: auto;
}

#frmLogonBox label {
    display: block;
    float: left;
    text-align: left;
    margin-right: 5px;
    padding: 0;
    width: 90px;
}

.frmLogon input {
    float: left;
    margin:0;
    text-align:left;
}

#frmLogonBox .fli-emaddr input {
    width: 158px;
}

#autologin2 {
    height: 15px;
    margin-left: 46px;
    width: 15px;
}

.frmLogon #btnLogon2 {
    padding: 1px 2px;
    text-align: center;
    width: 58px;
}
.frmLogon .fli-auto label {
    color: #000066;
    cursor: pointer;
    font-weight: 900;
    width: auto;
}
.frmLogon #frm-forgot, .frmLogon .frm-forgot {
    clear: both;
    display:block;
}
#frmLogonBox .frm-forgot {
    font-size: 12px;
    font-weight: bold;
    margin: 12px 0;
}
.frmLogon input#btnLogon {
    margin: 0px;
    padding:1px;
    text-align: center;
}
/*--------------------------------------------------------------------------
=Paragraph Styles
--------------------------------------------------------------------------*/
p {
	color: #000;
}

.small,
.subnav {
	color: #006;
	font-size: 11px;
	margin: 5px 0;
	padding: 0;
}

.subnav {
	margin: 5px 0 10px 0;
}

/*---=Images inside paragraphs--*/
.leftimage { margin: 0 10px 5px 0; }
.rightimage { margin: 0 0 5px 10px; }

/*---=Paragraph links--*/
p a { text-decoration: underline; }
.small a,
.subnav a {
	font-weight: bold;
	text-decoration: none;
}

/*--------------------------------------------------------------------------
=Additional Styles
--------------------------------------------------------------------------*/
#importantContainer {
	border: thick;
	padding: 10px;
}
.errmsg{
    font-weight: bold;
    color: #ff0000;
    font-family: Verdana, Arial, Helvetica;
}

/*--------------------------------------------------------------------------
=Address Book
--------------------------------------------------------------------------*/
#table_addressbook { width: 530px; }
#table_addressbook tr {
	margin: 0;
	padding: 0;
}
#table_addressbook tr td {
	margin: 0;
	padding: 0;
}
#addressbook_firstname {
	display: block;
	width: 95px;
}
#addressbook_firstname {
	display: block;
	width: 95px;
}
#jl-addressbook #jl-wrapper, #jl-addressbook2 #jl-wrapper {
    margin: 10px auto 0px;
    width: 600px;
}
#jl-addressbook3 #jl-wrapper {
    margin: 10px auto 0px;
    width: 700px;
}

#jl-addressbook h1,
#jl-addressbook2 h1,
#jl-addressbook3 h1 {
	margin-bottom: 25px;
}

#jl-addressbook .info {
    margin: 37px auto 47px;
    text-align: center;
}
#jl-addressbook2 .info {
    margin: 32px auto 37px;
    text-align: center;
}
#jl-addressbook3 .info {
    line-height: 1.4;
    margin: 30px auto 35px 40px;
    width: 650px;
}

.jl-notice {
	background-color: #ddebf0;
	border: 1px #df8c5e solid;
	color: #000;
	font: normal 12px Verdana;
	height: 80px;
	margin: 0 auto;
	padding: 10px 30px 10px 152px;
	position: relative;
	text-align: center;
	width: 427px;
}

.jl-notice span {
    bottom: -10px;
    display: block;
    height: 123px;
    left: -10px;
    position: absolute;
    width: 152px;
}
.jl-notice h2, .jl-notice p {
    margin: 0px;
	line-height:16px;
    width: 427px;
}
.jl-notice p a {
    font-weight:bold;
}
.jl-notice h2 {
    color: #DB7B48;
    font-size: 18px;
    margin-bottom: 7px;
}
.jl-notice h2 small {
    display: block;
    font-size: 14px;
}
#jl-addressbook .errmsg, #jl-addressbook2 .errmsg, #jl-addressbook3 .errmsg { text-align: center; }

/*--------------------------------------------------------------------------
=CardLink Page
--------------------------------------------------------------------------*/
#cardlink2 #jl-wrapper {
    margin:10px auto;
    text-align:center;
    width:697px;
}
#cardlink2 h1 {
    margin:15px auto;
    text-align:left;
    width:674px;
}
ul.cardlinks{
	list-style:none;
	margin:0px !important;
	padding:0;
	position:relative;
	display:block;
	text-align:center;
}
ul.cardlinks li {
    display:inline;
    padding:5px;
    color:#375A66;
}
#cltwocont {
	display:block;
	text-align:center;
	width:674px;
	margin: 0 auto;
	line-height:140%;
	text-align:left;
	padding-bottom:16px;
	padding-top:17px;
}
#cltwocont .boldblue {
	 font-weight:bold;
	 color:#000000;
}
#cltwocont .boldorg {
	color:#cc4000;
	font-weight:bold;
	text-align:center;
}
/*--------------------------------------------------------------------------
=Table Styles
--------------------------------------------------------------------------*/
/*--These should eventually be replaced by TH elements--*/
.table_header {
	font-weight: normal;
}
.tablelabel {
	padding-right:10px;
	text-align:right;
	width:260px;
}

/*--------------------------------------------------------------------------
=Index Page
--------------------------------------------------------------------------*/
#footer {
    list-style-type: none;
    margin: 40px 0 0;
    padding: 0px;
    text-align: center;
    width: 100%;
}

#footer li {
    display: inline;
    font-weight: 900;
    margin-bottom: 4px;
    margin-right: 8px;
}

#footer li.foot-link {
    border-left: 2px solid #df8c5e;
    padding-left: 8px;
}

#footer .copyright {
    clear: both;
    display: block;
    font-weight: normal;
    width: 100%;
}

#footer .break {
    margin: 20px 0 10px;
}

#footer .copyright p {
    margin: 3px 0;
}

#footer #logo-flash {
    display: block;
    margin: 0px auto 15px;
    width: 112px;
}
#jl-index #jl-wrapper {
    clear: both;
    width: 995px;
}
#leftrail {
    float: left;
    margin-bottom: 20px;
}
#jl-index .content {
    border: 0px none;
    float: right;
    width: 756px;
}
#hp-banners {
    float: right;
    height: 175px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 756px;
}
#hp-banners li {
    background-color: #C8E1EB;
    height: 175px;
}
.lgAd a, .medAd a, .smAd a {
    color: #000;
    text-decoration: none;
}
.smAd a img, .medAd a img, .lgAd a img {
    border: 0px none;
}
.smAd a img { width:222px; }
.smAd a img[alt] {
    display:block;
    text-indent:-9999px;
}
.two .lgAd, .medAd {
    background:#728A94 url(/jl/banners/gradientBlue.gif) repeat-x scroll 0 0;
}
.lgAd {
    float: left;
    margin: 0px;
    overflow: visible;
    padding: 0 10px;
    position: relative;
    width: 495px;
}
.v3 .lgAd {
    float: right;
}
.medAd {
    float: left;
    position: relative;
    width: 280px;
}
.v3 .smAd {
    float: left;
    margin: 0px;
    overflow: visible;
    padding: 0px;
}
.smAd {
    float: right;
    margin-left: 15px;
    overflow: hidden;
    padding:0 10px;
    position: relative;
    width: 202px;
}
.v3 .title {
    color: #4894AC;
    font: normal 900 18px Verdana,Arial,Helvetica,san-serif;
    margin-right: 25px;
    width: 420px;
}
.v3 .copy {
    margin: 0px 25px 0px 0px;
    width: 320px;
}
.v3 .button {
    background:transparent url(/jl/icons/sprite_buttons.gif) no-repeat scroll 0 -38px;
    bottom: 10px;
    border: 0px none;
    color: #FFF;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-weight:900;
    height: 34px;
    position: absolute;
    right: 20px;
    width: 67px;
}
.v1 .title, .v2 .title {
    color: #FFF;
    font: italic 900 18px Times New Roman,serif;
    letter-spacing: 1.2px;
    width: 275px;
}
.v1 .copy, .v2 .copy {
    float: left;
    margin: 0px;
    width: 258px;
}
.v1 .img-replace-r, .v2 .img-replace-r {
    margin: 0px;
    padding: 0px;
    float: right;
    position: absolute;
    right: 2px;
    top: 0px;
    width: 220px;
}
.medAd .title {
    color: #FFF;
    font: italic 900 17px Times New Roman,serif;
    float: right;
    letter-spacing: 1.2px;
    margin: 5px 0px 5px 25px;
    width: 250px;
}
.medAd .title a {
    color: #FFF;
}
.medAd .copy {
    float: right;
    height: 66px;
    margin: 0px 25px 0px 0px;
    width: 218px;
}
.medAd .button {
    background:transparent url(/jl/icons/sprite_buttons.gif) no-repeat scroll 0 -38px;
    bottom: 10px;
    border: 0px none;
    color: #FFF;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-weight:900;
    height: 34px;
    position: absolute;
    right: 20px;
    width: 67px;
}
.smAd .title {
    color:#4894AC;
    font: normal 900 18px Verdana,Arial,Helvetica,san-serif;
    letter-spacing:1px;
    margin:8px auto;
    width: 200px;
}
.smAd .link, .lgAd .link {
    color:#000;
    display:block;
    padding-right:10px;
    text-decoration:underline;
}
.smAd .alt {
    color: #4894AC;
    font: 900 16px Verdana,Arial,Helvetica,san-serif;
}
.smAd .copy, .smAd .link, .smAd .alt {
    margin: 8px auto;
    width: 200px;
}
.img-replace, .fla-replace {
    display: block;
    left: 0px;
    position: absolute;
    top: 0px;
}
.smAd .fla-replace {
    margin: 0px;
    padding: 0px;
}
.smAd .img-replace, .smAd .fla-replace {
    height: 175px;
    width: 222px;
}
.smAd .img-replace {
   z-index: 500;
}
.smAd .img-replace a {
   border:0 none;
   display:block;
   height:100%;
   width:100%;
}
.v3 .smAd .fla-replace { height: 175px; }
.medAd .img-replace {
   height: 175px;
   width: 277px;
}
.lgAd .img-replace {
   height: 175px;
   width: 515px;
}
#jl-index .thm-feature {
    background-color: #B3CFD8;
    border: 2px #F19561 solid;
    float: right;
    list-style-type: none;
    margin: 32px 0px 25px;
    overflow: hidden;
    padding: 0 0 10px 0;
    width: 750px;
}
#jl-index .thm-feature .title {
    clear: both;
    display: block;
    margin: 18px auto 14px;
    text-align: center;
    width: 713px;
}
#jl-index .title h3 {
    color:#4894AC;
    float: left;
    font-size:18px;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
li.title h3.liquid { width: 100%; }
li.title h3.fixed { width: 348px; }
#jl-index .thm-feature .title h3 a {
    color:#4894AC;
}
#jl-index .thm-feature .title h3 a:hover {
    color:#CC4000;
}
#jl-index .thm-feature li {
    float: left;
    margin: 0px 0px 0px 16px;
    width:165px;
}
#jl-index .thm-feature li a img {
    border: 0px none;
    display: block;
    height: 113px;
    margin: 0 auto 10px;
    width: 165px;
}
.thm-title {
    display: block;
    clear: both;
    text-align: center;
    text-decoration: underline;
}
#hp-copy {
    float: left;
    width: 560px;
}
#hp-copy h1 a, #hp-copy h2, #hp-copy h3 a { color:#4894AC; }
#hp-copy h1 { font-size:14px; }
#hp-copy h2 { font-size:18px; }
#hp-copy h3 { font-size:14px; }
#hp-copy .whitespace { margin: 35px auto 0px; }

#featured-wrapper table{
	border-collapse:collapse;
	text-align:center;
	margin:0 auto;
}
#featured-wrapper table td,
#featured-wrapper table th{
	border:2px solid #CC4000;
	padding:7px;
}
#featured-wrapper table td{
	width: 114px
}
#featured-wrapper table th a{
    font-size:18px;
    font-weight:bold;
    text-decoration:none;
    font-style:normal;
}
#featured-wrapper table td span{
	display:block;
	margin-top:3px;
	padding-bottom:5px;
	font-size:11px;
}
#featured-wrapper table td a span{
	text-decoration:underline;
}
#featured-wrapper table td.newcard span{
	background: url(/jl/new.gif) no-repeat right top;
	padding-right:30px;
	padding-bottom:5px;
}
#subhead-afu{
	text-align: center;
	margin:0 auto;
	width:860px;
}
#subhead-afu #featured-wrapper{
	clear:both;
	display:block;
	margin: 0 auto 10px auto;
	text-align: center;
}
#subhead-afu #chud-wrapper {
	float: right;
	margin: 0 0 10px 0;
	padding: 0;
	width: 410px;
	overflow: hidden;
}
#subhead-plat{
	display:block;
    margin:0 auto;
    overflow:hidden;
    position:relative;
    width: 800px;
}
#subhead-plat #featured-wrapper{
	display:inline;
	text-align: center;
}
#subhead-plat #featured-wrapper{
    float: left;
	padding: 0;
	width: 566px;
}
#subhead-plat #featured-wrapper table{

}
#subhead-plat #chud-wrapper{
	float:right;
    margin: 0px;
	width: 200px;
}
.agi-mainbanner-sm {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}
.agi-mainbanner-smr {
	float: right;
	margin: 0;
	padding: 0;
}
#login-wrapper {
	float: left;
	margin: 10px 0 0 10px;
	padding: 0;
}
#bottomWrapper {
	position: relative;
	width:100%;
	margin-top:10px;
}
#leftcontent {
	position: absolute;
	top:0px;
	left:0px;
	width:230px;
}
#centercontent {
	position:relative;
   	margin-left: 230px;
   	margin-right:140px;
}
#centercontent p {
	padding-right: 10px;
}
.h2link a {
	font-weight:normal;
	font-size:12px;
	text-decoration:underline;
}
#rightcontent {
	position: absolute;
	right:10px;
	top:0;
	width:130px;
}
#index-featured {
    background-color: #B3CFD8;
    float: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
    width:167px;
}
#index-featured li {
    margin: 15px auto;
    width: 126px;
}
ul#index-categories {
    background-color:#B4D1D9;
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0pt;
    padding:0pt;
    position:relative;
    width: 215px;
}
ul#index-categories li {
    padding:3px 3px;
    color:#375A66;
    margin: 0px auto;
    width: 200px;
}
ul#index-categories li a{
    color:#375A66;
    font-weight:bold;
}
ul#index-categories li.catheader {
    padding:6px 6px;
	}
ul#index-categories li.catheader a{
	color: #cc4000;
	text-transform: uppercase;
	}
ul#index-categories li.last {
    padding:3px 3px;
    border-bottom:none;
    color:#375A66;
}
#centercontent h2 a { color: #CC4000; }
#centercontent h2 a:hover { color: #000066; }


/*--------------------------------------------------------------------------
=THE CARDS Page
--------------------------------------------------------------------------*/
#thecards .jl-card p,
#thecards_nm .jl-cards-container p {
	color: #006;
	font: normal 11px Verdana,Arial,Helvetica;
	margin-left: 145px;
	padding: 0;
}

#thecards .thm-feature,
#thecards_nm .thm-feature {
	background-color: #b3cfd8;
	padding: 0 15px;
}

#thecards .subhead,
#thecards_nm .subhead {
	text-align: center;
}

#thecards td a {
	font-weight: bold;
}

#thecards #thecardslist,
#thecards_nm #thecardslist {
	display: block;
	width: 660px;
	margin: 0 auto;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #cc4000;
	overflow: hidden;
}

#thecards #thecardslist ul,
#thecards_nm #thecardslist ul {
	float: left;
	font-weight: bold;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 220px;
}

#thecards #thecardslist ul li.catheader,
#thecards_nm #thecardslist ul li.catheader {
	background-color: #b4d1d9;
	border-top: 1px solid #cc4000;
	border-bottom: 1px solid #cc4000;
	color: #375A66;
	padding: 2px;
}

#thecards #thecardslist ul li.catheader h2,
#thecards_nm #thecardslist ul li.catheader h2 {
	padding: 0;
	margin: 0;
}

.jl-cardspage .jl-notice span {
	bottom: -20px;
	height: 138px;
	left: -15px;
	width: 138px;
}

.jl-cardspage .jl-notice {
	margin: 25px auto 30px;
	padding: 10px 38px 10px 122px;
	width: 440px;
}

.jl-cardspage .jl-notice h2,
.jl-cardspage .jl-notice p {
	width: auto;
}

/*--------------------------------------------------------------------------
=Premiere Page (Card and Video)
--------------------------------------------------------------------------*/
#premiere p#topmessage, #premiere p#bottommessage {
    padding:10px 10px;
    margin:0;
    text-align:left;
    font-size:14px;
    position:relative;
}

#premiere p#bottommessage {
	text-align:center;
}

#premiere ul#topmessage {
	font-size: 14px;
	list-style: none;
	margin: 2px;
	padding: 0;
	text-align: left;
}

#card_premiere {
	clear: both;
}

#video_premiere {
	clear: both;
	text-align: center;
}

#video_premiere div {
	margin: 0 auto;
}

#premiere ul#topmessage li{
    float:left;
    text-align:left;
    padding:10px 10px;
}
#premiere ul#topmessage li a{ text-decoration:underline; }
#premiere  ul#topmessage li.call{
    float:left;
    margin-left:150px;
    text-align:left;
}
#premiere div#premiere-done{
	padding: 5px 20px;
	font-size:18px;
}
#premiere #FlashProduct_div { height: 600px; text-align:center; }

/*--------------------------------------------------------------------------
=Activate Page
--------------------------------------------------------------------------*/
#jl-activate { text-align: left; }
#jl-activate #header { text-align: left; }
#jl-activate #jl-wrapper {
    margin: 0px auto;
    width: 900px;
}
.btn-action {
    height: 35px;
    margin: 0px auto;
    text-align: center;
	width: 460px;
}
#jl-activate .btn-action {
    height: auto;
    overflow: hidden;
}
#btn-browse, #btn-browse img {
    border: 0px;
    float: left;
    height: 35px;
    width: 210px;
}
#jl-activate #btn-browse, #jl-activate #btn-browse img {
    height: 110px;
    margin-top:21px;
}
#jl-activate #btn-cafepress, #jl-activate #btn-cafepress img {
    height: 150px;
}
#btn-cafepress, #btn-cafepress img {
    border: 0px;
    float: right;
    height: 35px;
    width: 225px;
}
#giftsubmform .jl-inputs {
    margin:0;
    overflow:hidden;
    padding:0;
    width: 600px;
}
#giftsubmform .subheader, #giftsubmform .fli-giftsubs { margin: 0px auto 10px; }
#giftsubmform .subheader span {
    color: #000066;
    float: left;
    font-weight: 900;
    margin-right: 20px;
    width: 200px;
}
#giftsubmform .fli-giftsubs label {
    color: #000;
    font-weight: normal;
    width: 200px;
}
#fli-giftsubsooter a { text-decoration: underline; }
#fli-giftsubscontinue {
    padding-left: 220px;
}
#jl-activate .bigbold {
    font-size: 12px;
    font-weight: normal;
}


/*--------------------------------------------------------------------------
=PPpaidOK, PPcancelt, PPcancel, newcard Page
--------------------------------------------------------------------------*/
#jl-pppaidok p,
#jl-ppcancelt p,
#jl-ppcancel p,
#jl-mydetails #jl-wrapper,
#jl-mydetails #jl-joinwait,
#jl-mydetails table,
#jl-membership table,
#jl-giftpay table,
#jl-index #centercontent p,
#jl-index #index-bottom,
#jl-addressbook td,
#jl-addressbook2 td,
#jl-addressbook3 td,
#join1 table,
#jl-carderror td,
#jl-renew td,
#jl-renew2 td,
#jl-join2 td,
#jl-join1t td {
	font-size:12px;
}

#jl-pppaidok .bigbold,
#jl-ppcancelt .bigbold,
#jl-ppcancel .bigbold {
	font-weight: bold;
	font-size: 18px;
	color: #000;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
}

body#jl-preview,
body#jl-viewcard,
body#jl-viewcardm,
body#jl-ecardsurvey,
#FlashProduct_div {
	height: 100%;
	margin: 0px;
	width: 100%;
}

#jl-wrapper .bold {
	font-weight: bold;
}

#jl-join1t #contentWrapper {
	width: 600px;
}

#jl-join1t #jl-wrapper,
#jl-renew #jl-wrapper,
#jl-renew2 #jl-wrapper,
#jl-join1t #tb-payment,
#jl-join2a #tb-payment,
#jl-giftpay #tb-payment,
#jl-membership #tb-payment,
#jl-membership #jl-wrapper {
	margin: 0 auto;
	width: 735px;
}

#jl-renew #jl-wrapper,
#jl-renew2 #jl-wrapper {
	margin: 0 auto;
	width: 810px;
}

#jl-join1t #tb-payment,
#jl-renew #tb-payment,
#jl-renew2 #tb-payment,
#jl-join2a #tb-payment,
#jl-giftpay #tb-payment {
	margin-top: 50px;
}

#jl-join1t #tb-cc,
#jl-renew #tb-cc,
#jl-renew2 #tb-cc {
	width: 310px;
}

#jl-join1t #tb-paypal,
#jl-renew #tb-paypal,
#jl-renew2 #tb-paypal {
	width: 215px;
}

/*--------------------------------------------------------------------------
=Join Pages
--------------------------------------------------------------------------*/
#jl-qjoin #jl-wrapper {
    margin: 0px auto;
    padding: 0px;
    position: relative;
    width: 640px;
}
#jl-qjoin .jl-feature {
    background-color: #B3CFD8;
    border: 2px solid #CC4000;
    color: #000066;
    height: auto;
    margin: 0px auto;
    padding: 20px 0px 0px;
    width: 640px;
}
#jl-qjoin h1 { margin: 26px auto 20px; }
.jl-feature h2 {
    color: #000066;
    font-weight: normal;
    margin: 0px auto 32px;
    text-align: center;
    width: 525px;
}
#jl-qjoin #jl-wrapper p {
    font-size:13px;
    line-height:1.3;
    word-spacing:-1px;
}
#jl-qjoin #recaptcha_widget {
	width:300px;
	float:left;
}
#jl-qjoin #recaptcha_widget p.recaptchahead {
	margin-top:0;
	font-size:11px;
	color:#006;
}
#jl-qjoin #jl-wrapper #middle_instructions p {
	font-size:11px;
	color:#006;
	font-weight:bold;
}
#jl-qjoin #jl-wrapper #middle_instructions p a {
	font-weight:normal;
}
#frm-qjoin fieldset {
	border: 0px none;
	float:left;
	margin-left:10px;
	width:300px;
}
#jl-qjoin .jl-feature ul.terms {
	clear:both;
	padding-top:10px;
}
#jl-qjoin #frm-qjoin #captchaenter {
	margin:10px 0;
}
#jl-qjoin #frm-qjoin #captchaenter label {
	width:141px;
}
#frm-qjoin fieldset ol {
    clear: both;
    height: 180px;
    list-style-type: none;
    margin: 0px auto;
    overflow: hidden;
    padding: 0px;
    width: 300px;
}
#frm-qjoin fieldset ol li { margin-bottom:10px; }
#frm-qjoin #btnSubmit {
    bottom:15px;
    position: absolute;
    right: 86px;
}
.fldhidden {
    height: 0px;
    text-align: left;
    text-indent: -5000px;
}
#frm-qjoin label {
    display: block;
    float: left;
    font-size:11px;
    margin-right: 8px;
    text-align: right;
    width: 110px;
}
#frm-qjoin input, #frm-qjoin select { width: 145px; }
#frm-qjoin #btnSubmit input { width: auto; }
.jl-feature ul.terms {
    font-size: 11px;
    list-style-position: inside;
    margin: 0px auto 16px;
    padding: 0px 0px 65px;
    width: 540px;
}
.jl-feature .terms li {
    line-height:1.3;
    list-style-position: outside;
    margin-left: 15px;
    padding-left: 8px;
}
.jl-feature .terms li.liststart {
    list-style-positon: outside;
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}
#jl-join1 #jl-wrapper {
    margin: 0px auto;
    width: 810px;
}
#frmJoin1 {
    clear: both;
    margin: 0px auto;
    width: 695px;
}
#frmJoin1 ul {
    margin: 0px auto;
    padding: 0px;
    width: inherit;
}
#frmJoin1 ul li {
    overflow: hidden;
    width: 100%;
}
#frmJoin1 #fli-email label, #frmJoin1 #fli-country label {
    float: left;
    margin-right: 83px;
    width: 215px;
}
#frmJoin1 #subemail, #frmJoin1 #subcountry {
    float: left;
    width: 260px;
}
#frmJoin1 #subcountry { margin-top: 5px; }
#frmJoin1 #fldTerms { margin: 10px 0px 0px; }
#frmJoin1 #fli-submit {
    margin: 10px auto;
    width: 100px;
}
#frmJoin1 #fli-submit #fldsubmit { margin: 0px; }
.jl-lt-column {
    float: left;
    overflow: hidden;
}
.jl-rt-column {
    float: right;
    overflow: hidden;
}
/*--------------------------------------------------------------------------
=Join1 Pages
--------------------------------------------------------------------------*/
#jl-join2 #jl-wrapper {
    margin: 0px auto;
    overflow: hidden;
    width: 620px;
}
#frmJoin2 #fs-subs, #frmJoin2 #fs-userinfo, #frmJoin2 #fs-payment {
    overflow: hidden;
    width: inherit;
}
/*  Containers ---------------------------*/
#frmJoin2 #contact, #frmJoin2 #user, #frmJoin2 #subs, #frmJoin2 #payment, #frmJoin2 #creditcard, #frmJoin2 #submit {
    overflow: hidden;
    padding: 0px;
}
#frmJoin2 #contact, #frmJoin2 #user, #frmJoin2 #creditcard, #frmJoin2 #submit { clear: both; }
#frmJoin2 #contact, #frmJoin2 #user {
    margin: 0px 30px 10px;
    padding: 0px 10px;
    width: 400px;
}
#frmJoin2 #user .jl-lt-column, #frmJoin2 #contact .jl-lt-column {
    margin-bottom: 13px;
    margin-right:28px;
}
#frmJoin2 #subs {
    float: left;
    margin: 0px 20px;
    padding: 0px 5px;
    width: 200px;
}
#frmJoin2 #payment {
    float: right;
    margin: 0px 0px 25px 0px;
    width: 350px;
}
#frmJoin2 #creditcard {
    border: 2px #6F8D95 solid;
    padding: 15px 18px 20px;
    margin: 0px 0px 30px;
    width: 456px;
}
#frmJoin2 #creditcard #fli-radio-cc { width: 450px; }
#fli-radio-cc .list-radio {
    list-style-type:none;
    margin: 0px;
    padding: 0px;
}
#fli-cdexpire label { display: block; }
#cc.list-payment {
    margin-bottom: 35px;
    width: 420px;
}
#paypal.list-payment {
    margin-bottom: 5px;
    width: 280px; }
.list-payment {
    list-style-type: none;
    margin:0px;
    overflow:hidden;
    padding:0;
}
.list-payment li {
    float:left;
    margin:0 5px 0 0;
    overflow:hidden;
    vertical-align: top;
    width:50px;
}
#frm-joinpayment .list-payment { height:50px; }
.list-payment li#fli-sm, .list-payment li#fli-sm span, .list-payment li#fli-s, .list-payment li#fli-s span { width: 33px; }
.list-radio label span, .list-payment span {
    background: url(/jl/icons/tm_logos.jpg) 0 0 no-repeat;
    display: block;
    height: 32px;
    margin-bottom: 3px;
    width: 50px;
}
.list-payment li#fli-paypal {
    clear: both;
    float: none;
    height: 25px;
    margin: 5px auto;
    width: 65px;
}
.list-payment li#fli-paypal span {
    height: 100%;
    width: 100%;
}
#fli-paypal label span, #fli-paypal span {
    background: url(/jl/icons/tm_logos.jpg) 0 -346px no-repeat;
    display: -moz-inline-stack;
    display: inline-block;
    height: 22px;
    width: 65px;
}
.list-payment li#fli-sm { width: 46px; }
#fli-v label span, #fli-v span, #fli-v2 label span, #fli-v2 span { background-position: 0px -58px; }
#fli-mc label span, #fli-mc span, #fli-mc2 label span, #fli-mc2 span{ background-position: 0px -125px; }
#fli-ae label span, #fli-ae span, #fli-ae2 label span, #fli-ae2 span{ background-position: 0px -93px; }
#fli-d label span, #fli-d span, #fli-d2 label span, #fli-d2 span{ background-position: 0px -193px; }
#fli-vd label span, #fli-vd span { background-position: 0px -24px; }
#fli-sm label span, .list-payment li#fli-sm span { background-position:-2px -397px; width: 46px; }
#fli-s label span, #fli-s span { background-position: -9px -305px; width: 31px; }
#fli-ve label span, #fli-ve span { background-position: 0px -160px; }
#fli-ec label span, #fli-ec span { background-position: 0px -228px; }
#submit { width: 495px; }
/*  Lists ---------------------------*/
#fs-userinfo #contact li, #fs-userinfo #user li {
    clear: none;
    width: 186px;
}
#fs-userinfo #user li.maxwidth {
    clear: both;
    overflow: hidden;
    width: 400px;
}
#fs-subs #subs li {
    margin-bottom: 10px;
    width: 100%;
}
#fs-subs #payment li {
    margin-bottom:2px;
    width: 100%;
}
#frmJoin2 #creditcard #fli-radio-cc ul li {
    clear: none;
    float: left;
    margin-right: 10px;
}
.list-radio li { margin-bottom: 12px; }
#frmJoin2 #fli-cdnum, #frmJoin2 #fli-cdsecure, #frmJoin2 #fli-cdissue {
    clear: none;
    margin: 0px 28px 13px 0px;
    width: 157px;
}
#frmJoin2 #fli-accept, #frmJoin2 #fli-reject { width: 100%; }
#frmJoin2 #fli-cdstart, #frmJoin2 #fli-cdexpire {
    margin-bottom: 13px;
    position: relative;
    width: 100%;
}
#frmJoin2 #fli-nopass {
    clear: both;
    width: 100%;
}
#submit #fli-submit, #submit #fli-reset {
    float: left;
    margin-top: 25px;
}
#frmJoin2 #submit #fli-submit input, #submit #fli-reset input {
    float: left;
    margin-right: 15px;
    width: 76px;
}


/*  Elements ---------------------------*/
#contact label, #contact input, #user label, #user input {
    display: block;
    float: left;
    width: 180px;
}
#fs-userinfo #user #fli-street input { width: 391px; }
#user #fli-state #state {
    font-size: 12px;
    line-height: 1.3;
    width: 180px;
}
.jl-rt-column #subs label, .jl-rt-column #subs input, .jl-rt-column #payment label, .jl-rt-column #payment input, .jl-rt-column #fli-reject label, .jl-rt-column #fli-reject input, .jl-rt-column #fli-accept label, .jl-rt-column #fli-accept input {
    display:  inline;
    float: none;
}
#frmJoin2 #subs li input, #frmJoin2 #payment li input {
    margin-right: 5px;
    padding: 0px;
    width: auto;
}
#fli-cdname input {
    margin-bottom: 10px;
    width: 350px;
}
#frmJoin2 #fli-cdnum input, #frmJoin2 #fli-cdissue input { width: 150px; }
#frmJoin2 #fli-cdsecure input { width: 50px; }
#fli-cdstart select#smonth, #fli-cdexpire select#expmonth {
    float: left;
    margin-right: 30px;
    width: 90px;
}
#fli-cdstart select#syear, #fli-cdexpire select#expyear {
    float: left;
    width: 180px;
}
#fli-nopass input { margin-right: 13px; }
#fli-accept label, #fli-reject input, #fli-accept input, #fli-reject input { width: auto; }
#payment label img { vertical-align:middle; }
#creditcard label img {
    display: block;
    height: 37px;
    width: 58px;
}
.list-radio li input {
    margin: 0px auto;
    width: 50px;
}
#fli-sm input, #fli-s input { width: 30px; }

/*--------------------------------------------------------------------------
=Confirm Pages
--------------------------------------------------------------------------*/
#jl-qconfirm #jl-wrapper {
    margin: 0px auto;
    width: 615px;
}
#jl-qconfirm .jl-feature {
    background-color: #B3CFD8;
    border: 2px solid #CC4000;
    color: #000066;
    font-size: 13px;
    margin: 30px auto 0px;
    padding: 0px;
    text-align: center;
    width: inherit;
}
#jl-qconfirm h1 { margin: 26px auto 20px; }
#jl-qconfirm .jl-feature h2 {
    color:#CC4000;
    font-size: 24px;
    font-weight: 900;
    margin: 0px auto 10px;
    padding-top: 75px;
}
#jl-qconfirm .jl-feature h3 {
    font-size:16px;
    margin-bottom: 70px;
}
#jl-qconfirm .jl-feature p {
    color: #000066;
    line-height: 1.4;
    margin: 0px auto;
    padding-bottom: 118px;
    width: 490px;
}

/*--------------------------------------------------------------------------
=Card Pages
--------------------------------------------------------------------------*/

.jl-cardspage h1 {
    color: #cc4000;
    font-size: 18px;
    margin:20px auto 0;
	padding:0px 38px 10px 122px;
	text-align:center;
    width:440px;
}
p.summary {
    font-size: 12px;
    margin: 15px auto;
    text-align: left;
    width: 920px;
}
#jl-writemsg p.summary {
    color: #000066;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    width: 100%;
}
.jl-cards-container {
    list-style-type: none;
    margin: 0px auto;
    padding: 0px;
    width: 100%;
}
.jl-cards-container li {
    clear: both;
    margin: 0px auto 15px;
    position: relative;
    width: inherit;
}
.jl-cards-container li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.jl-cards-container div {
    float: left;
	position:relative;
    width: 80%;
}
.jl-card a {

    height: 85px;
	left:0px;
    overflow: hidden;
	position:absolute;
	top:0px;
    width: 125px;
}
.jl-card a img {
    border: 0px none;
    display: block;
    height: 85px;
    width: 125px;
}
.jl-card h2, .jl-card p {
    color: #000066;
    font: normal 11px Verdana,Arial,Helvetica;
    margin: 0px;

	padding-left:143px;
}
.jl-card h2 {
    font-size: 13px;
    font-weight: 900;
	padding-left:143px;
    overflow: hidden;
}
.jl-card p {
    line-height: 1.3;
}
.jl-card p.whitespace { margin-bottom: 15px; }
.jl-cards-container .calltoaction {
    float: right;
    font-weight: 900;
    width: 18%;
}
.calltoaction a {
    color: #000066;
    clear: right;
    display: block;
    text-decoration: none;
}
.calltoaction a:hover { color: #cc4000; }
#jl-index .new {
    background-color: #B3CFD8;
    text-decoration: underline;
}
.thumb {
    display:block;
    position:relative;
    width:165px;
}
.new {
    background: transparent url(/jl/new.gif) right -4px no-repeat;
    height: 17px;
    overflow: hidden;
    padding-right: 30px;
}
.newflag {
    background: url(/jl/icons/img-newflag.png) 0 0 no-repeat transparent;
    display: block;
    height:50px;
    left:-1px;
    overflow: hidden;
    padding-right: 40px;
    position:absolute;
    top:-1px;
    width:50px;
}
.minheight {
    display:block;
    float:right;
    height:100px;
    width:1px;
}
.jl-cardspage #jl-wrapper hr { width: 920px; }

/*--------------------------------------------------------------------------
=Join1 Pages
--------------------------------------------------------------------------*/
#jl-join1 h1 {
    float: left;
    overflow: hidden;
    width: 600px;
}
#jl-join1 #mod-login {
    float: right;
    margin: 0px 0px 10px 10px;
}
#jl-join1 #mod-login form table tr td { background-color: none !important; }
#jl-join1 #mod-login form table tr td img {
    height: 0px;
    visibility: hidden;
}
#jl-join1 p { clear: left; }
#jl-join1 .txt-whitespace {
    clear: left;
    margin: 14px 0px 40px;
}

/*--------------------------------------------------------------------------
=News (Blog) Page
--------------------------------------------------------------------------*/
#jl-news #jl-wrapper {
    background-color: #F7FBFD;
    border: 1px #DF8C5E solid;
    line-height: 1.3;
    list-style-position: outside;
    list-style-type: none;
    padding: 40px 30px;
    width: 590px;
}
#jl-news #jl-wrapper li {
    margin-bottom: 40px;
    overflow: hidden;
    width: 590px;
}
.news-card .jl-feature {
    background-color: none;
    border: 0px none;
    display: block;
    height: 272px;
    margin: 10px auto;
    width: 400px;
}
.news-process .jl-feature {
    background-color: none;
    border: 0px none;
    float: left;
    height: 255px;
    margin: 0px auto;
    overflow: hidden;
    width: 400px;
}
.news-card .static {
    display:block;
    height:auto;
    margin: 10px 0;
}
.news-card .static img {
    display: block;
    margin:0 auto;
}
.news-card .lg-format { width: 500px; }
.news-process .pic {
    border: 0px none;
    float: left;
    height: auto;
    margin: 20px 20px 0px 0px;
    width: 145px;
}
.news-card .jl-feature img, .news-process .pic img, .news-process .jl-feature img {
    border: 0px none;
    height: inherit;
    width: inherit;
}
.news-card h1 {
    font-size: 14px;
    font-weight: 900;
    text-align: center;
}
.news-card .subheader {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}
.news-process .title {
    color: #CC4000;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}
.news-card .entry {
    margin: 10px auto 0px;
    width: 590px;
}
.news-process .caption {
    clear: both;
    margin: 10px auto;
    overflow: hidden;
    padding-top: 20px;
    width: 590px;
}
#jl-news #jl-wrapper .container {
    height: auto;
    padding-bottom: 40px;
    margin: 0px auto;
    width: 585px;
}
#jl-news #jl-wrapper .container .pic-lt {
    border: 0px none;
    float: left;
    margin-right: 5px;
}
#jl-news #jl-wrapper .container #molly {
    margin-bottom: 18px;
}
#jl-news #jl-wrapper .container .pic-rt {
    border: 0px none;
    float: right;
    margin-left: 5px;
}
#jl-news #jl-wrapper .anchors {
    float: right;
    text-align: left;
    margin-top: 10px;
}


/*--------------------------------------------------------------------------
=Terms Page
--------------------------------------------------------------------------*/
#jl-terms #jl-wrapper {
    margin: 10px 20px;
    width: auto;
}
#jl-terms address { font-style:normal; }
.jl-termslink { text-decoration:none; }

/*--------------------------------------------------------------------------
=Log On / Log Off Page
--------------------------------------------------------------------------*/
#jl-logon #jl-wrapper, #jl-logoff #jl-wrapper {
    margin: 10px auto;
    width: 995px;
}

/*--------------------------------------------------------------------------
=Chudleigh Pages
--------------------------------------------------------------------------*/
#jl-chudleigh .caption {
color: #000;
font-weight: 900;
text-align: center;
}

/*--------------------------------------------------------------------------
=SPRITE ICONS
--------------------------------------------------------------------------*/
.icon-a, .icon-b, .icon-c, .icon-d, .icon-e, .icon-f, .icon-g, .icon-h, .icon-i, .icon-j, .icon-k, .icon-l,
.icon-m, .icon-n, .icon-o, .icon-p, .icon-q, .icon-r, .icon-s, .icon-t, .icon-u, .icon-v, .icon-w, .icon-x,
.icon-y, .icon-z, .icon-aa, .icon-bb, .icon-cc, .icon-dd, .icon-ee, .icon-ff, .icon-gg, .icon-hh, .icon-ii,
.icon-jj, .icon-kk, .icon-ll,  .icon-mm, .icon-nn,  .icon-qq, .icon-uu, .icon-eee {
	background-image:url(/jl/icons/sprite_v1.png);
	background-repeat:no-repeat !important;
	padding: 8px 0 6px 29px !important;
	display:block;
}
.icon-a{background-position:0px 0px;}
.icon-b{background-position:0px -50px;}
.icon-c{background-position:0px -100px;}
.icon-d{background-position:0px -150px;}
.icon-e{background-position:0px -200px;}
.icon-f{background-position:0px -250px;}
.icon-g{background-position:0px -300px;}
.icon-h{background-position:0px -350px;}
.icon-i{background-position:0px -400px;}
.icon-j{background-position:0px -450px;}
.icon-k{background-position:0px -500px;}
.icon-l{background-position:0px -550px;}
.icon-m{background-position:0px -600px;}
.icon-n{background-position:0px -650px;}
.icon-o{background-position:0px -700px;}
.icon-p{background-position:0px -750px;}
.icon-q{background-position:0px -800px;}
.icon-r{background-position:0px -850px;}
.icon-s{background-position:0px -900px;}
.icon-t{background-position:0px -950px;}
.icon-u{background-position:0px -1000px;}
.icon-v{background-position:0px -1050px;}
.icon-w{background-position:0px -1100px;}
.icon-x{background-position:0px -1150px;}
.icon-y{background-position:0px -1200px;}
.icon-z{background-position:0px -1250px;}
.icon-aa{background-position:0px -1300px;}
.icon-bb{background-position:0px -1350px;}
.icon-cc{background-position:0px -1400px;}
.icon-dd{background-position:0px -1450px;}
.icon-ee{background-position:0px -1500px;}
.icon-ff{background-position:0px -1550px;}
.icon-gg{background-position:0px -1600px;}
.icon-hh{background-position:0px -1648px;}
.icon-ii{background-position: 0px -1700px;}
.icon-jj{background-position: 0px -1750px;}
.icon-kk{background-position: 0px -1800px;}
.icon-ll{background-position: 0px -1850px;}
.icon-qq{background-position: 0px -1900px;}
.icon-uu{background-position: 0px -1950px;}
.icon-eee{background-position:0px -2000px;}
.icon-mm{background-position:0px -2050px;}
.icon-nn{background-position:0px -2100px;}

/*--------------------------------------------------------------------------
=Send Card Page
--------------------------------------------------------------------------*/
#jl-sendcard #jl-wrapper {
    position: relative;
    width: 700px;
}

#jl-sendcard #jl-sendhead {
    position: relative;
}

#jl-sendcard .intro { width: 635px; }
#jl-sendcard .intro p {
    clear: right;
    font-size: 12px;
    margin: 0 0 16px;
    overflow: hidden;
    width: 480px;
}
#jl-sendcard .intro #featThumb {
    position: absolute;
    right :35px;
    top: 0px;
}
#frmSendCard {
    margin: 30px auto 0px;
    overflow: hidden;
    width: 635px;
}
.fbase ul, .fbase ul li, .fbase ul li ul {
    list-style-type:none;
    margin: 0px;
    padding: 0px;
}
#frmSendCard fieldset {
    overflow: hidden;
    width: 635px;
}
#frmSendCard .caption {
    font: normal 10px Verdana;
    overflow: hidden;
    width: 300px;
}
#frmSendCard h2, #fli-sender label, #fli-date h3, #fli-message label, #fli-greetings label, #fli-3111869 label, #fli-3111873 label, #fli-fbfriends label{
    color:#080F6A;
    display: block;
    font: 900 12px Verdana, Arial, Helvetica, sans-serif;
    margin:20px 0 8px;
}
#fli-contacts #h3 {
    clear: both;
    color: #CC4000;
    margin-top:9px;
}
#fli-fbfriends label {
    margin-top:0px;
}

/* ================================= */
.hidden {
    height: 0px;
    text-indent: -5000px;
}

fieldset.jl-lt-column.hidden ol{
    list-style-type: none;
}

fieldset#recipient {
    border:1px solid #B3CFD8;
    margin-left:18px;
    position: relative;
    width:590px;
}
#recipient .content {
    float:left;
    margin: 10px 0px 0px 5px;
    overflow: hidden;
    width: 400px;
}
.jl-base fieldset#recipient ol {
    margin: 0px auto;
    overflow: hidden;
}
#jl-sendcard #recipient ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding: 0 0 10px 30px;
    width:365px;
}
#jl-editcard #recipient ol { list-style-type: none; }
fieldset#recipient ol li ul li {
    float:left;
    margin:0 16px 0 0;
    padding: 0px;
    width: 148px;
}
fieldset#recipient .inputs {
    height: 16px;
    display: list-item;
    margin:0 auto 15px;
    padding: 0px;
    position: relative;
    width: 340px;
}
#jl-sendcard .inputs ul, #jl-editcard .inputs ul {
    list-style-type:none;
    margin: 0px auto;
    overflow:hidden;
    position: absolute;
    top: 0px;
    width:340px;
}
fieldset#recipient .inputs input {
    height: 16px;
    margin: 0px;
    padding: 0px;
    width: 145px;
}
#recipient .buttons label { display: inline; }
fieldset#recipient .inputs .hidden { display: none; }
fieldset#recipient .buttons { list-style-type: none; }
.buttons #addaddress {
    height: 13px;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    width: 13px;
}
#recipient label, #recipient span {
    display: block;
    width:158px;
}
#recipient .jl-lt-label {
    float: left;
    margin: 0px;
}
#recipient .jl-rt-label {
    float: left;
    margin:0 0 0 18px;
}
#recipient .subheader {
    font-weight:900;
    margin: 0px auto;
    overflow:hidden;
    padding-left:45px;
    width:355px;
}
#recipient .subheader span { width: 145px; }
#fli-mrecipients {
    margin:0 auto 20px;
    width: 160px;
}
/* ================================= */

.jl-base fieldset.jl-ageinput ol {
    overflow: hidden;
    padding: 0px;
    width: inherit;
}
fieldset.jl-ageinput label {
    display: block;
    font-weight: 900;
}

/*= Send Card Customize Options
--------------------------------------------------------------------------*/
#customize ul li {
    clear: left;
    margin-bottom:8px;
}
#fromname1,
#send_now,
#fldHeaderNum,
#fldMessage,
#fldAge1,
#fldAge2,
#jl-fb-signed-out,
#jl-fb-signed-in,
#adventcal {
    margin-left:30px;
}

/*= Send Card Personal Message
--------------------------------------------------------------------------*/
#fldMessage {
    height: 122px;
    overflow-y: scroll;
    width: 574px;
}

/*= Send Card Sender Name
--------------------------------------------------------------------------*/
#fli-sender #fromname1 { width: 156px; }
fieldset#customize #fromname1, .jl-ageinput input { margin-right: 10px; }
#fli-sender label {
    display: block;
    font-weight: 900;
}

/*= Send Card When To Send
--------------------------------------------------------------------------*/
#customize #senddate { width: 100%; }
#customize #senddate li {
    display: inline;
    padding-right:10px;
}
#customize #senddate li select, #customize #fldHeaderNum { font-size: 13px; }
#senddate .hidden {
    display: none;
    visibility: hidden;
}
/*= Send Card Additional Gifts Available
--------------------------------------------------------------------------*/
#customize #fli-giftsub ul{
	margin-left: 30px;
	padding-top:5px;
}

#customize #fli-giftsub ul li{
    margin-bottom: 12px;
    position:relative;
}

#fli-giftsub label {
	padding-left: 26px;
	padding-right: 2px;
	position: relative;
}

#customize #fli-giftsub .icons {
	background: transparent url(/jl/icons/gift_icons.png) no-repeat 0 0;
	height: 24px;
	left: 0;
	position: absolute;
	top:-7px;
	width: 22px;
}

#customize #fli-giftsub span.ico-adv-circus {
	background: transparent url(/jl/circus/circus_icon.png) no-repeat 0 0;
}

#customize #fli-giftsub .ico-gift {
	background-position: 0px 0px;
}

#customize #fli-giftsub .ico-adv-london {
	background-position: 0px -100px;
}

#customize #fli-giftsub .ico-adv-alpine {
	background-position: 0px -150px;
}

#customize #fli-giftsub .ico-adv-edwardian {
    background-position: 0px -200px;
}

#customize #fli-giftsub .ico-plus {
	background-position: 0px -12px;
}

/* ================================= */

#fli-buttons { width: 400px; }
#mod-addressbook {
    background-color:#B3CFD8;
    float:right;
    margin: 0px;
    overflow: hidden;
    padding: 0px 10px 10px 10px;
    position: relative;
    width: 160px;
}
#fli-message { width: 605px; }
#fli-message label {
    display: block;
    font-weight:900;
}
#fli-contacts {
    margin-top: 12px;
    text-align:center;
}
#fli-contacts h3 { color: #CC4000; }
#quicklist {
    border: 0px none;
    height: 150px;
    margin-top: 15px;
    width: 160px;
}
#mod-addressbook ul#addr-scroll {
    background-color: #FFF;
    height: 155px;
    margin: 12px auto 0px;
    overflow: scroll;
    padding:5px 0 0 5px;
    position: relative;
    text-align:left;
    width: 150px;
}
#addr-scroll li {
    height:17px;
    margin:0px;
    padding: 0px 0px 0px 20px;
    position:relative;
    width: 130px;
}
#addr-scroll label {
    white-space: nowrap;
    width:auto;
}
#addr-scroll .checkbox {
    height: 13px;
    left: 0px;
    margin:0;
    padding:0;
    position: absolute;
    vertical-align: top;
    width: 13px;
}
#fli-contacts .button {
    color:#000066;
    font-size:11px;
    position: relative;
    width: 165px;
}
#selectfew { margin-top:13px; }
#selectall { margin:5px 0 13px; }
span.ico-plus {
    background: url(/jl/icons/sprite_icons.gif) no-repeat 0px -12px;
    height:13px;
    left: 5px;
    position: absolute;
    width: 15px !important;
}
span.ico-arrow {
    background: url(/jl/icons/sprite_icons.gif) no-repeat 0px 2px;
    height: 13px;
    left: 3px;
    position: absolute;
    width: 27px !important;
}
#recipient .text {
    left: 5px;
    padding:0 0 0 30px;
    position: relative;
    text-align:left;
    top: 0px;
    white-space:nowrap;
    width: auto;
}
#btnrecipients {
    color:#000066;
    font-size:11px;
    margin:0px;
    padding:0;
    position: relative;
    width: 160px;
}
#btnrecipients .buttontext {
	padding-left:20px;
	text-align:left;
}
#customize #fli-buttons {
    margin: 22px auto 0px;
    width: 300px;
}
#customize #fli-buttons input {
    cursor: pointer;
    font-size: 11px;
    height: 19px;
    margin: 0px 5px;
    padding:0;
    vertical-align:top;
    width: 123px;
}
#customize #fli-card-preview {
    text-align: right;
    margin-right: 4px;
    margin-top:2px;
}
#customize #btnSendCard {
    background:transparent url(/jl/icons/sprite_buttons.gif) no-repeat scroll 0 0;
    border:0 none;
    cursor: pointer;
    width:123px;
}
#jl-sendcard .errmsg, #jl-editcard .errmsg { width:520px; }
#jl-sendcard .facebook {
    padding-bottom:10px;
    padding-left:32px;
    position:relative;
    vertical-align:text-bottom;
}
#jl-sendcard #fb {
    background-position:0 -373px;
    cursor: pointer;
    height:22px;
    left:0;
    position:absolute;
    width:22px;
}
.logos { background: transparent url(/jl/icons/tm_logos.jpg) no-repeat 0px 0px; }

/*--------------------------------------------------------------------------
=Edit Card Page
--------------------------------------------------------------------------*/
#jl-editcard #jl-wrapper {
    position: relative;
    width: 700px;
}
#jl-editcard #jl-edithead {
    position: relative;
}
#jl-editcard .intro { width: 650px; }
#jl-editcard .intro p {
    margin: 0px;
    overflow: hidden;
    width: 400px;
}
#jl-editcard .intro #featThumb {
    position:absolute;
    right:35px;
    top:0;
}

/*--------------------------------------------------------------------------
=Rjoin Payment Page
--------------------------------------------------------------------------*/
#jl-rjoin #giftmemb {
    text-align: left;
    width: 530px;
}



/*--------------------------------------------------------------------------
=Gift Membership Page
--------------------------------------------------------------------------*/
#frmGiftpay .align-input {
    margin:3px 0px;
    padding-left:25px;
    position:relative;
    width:570px;
}
#frmGiftpay .radio {
    left:0;
    margin:0;
    position:absolute;
    top:0;
    vertical-align:top;
}
#frmGiftpay .checkbox {
    left:0;
    margin:0;
    position:absolute;
    top:0;
    vertical-align:top;
}

/*--------------------------------------------------------------------------
=Screensavers Page
--------------------------------------------------------------------------*/
#jl-screensavers #jl-wrapper {
    width: 960px;
}

#jl-screensavers #jl-sslist {
    list-style-type: none;
    margin: 30px auto 0px;
    overflow: hidden;
    padding: 0px;
}

#jl-screensavers #jl-sslist:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    zoom: 1;
}

.jl-product {
    height: 170px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

#jl-screensavers .jl-product {
    float: left;
    height: 188px;
    overflow: visible;
    width: 50%;
}

#jl-screensavers #jl-sslist:after,
#jl-screensavers .jl-product:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    zoom: 1;
}

#jl-screensavers .jl-product img {
    display: block;
    float: left;
    margin-right: 20px;
    vertical-align: text-top;
}

#jl-ss3112170 img {
    margin-left: 25px;
}

#jl-screensavers .jl-product .copy {
    float: left;
    height: 181px;
    margin-top: 7px;
    position: relative;
    text-align: left;
    width: 175px;
}

#jl-screensavers .jl-product .copy p {
    margin: 8px auto;
}

.jl-product h3 { font-style: italic;  }
.jl-product a {
    display: block;
    margin: 10px 0px;
    outline: none;
    text-decoration: none;
}

#jl-screensavers .anchors {
    bottom: 0px;
    margin: 0;
    position: absolute;
}

/*--------------------------------------------------------------------------
=Links Page
--------------------------------------------------------------------------*/
.jl-ad {
    background-color: #EBEBE4;
    border: 1px #A5ACB2 solid;
    font: normal 12px Verdana;
    height: 56px;
    margin: 0px auto;
    padding: 10px;
    white-space:normal;
    width: 554px;
}
#jl-linkpage #jl-wrapper {
    margin: 0px auto;
    width: 800px;
}
.jl-cotm {
    margin: 0 auto;
    width: 800px;
}
.jl-cotm a {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 300px;
}
.jl-cotm a img {
    height: 170px;
    margin: 10px auto;
    width: 250px;
}
/*--------------------------------------------------------------------------
=Tracking Pixels
--------------------------------------------------------------------------*/
.tracking {
    display: block;
    left: -9999px;
    position: absolute;
}
/*--------------------------------------------------------------------------
=ViewCard / Preview Pages
--------------------------------------------------------------------------*/
body#jl-viewcard, body#jl-preview {
    font-size: 0px;
    line-height: 0px;
}
#jl-preview #FlashProduct_div { height: 95%; }
/* commenting out because this over rides jl-preview page in cascade
body#jl-preview .jl-fontjax {
    line-height: 20px;
    margin-bottom: 0px;
    padding: 0px;
}*/

/*--------------------------------------------------------------------------
=ViewCard / Preview Pages *MOBILE*
--------------------------------------------------------------------------*/
body#jl-viewcard #jl-tnxyou #jl-wrapper.mobile #jl-prod-content,
body#jl-preview #jl-tnxyou #jl-wrapper.mobile #jl-prod-content {
	margin: auto;
	width: 640px;
}

body#jl-viewcard #jl-tnxyou #jl-wrapper.mobile,
body#jl-preview #jl-tnxyou #jl-wrapper.mobile {
	margin: auto;
	width: 800px;
}

body#jl-viewcard .mobile p,
body#jl-preview .mobile p {
	line-height: 16px;
	margin: 25px 0;
}

body#jl-viewcard .mobile p#mobile_message,
body#jl-preview .mobile p#mobile_message {
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    margin-top: 80px;
	padding-bottom: 20px;
}

body#jl-viewcard .mobile #caption,
body#jl-preview .mobile #caption {
	font-size: 32px;
	line-height: 32px;
    text-align: center;
}

body#jl-viewcard .mobile .action-options,
body#jl-preview .mobile .action-options {
    font-family: 'jaxfont2',serif;
	font-size: 16px;
	line-height: 1.5em;
	margin-top: 10px;
}

body#jl-viewcard .mobile #reply_message,
body#jl-preview .mobile #preview_message {
    font-family: jaxfont2;
    font-size: 20px;
    line-height: 26px;
    margin: 20px;
    text-align: center;
}

body#jl-viewcard .mobile a,
body#jl-preview .mobile a {
    margin: 0 5px;
}

body#jl-viewcard .mobile a#sendreply,
body#jl-preview .mobile a.send {
    margin: 0 30px 0 5px;
}

body#jl-viewcard .mobile a#copyright,
body#jl-preview .mobile a#copyright {
    float: right;
}

body#jl-viewcard .mobile #mobile-brightcove-experience,
body#jl-preview .mobile #mobile-brightcove-experience {
	margin-bottom: 5px;
}


/*--------------------------------------------------------------------------
=Lightboxes
--------------------------------------------------------------------------*/
#jl-lightbox {
    height: 1000px;
    left: 0px;
    list-style-type: none;
    margin: 0px;
    overflow:hidden;
    padding-top: 0px;
    position: absolute;
    top: 0px;
    width:100%;
    z-index: 2;
}
#jl-lightbox #lb-wrapper {
    height: 100%;
    left: 0px;
    margin: 0px;
    overflow: hidden;
    padding-top: 160px;
    position: absolute;
    top: 0px;
    width: 100%;
}
#jl-lightbox .transparent {
    background-color: #8C9DA4;
    height: 100%;
    left: 0px;
    margin: 0px;
    opacity: 0.8;
    padding: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: -1;
}
#lb-content {
    background-color: #FFF;
    height: auto;
    margin: 0px auto;
    padding: 27px 25px 20px;
    width: 350px;
}
.lb-copy {
    line-height: 1.5;
    margin: 12px;
}
.lb-images { display: block; }
.lb-images a {
    margin: 0px 10px;
    vertical-align:top;
}
.lb-images a img { border: 0px none; }

/*--------------------------------------------------------------------------
= JL Note Card Preview Lightbox
--------------------------------------------------------------------------*/
#notecardpreview-lightbox {
	width:1070px;
	height:860px;
}
#previewlightbox {
	width:1024px;
	height:794px;
	padding: 10px;
	margin:10px;
	background-color:#fff;
}
#previewlightbox .close-lightbox {
	background:none;
	height:28px;
	position:absolute;
	right:2px;
	top:0;
	padding:0;
}
#previewlightbox #lightbox-image {
	width:1024px;
	height:794px;
}
#jl-cardhistory .jl-notecard-flash, #jl-cardspending .jl-notecard-flash {
	margin:auto;
	height:794px;
	width:1027px;
}

/*--------------------------------------------------------------------------
= JL Letter Preview Lightbox
--------------------------------------------------------------------------*/
#letterpreview-lightbox #previewlightbox,
#letterpreview-lightbox #previewlightbox #lightbox-image,
#jl-cardhistory #letterpreview-lightbox .jl-notecard-flash,
#jl-cardspending #letterpreview-lightbox .jl-notecard-flash {
	height: 700px;
	width: 933px;
}


/*--------------------------------------------------------------------------
=Tooltips
--------------------------------------------------------------------------*/
.tooltip {
    background-color: #E1EEF0;
    border: 1px solid #000066;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    display: none;
}
.tooltip h4 {
    font: 900 11px Verdana;
    margin: 0px 0px 10px;
    text-align: center;
}
.tooltip p {
    font-size: 11px;
    margin: 5px auto;
    padding: 0px;
}
.tooltip .close {
    display: block;
    height: 12px;
    margin: 3px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    width: auto;
}
.open, .toggle { display: block !important; }

/*--------------------------------------------------------------------------
=New Error Message Formatting
--------------------------------------------------------------------------*/

#jl-error {
	background: #ffc;
	border: 1px solid #c00;
    line-height: 1.5;
	margin: 20px auto;
	padding: 2px 10px;
	position:relative;
}
#jl-error .jl-erroricon {
	background: url(/jl/icons/sprite_icons.gif) no-repeat 0 -103px transparent;
	height:22px;
	left:10px;
	padding:0;
	position:absolute;
	top:5px;
	width:25px;
}
#jl-error h2 {
	color: #000 !important;
	font-size:13px !important;
	margin:3px 0 3px 40px !important;
}
#jl-error ul {
	color: #c00;
	list-style:disc !important;
	margin: 0 0 5px 23px !important;
	padding-left:30px !important;
}
#jl-error ul li {
	padding:1px 0;
}
#jl-error p {
	color: #ff0000;
	margin: 0 0 5px 56px;
}
.error-message {
	color:#cc0000;
	display:block;
	padding:1px;
}

form fieldset ul li .error-message {
	position:absolute;
	bottom:12px;
	left:230px;
}
#jl-signin form fieldset ul li .error-message { bottom:8px; }
#jl-adventlanding form fieldset ul li .error-message {left:0; bottom:10px;}
#jl-signin form fieldset ul li .error-message {left:173px;}

#jl-resetpassword form fieldset ul li .error-message { bottom:8px; }
#jl-resetpassword form fieldset ul li .error-message {left:173px;}

form fieldset li.jl-formerror {
	background-position:right 1px;
	background-repeat:no-repeat;
	position:relative;
}
form li.jl-formerror {
	background-image:url("/jl/icons/error_icon.gif");
}
#jl-advent-landing form li.jl-formerror {
	background-image:none;
}
form fieldset li.jl-formerror label {
	color:#CC0000 !important;
	font-weight:bold;
}
form fieldset li.jl-formerror input.text, form fieldset li.jl-formerror textarea,
form fieldset li.jl-formerror select {
	background-color:#FFFFCC;
}

form li.jl-formerror input.text, form li.jl-formerror .textarea,
form li.jl-formerror select {
	border:1px solid #c00;
}

#jl-signin form fieldset#fs-reginfo li.jl-formerror { background-position: 325px 2px; }
#jl-resetpassword form fieldset#fs-ResetPassword li.jl-formerror { background-position: 331px 2px; }
#jl-adventregister form fieldset#fs-reginfo li.jl-formerror { background-position: 445px 2px; }
#jl-adventregister form fieldset#fs-reginfo li#fli-password.jl-formerror,
#jl-adventregister form fieldset#fs-reginfo li#fli-confirmpassword.jl-formerror { background-position: 265px 2px; }
#jl-adventpayment form fieldset#fs-cardinfo li.jl-formerror { background-position: 381px 2px; }
#jl-adventpayment form fieldset#fs-cardinfo li#fli-cd_cvv2.jl-formerror { background-position: 308px 2px; }
#jl-adventpayment form fieldset#fs-cardinfo li#fli-cd_emonth.jl-formerror { background-position: 337px 2px; }

#jl-adventlanding form fieldset#fs-advent-inputs li.jl-formerror span.jl-outsidewarning {
	background-image:url("/jl/icons/error_icon.gif");
	display:block;
	height:16px;
	left:292px;
	position:absolute;
	top:2px;
	width:17px;
	clear:both;
}
#jl-adventlanding form fieldset#fs-advent-inputs li#fli-email.jl-formerror span.jl-outsidewarning {
	top:16px;
}

/*--------------------------------------------------------------------------
=Cross sell content on multiple pages
--------------------------------------------------------------------------*/
#jl-crosssell {
	clear:both;
	margin:40px 0;
	overflow:hidden;
	position:relative;
	padding-top:20px;
}
#jl-crosssell ul {
	list-style:none;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	width:880px;
}
#jl-crosssell ul li {
	float:left;
	position:relative;
	width:410px;
}
#jl-crosssell ul li h2{
	margin-top:5px;
}
#jl-crosssell ul li h2 a{
	color:#cc4000;
}

#jl-crosssell ul li p{
	height:85px;
	padding:0px 185px 30px 0px;
	position:relative;
}
#jl-crosssell ul li span{
	float:left;
	width:85px;
}
#jl-crosssell ul li span p{
	margin-top:0;
}
#jl-crosssell ul li p img{
	position:absolute;
	right:0px;
	top:0px;
}
#jl-crosssell ul li input{
	bottom:0px;
	left:0px;
	position:absolute;
}
li.jl-crosssell-left {
	margin-right:60px;
}
#jl-crosssell a {
	text-decoration:none !important;
}
.jl-crosssell-top {
	position:relative;
	overflow:hidden;
}
#jl-crosssell ul li .wrap-img, .jl-crosssell-top .wrap-img {
	margin-left:20px;
	margin-bottom:0;
}
#jl-crosssell button, .jl-crosssell-top button {
	position:absolute;
	bottom:0px;
	left:0;
	width:110px;
	z-index:500;
}
.jl-crosssell-thumb {
    overflow: hidden;
    position: relative;
    width: 170px;
}
.jl-crosssell-thumb a {
    height: 250px;
    width: 165px;
}
.jl-crosssell-thumb .thumb {
    border:0 none;
    clear: both;
    display: block;
    margin: 10px auto 0;
}
#jl-crosssell .jl-crosssell-thumb .button {
    background: url('/jl/icons/sprite_buttons.gif') no-repeat 0 -72px transparent;
    border: 0 none;
    bottom:auto;
    display: block;
    font-size: 11px;
    height: 24px;
    left:auto;
    margin: 10px auto 0;
    position:inherit;
    width: 124px;
    font-weight: bold;
    position: relative;
}
.jl-confirmationnum {
    padding-left:2px;
}

/*--------------------------------------------------------------------------
=Sign In page
--------------------------------------------------------------------------*/
#jl-signin #jl-wrapper ul {
	list-style:none outside none;
	margin:0;
	padding:0;
}
#jl-resetpassword #jl-wrapper ul {
	list-style:none outside none;
	margin:0;
	padding:0;
}
#jl-signin #frmSignin {
	width:545px;
}
#jl-resetpassword #frmResetPassword {
	width:545px;
}
#jl-signin #frmSignin ul li {
	height:45px;
	overflow:hidden;
	position:relative;
	width:100%;
}
#jl-resetpassword #frmResetPassword ul li {
	height:45px;
	overflow:hidden;
	position:relative;
	width:100%;
}
#jl-signin #frmSignin ul li input.text {
	width:143px;
}
#jl-resetpassword #frmResetPassword ul li input.text {
	width:143px;
}
#jl-signin #frmSignin #fli-email label, #jl-signin #frmSignin #fli-password label {
	float:left;
	margin-right:20px;
	margin-top:2px;
	text-align:right;
	width:155px;
}
#jl-resetpassword #frmResetPassword #fli-email label, #jl-resetpassword #frmResetPassword #fli-newpassword label, #jl-resetpassword #frmResetPassword #fli-confirmpassword label {
	float:left;
	margin-right:20px;
	margin-top:2px;
	text-align:right;
	width:155px;
}
#jl-signin #frmSignin #fli-autologin {
	margin-bottom:10px;
	margin-left:170px;
}
#jl-signin  .btnContinue {
	background:url("/jl/icons/sprite_buttons.gif") no-repeat scroll 0 -72px transparent;
	border:0 none;
	cursor:pointer;
	display:block;
	height:23px;
	margin:0px auto 5px;
	width:126px;
}
#jl-resetpassword  .btnSubmit {
	background:url("/jl/icons/sprite_buttons.gif") no-repeat scroll 0 -72px transparent;
	border:0 none;
	cursor:pointer;
	display:block;
	height:23px;
	margin:0px auto 5px;
	width:126px;
}
.btn-nextstep {
	display:block;
	font-size:10px;
	margin:5px auto;
	text-align:center;
}

/*--------------------------------------------------------------------------
=Advent Calendar Section on activate pages and sendcard2 page
--------------------------------------------------------------------------*/
#jl-sendcard2 #jl-wrapper, #jl-notecardsendconfirm #jl-wrapper { width: 900px; }
#jl-ractivate .subheader, #jl-ractivate .inputs,
#jl-activate .subheader, #jl-activate .inputs,
#jl-sendcard2 .subheader, #jl-sendcard2 .inputs {
	margin-left:45px;
	padding-bottom:4px;
	padding-left:22px;
	width:700px;
	overflow:hidden;
}
#jl-ractivate .subheader,
#jl-activate .subheader,
#jl-sendcard2 .subheader {
	border-bottom:1px solid #77A5B5;
	color:#080F6A;
	font-weight:bold;
}
#jl-ractivate .subheader span, #jl-ractivate .inputs span,
#jl-activate .subheader span, #jl-activate .inputs span,
#jl-sendcard2 .subheader span, #jl-sendcard2 .inputs span {
	width:165px;
}
#jl-ractivate  .jl-lt-label,
#jl-activate  .jl-lt-label,
#jl-sendcard2  .jl-lt-label {
	float:left;
	margin:0;
	overflow:hidden;
	width:265px !important;
}
#jl-ractivate  .jl-ctr-label,
#jl-activate  .jl-ctr-label,
#jl-sendcard2  .jl-ctr-label {
	float:left;
	margin:0 0 0 18px;
}


/*--------------------------------------------------------------------------
=Lightbox
--------------------------------------------------------------------------*/
#agi-overlay{
	background-color: grey;
	filter: Alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}
#lightbox-content{
	padding:10px 5px 15px;
	line-height: 16px;
	clear:both;
}

#lightbox {
	background-color:#fff;
	height: 400px;
	padding: 0 15px;
	margin:10px auto;
	width: 400px;
}

#jl_lightbox {
	left:35% !important;
}
#jl_lightbox .join-or-renew {
	height:130px;
}
.jl-x1, .jl-x2, .close-lightbox {
	background-image:url("/jl/advent/rounded_corners.png");
}

.jl-x1 {
	background-position:0 0;
	top:-10px;
}
.jl-x2 {
	background-position:-431px 0;
	bottom:-10px;
}
.jl-x1, .jl-x2 {
	background-color:transparent;
	background-repeat:no-repeat;
	display:block;
	height:10px;
	left:0;
	position:absolute;
	width:430px;
	z-index:1002;
}
.close-lightbox{
	float:right;
	background-position:-828px 0;
	bottom:0px;
	height:16px;
	padding-right:20px;
	font-size:11px;
}
.header-lightbox {
	float:left;
}
#lightbox h2 {
	margin-top:0;
}
#lightbox-image {
	width:400px;
	text-align:center;
}
/*=  Lightbox Advent Calendar
--------------------------------------------------------------------------*/
#advent-lightbox {
	height: auto;
	overflow: hidden !important;
	width: 430px;
}
#advent-lightbox #lightbox{
	background-color: #FFFFFF;
	height: auto;
    margin: 0 auto;
    padding: 15px;
    width: 400px;
}
#lightbox_positioning{
	position:absolute;
	left: 40%;
	top:100px;
}
#jl_lightbox, #renew-screensavers-lightbox {
/*	width:430px;
	height:150px;*/
	overflow:hidden !important;
}
#adventdemo-lightbox {
	width:830px;
	height:535px;
	overflow:hidden !important;
}
#adventdemo-lightbox #lightbox-image{
	margin: 0 auto;
}
#adventdemo-lightbox #lightbox {
	width:800px;
	height:515px;
	position:relative;
}
#adventdemo-lightbox .jl-x1, #adventdemo-lightbox .jl-x2, #adventdemo-lightbox .close-lightbox {
	background-image:url("/jl/advent/rounded_corners_large.png");
}
#adventdemo-lightbox .jl-x1, #adventdemo-lightbox .jl-x2 {
	width:830px;
}
#adventdemo-lightbox .jl-x2 {
	background-position:-831px 0;
}
#adventdemo-lightbox .close-lightbox {
	background-position:-1628px 0;
}
#adventdemo-lightbox h2, #notecarddemo-lightbox h2 {
	color:#cc4000 !important;
	font-size:14px !important;
	margin:0 0 5px 0 !important;
}

#adventdemo-lightbox #lightbox-image{
	margin: 0 auto;
    padding-top: 37px;
	width:800px;
}

#jl-screensavers #lightbox {
	height:130px !important;
}
#jl-screensavers #renew-screensavers-lightbox {
	left:35% !important;
}

#download-lightbox #lightbox {
	margin: 0;
}

/*--------------------------------------------------------------------------
=Membership
--------------------------------------------------------------------------*/
#jl-membership h1 { margin-top: 10px; }
#jl-membership h4 {
    color: #FF0000;
    font-size: 11px;
    font-weight: normal;
    margin-top:30px;
    text-align: center;
}
#jl-membership h4 a {
    color: #000066;
    text-decoration:underline;
}
#jl-legal { margin-top: 35px; }
#jl-membership #tb-payment { margin-top:33px; }
/*--------------------------------------------------------------------------
=About Us jl-aboutus
--------------------------------------------------------------------------*/
body#jl-aboutus #jl-wrapper{
 margin:0 auto;
 width:770px;
}
body#jl-aboutus #jl-wrapper h1,
body#jl-aboutus #jl-wrapper h2{
	color:#CC4000;
	font-size:18px;
	font-weight:bold;
	margin:0px;
	padding-bottom:5px;
}
body#jl-aboutus .jl-person{
	display:block;
	overflow:hidden;
	padding-bottom:25px;
}
body#jl-aboutus .jl-person p{
	display:block;
}
body#jl-aboutus .jl-person img.leftimage{
	float:left;
	margin:0 20px 30px 0;
}
body#jl-aboutus .jl-person img.rightimage{
	float:right;
	margin:0 0 30px 20px;
}
body#jl-aboutus img.centerimage{
    display:block;
    height: 200px;
    margin:15px auto;
    width: 700px;
}



/*--------------------------------------------------------------------------
=Lightbox
--------------------------------------------------------------------------*/
/* #lightbox */
.jl-lightbox {
    background-color: #FFFFFF;
    height: auto;
    margin: 0 auto;
    padding: 0;
	position:relative;
}
.jl-lightbox .jl-wrapper {
    background-color: #fff;
    height: auto;
    margin: 0px auto;
    position: relative;
}
.jl-lightbox .close-lightbox {
    background-image:url("/jl/advent/rounded_corners.png");
    cursor: pointer;
    font-size: 11px;
    height: 16px;
    position: absolute;
    text-decoration: underline;
}
.jl-lightbox .radius {
    background: url("/jl/icons/sprite_corners.gif") no-repeat 0 0 grey;
    display:block;
    height: 20px;
    position: absolute;
    width: 20px;
}

/*--------------------------------------------------------------------------
=Collections (Lightbox)
--------------------------------------------------------------------------*/

#jl-joinrenew.jl-lightbox,
#jl-scrsavers.jl-lightbox {
    margin: 10px auto;
    padding: 12px 15px 0px 15px;
    width: 400px;
}
#jl-joinrenew .close-lightbox,
#jl-scrsavers .close-lightbox,
#jl-collections .close-lightbox {
    background-position:-828px 0;
    padding-right:20px;
    right: 10px;
    top: 12px;
}
#jl-preview #jl-collections .jl-wrapper {
    font-size: 12px;
    line-height:normal;
}
#jl-scrsavers.jl-lightbox h2
#jl-joinrenew.jl-lightbox h2,
#jl-scrsavers.jl-lightbox h2{
    margin: 0px;
    padding: 0px;
}
#jl-preview #jl-collections .jl-wrapper p { margin: 10px auto; }
#jl-collections.jl-lightbox { width: 550px; }
#jl-collections .jl-wrapper {
    padding: 19px 16px 25px;
    width: 518px;
}
#jl-collections #frmcollect {
    margin: 0px;
    padding: 0px;
}
#jl-collections #fs-buttons {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    text-align:center;
    width: 518px;
}
#jl-collections #fs-buttons ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#jl-collections #fs-buttons li {
    display:inline;
    text-align:center;
    width: 100px;
}
#jl-collections #fs-buttons label {
    float:left;
    line-height: 0;
    text-indent: -9999px;
}
#jl-collections #fs-buttons .imgreplace {
    background: url('/jl/icons/sprite_buttons.gif') no-repeat 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    height: 25px;
    margin: 0 auto;
    text-align:center;
}
#jl-collections #btn-cancel.imgreplace {
    background-position: 0 -124px;
    width:80px;
}
#jl-collections #btn-submit.imgreplace {
    background-position: 0 -150px;
    width:100px;
}
#jl-collections .hightlight {
    background-color: #D7E5EE;
    margin-bottom:27px;
    padding: 12px 23px 15px;
    width: 472px;
}
#jl-collections .jl-topleft {
    left: 0px;
    top: 0px;
}
#jl-collections .jl-topright {
    background-position:-30px 0;
    right: 0px;
    top: 0px;
}
#jl-collections .jl-bottomleft {
    background-position:0 -23px;
    bottom: 0px;
    left: 0px;
}
#jl-collections .jl-bottomright {
    background-position:-30px -23px;
    bottom: 0px;
    right: 0px;
}

/*--------------------------------------------------------------------------
=Survey header
--------------------------------------------------------------------------*/

#premiere #jl-wrapper .jl-surveyheader {
    position:relative;
}

#premiere #jl-wrapper .jl-surveyheader .header-cta {
    font-weight: bold;
    text-align: center;
}

#premiere #jl-wrapper .jl-surveyheader .header-desc {
    margin: auto;
    position: absolute;
    top: 0;
}

/*--------------------------------------------------------------------------
=Survey footer
--------------------------------------------------------------------------*/


.jl-surveyfooter {
    height: 30px;
    position: relative;
}

#premiere #jl-wrapper .jl-surveyfooter {
    margin: 10px auto;
    width: 800px;
    position: relative;
}

#premiere #jl-wrapper .jl-surveyfooter p {
    left: 0;
    position: absolute;
    text-align: left;
    top: 0;
}

.jl-surveyfootercta {
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

#premiere #jl-wrapper .jl-surveyfooter .jl-surveyfootercta {
    position: relative;
    text-align: center;
}

#premiere #jl-wrapper .jl-surveyfooter .jl-surveyfootercta p {
    position: relative;
    text-align: center;
}

#premiere #jl-wrapper .jl-surveyfooter .jl-fontjax {
    margin: auto;
}

/*--------------------------------------------------------------------------
=lightbox fix for where ever circus gets promo'd at
--------------------------------------------------------------------------*/
#circus-lightbox #lightbox {
    margin: 0px;
}


/*--------------------------------------------------------------------------
=Mobile Brightcove
--------------------------------------------------------------------------*/
#jl-preview #mobile-brightcove-experience {
    margin: 23px auto 23px auto;
    width: 640px;
}

#mobile-brightcove-experience {
    margin: 0 auto 23px auto;
    width: 640px;
}

.mobile-intro {
    margin: 0 auto 20px;
}

/*--------------------------------------------------------------------------
=IE upgrade
--------------------------------------------------------------------------*/
#preview-mask #preview-mask-cta .button {
    background-color: #e4905f;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border: 1px solid #000000;
	border-radius: 6px 6px 6px 6px;
    box-shadow: 1px 1px 2px #555555;
    -mox-box-shadow: 1px 1px 2px #555555;
    -webkit-box-shadow: 1px 1px 2px #555555;
    color: #000000;
	cursor: pointer;
    display: inline-block;
    font-size: 1.315em;
    padding: 4px 18px;
    text-align: center;
    text-decoration: none;
}

#preview-mask {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 550;
}

#preview-mask #preview-mask-bg {
    background: #7f7f7f;
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    height: 100%;
    left: 0;
    -moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	opacity: 0.6;
    top: 0;
    position: fixed;
    width: 100%;
}

#preview-mask #preview-mask-content {
    background-color: #c8e1eb;
    margin: 174px auto auto;
    max-width: 510px;
    position: relative;
    text-align: center;
    width: 510px;
}

#preview-mask #top-bar {
    background-color: #77a5b5;
    height: 30px;
    max-width: 510px;
    position: relative;
}

#preview-mask #close-window {
    color: #a5c4cd;
    cursor: pointer;
    float: right;
    font-size: 1.316em;
    margin: 5px 16px auto;
    position: relative;
    text-decoration: none;
}

#preview-mask #close-window .close-x-bg {
    border: 1px solid #a5c4cd;
    position: absolute;
    height: 15px;
    right: -2px;
    top: 2px;
    width: 15px;
}

#preview-mask #close-window .close-x {
    background-color: #77a5b5;
    padding: 0 2px;
}

#preview-mask #close-window img {
    margin: 4px 0 auto 10px;
}

#preview-mask #preview-cont-innerbx {
    margin: 27px auto auto auto;
    text-align: left;
    width: 429px;
}

#preview-mask #preview-cont-innerbx h2 {
    color: #4894ac;
    font-size: 1.716em;
    font-weight: normal;
    margin: 0 auto 7px;
    padding-bottom: 6px;
    width: 100%;
}

#preview-mask #preview-cont-innerbx p.maintext {
    color: #000000;
    margin: 6px auto 26px 0;
}


#preview-mask #preview-mask-cta {
    text-align: center;
}

#preview-mask #preview-cont-innerbx p.subtext {
    color: #575651;
    font-size: 0.916em;
    margin: 35px auto 6px 0;
}

#preview-mask div.preview-mask-no-thanks {
    background-color: #b4d1d9;
    color: #375a66;
    cursor: pointer;
    display: inline-block;
    margin-top: 23px;
    padding-bottom: 12px;
    padding-top: 12px;
    text-align: center;
    text-decoration: underline;
    width: 100%;
}



.blanket {
    background-color:#111;
    filter:alpha(opacity=65);
    height:100%;
    left:0;
    opacity: 0.65;
    position:fixed;
    top:0;
    width:100%;
    z-index:500;
}

.modalDialog {
    background-color:#ffffff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin: auto;
    padding: 30px;
    position: relative;
    width: 320px;
    z-index: 600;
}

.modalDialog .dialog-close {
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 10px;
}

.modalDialog .dialog-close.close-button {
    background: #ddd;
    border: 1px solid #666;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
    margin: 20px auto 0;
    padding: 2px 15px;
    position: relative;
    right: auto;
    text-align: center;
    top: auto;
    width: 91px;
}
