#light_box {
	z-index: 1000001;
	display: none;
}

#light_box #light_overlay{
	background-color: #FFF;
	opacity: .6;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: inherit;
}

#light_box #light_box_wrapper{
	width: 400px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 999999999;
	margin-left: -200px;
	margin-top: -150px;
}

#light_box #light_box_content {
	border: 1px solid #663366;
	background-color: white;
	z-index: inherit;
	padding: 20px;
	border-radius: 8px;
}

/*TB Login*/
#light_box #light_box_content td {
	padding-bottom:6px;
}

#light_box #light_box_content input {
	margin-bottom:0px;
}