﻿.light-box  {
color:#444444;
font:12px/14px "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
left:50%;
margin:0 0 0 -350px;
position:absolute;
top:117px;
width:756px;
z-index:999;
text-align:left;
}
.light-box .t {
background:url("../images/bg-light-box-t.png") no-repeat scroll 0 0 transparent;
height:20px;
overflow:hidden;
}
.light-box .c {
background:url("../images/bg-light-box-c.png") repeat-y scroll 0 0 transparent;
width:100%;
}
.light-box .c:after {
clear:both;
content:"";
display:block;
}
.light-box .b {
background:url("../images/bg-light-box-b.png") no-repeat scroll 0 0 transparent;
height:15px;
overflow:hidden;
}
.light-box .title {
border-bottom:1px solid #D9D9D9;
display:block;
font:18px/20px Arial,Helvetica,sans-serif;
margin:0 0 15px;
padding:0 0 7px;
text-align:center;
}
.light-box .content {
float:left;
padding:1px 0 11px 28px;
position:relative;
width:305px;
height:250px;
}
.light-box a {
color:#136DE7;
text-decoration:underline;
}
.light-box a:hover {
text-decoration:none;
}
.light-box .btn-close {
background:url("../images/btn-close.png") no-repeat scroll 0 0 transparent;
cursor:pointer;
height:34px;
overflow:hidden;
position:absolute;
right:-3px;
text-indent:-9999px;
top:-9px;
width:35px;
}
.light-box .text-box {
margin:0 0 48px;
}
.light-box .text-box p {
margin:0 0 11px;
}
.light-box .text-box p span {
margin:0 0 0 5px;
}


.light-box .text-box .left-col{
float:left;
width:300px;
}


.light-box .text-box .right-col .img-container{
margin-top:5px;
text-align:center;
}

.light-box .text-box .right-col .img-container img{
cursor:pointer;
}

.light-box .text-box .warn
{
	color:Red;
}

.light-box .text-box .ecode{
border: solid 1px #D9D9D9;
margin:0;
padding:0;
width:230px;
font:100% Arial,Helvetica,sans-serif;
height:20px;
}

.light-box .text-box .ecode-label{
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
}


.light-box .text-box .signin{
padding:0px;
margin:0px;
margin-left:115px;
}

.light-box .text-box .login-wait
{
	margin-left:5px;
	padding-left:20px;	
	background-position: left;
	background-repeat:no-repeat;
	background-image: url('../images/wait.gif');	
}

.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 60%;
    
    margin-left: -400px;
    width: 400px;                    
}

.jqmOverlay { background-color: #cbcbcb; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#
.jqmClose{ background:#FFDD00; border:1px solid #FFDD00; color:#000; clear:right; float:right; padding:0 5px; cursor:pointer; }
#
.jqmClose:hover{ background:#FFF; } 


.alert-box
{
	top: 25%;
	border: solid 1px gray;
	background:white;
	margin-left: -425px; 
	border-right-width:3px;   
	border-bottom-width:3px;
	font:12px/14px "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;	
}

.alert-box .title
{
	padding: 10px 0px 0px 10px;
	font-weight:bold;
	text-align:left;
}

.alert-box .info
{
	padding:10px;
	text-align:left;	
}

.alert-box .footer
{
	padding-bottom: 10px;
	padding-right:10px;
	text-align:right;
}
