/*login lightbox*/


#login-lightbox-wrap
{
    width:500px;
    text-align:center;
    display:fixed;
    margin: 0px auto;
}
#login-lightbox
{
    border-radius: 5px;
    box-shadow: 0px 1px 19px 0px rgba(0,0,0,0.5);
    background-color:#EFF5FB;
    width:480px;
    background-size:480px 420px;
    margin:0px auto;
    padding:30px;
    padding-bottom:30px;
    display:none;
	position: fixed;
	z-index: 1099000;
    top:22%;
    outline: 9999px solid rgba(0,0,0,0.5);
}

#login-error
{
	color:#ff0000;
	font-family: 'myriad-pro', 'myriad', sans-serif;
	font-size: 20px;
	font-weight: 100;
	text-align: center;
	width: 350px;
	margin: 0px auto;
    
}
    
#accountlinks {
    padding-top: 2px;
    font-size:12px;
    text-align:left;
}

#login-form .txt {
	display: block;
	float: left;
	width: 280px;
	height: 30px;
	font-family: 'myriad-pro', 'myriad', sans-serif;
	font-size: 16px;
	font-weight: 100;
	color: rgb(73,73,73);
	margin-bottom: 15px;
	padding-left: 5px;
	outline: none;
	border: 1px solid rgb(180,185,190);
	border-radius: 3px;	
}


#login-title {
	display:block;
	margin: 0px auto;
	padding: 0px;
	font-family: 'myriad-pro', 'myriad', sans-serif;
	font-size: 35px;
	font-weight: 100;
	text-align: center;
	color: rgb(53,53,53);
}
#login-subtitle {
	
	display:block;
	margin: 0px auto;
	padding: 0px;
	font-family: 'myriad-pro', 'myriad', sans-serif;
	font-size: 26px;
	font-weight: 100;
	text-align: center;
	color: rgb(87,105,123);
}


#login-signinnow2
{
    background-color: #46b2f4;
    color: #fff;
    text-shadow: 0px 1px 1px #1b4f11;
    font-family: 'helvetica neue', helvetica, sans-serif;
    font-weight:700;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px #317fae;
    -moz-box-shadow: inset 0 1px 2px #317fae;
    font-size: 16px;
    height: 30px;
    width: 121px;
    z-index: 11020;
    text-align: center;
    vertical-align: center;
    padding-top: 6px;
    background: -webkit-gradient(
        linear,left top,left bottom,
        from(#46b2f4),
        to(#368dc1));
    background: -moz-linear-gradient(bottom,#368dc1 0%,#46b2f4 100%);
}

#login-signinnow2{
    float: left;
    margin-right: 20px;
    margin-top: 1px;
    cursor: pointer;
    outline: none;
}

.grad_line{ 

    border:none;
    color:white;
    height:1px;
    width:100%;
    display:block;
    margin-top:10px;
    background:#aaa;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#aaa), to(#fff));
}


.grad_line_narrow{ 

    border:none;
    color:white;
    height:1px;
    width:230px;
    display:block;
    margin-top:10px;
    background:#aaa;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 230, from(#aaa), to(#fff));
}


.grad_line_text_white
{
    background-color:#fff;
    font-size: 15px;
    text-align:center;
    color: #000;
    display:block;
    margin:0px auto;
    margin-top:-10px;
    width:30px;
    font-family: 'helvetica neue', helvetica, sans-serif;
    font-weight:700;
    
}
.grad_line_text
{
    background-color:#EFF5FB;
    font-size: 15px;
    text-align:center;
    color: #000;
    display:block;
    margin:0px auto;
    margin-top:-10px;
    width:30px;
    font-family: 'helvetica neue', helvetica, sans-serif;
    font-weight:700;
    
}

#login-x {
	display: none;
	position: relative;
	z-index: 10001;
	left:500px;
    margin-top:-40px;
	color: rgb(255,255,255);
	background-color: rgb(0,0,0);
	font-family: 'arial black';
	font-weight: 700;
	font-size: 14px;
	line-height: 10px;
	padding: 3px;
	width: 12px;
	height: 12px;
	text-align: center;
	border: 3px solid rgb(255,255,255);
	border-radius: 50%;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.7);
}