#overlay {
	position: absolute;
	display: none;
	opacity: 0.6;
	filter: alpha(opacity =   60);
	background-color: #000;
}

#lightbox {
	position: absolute;
	width: 400px;
	height: 400px;  
	background-image: url(elements/lightbox.png);
	background-color: transparent;
	display: none;
}

#lightbox_table
{
	margin: 10px;
	width: 400px;
	height: 400px;
}

#lightbox_upper
{
	width: 400px;
	height: 32px;
	text-align: right;
}

#lightbox_cell
{
	width: 400px;
	height: 368px;
	text-align: left;
	vertical-align: top;
	
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;	
	color: #999;
}

#lightbox_cell_div
{
	display: block;
}


#lightbox_loading_div
{
	display: none;
	width: 355px;
	text-align: center;
	position: relative;
	top: 50px;
}

#close_btn
{
	margin: 4px 32px 2px 0px;
}

#close_btn:HOVER
{
	cursor: pointer;
}

#order_contacts
{
	padding: 5px;
	width: 355px;
	background-color: #FFF;
}

.red_contact
{
	color: #f63;
}
