
/******** LIGHT BOX **********/
#light_box {
	position: fixed;
	display: none;
	background: #080605;
	opacity: 0.8;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
	filter: alpha(opacity=50);
	width:expression(eval(document.body.clientWidth) + "px");
	height:expression(eval(document.body.clientHeight) + "px");
}
* html #light_box {
	position: absolute;
}
#cont_box {
	display: none;
	width: 652px;
	height: 341px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	margin-left: -325px;
	z-index: 1001;
	background-image:url(../images/lightbox/bg_divin.jpg);
	background-repeat: no-repeat;
}
* html #cont_box {
	position: absolute;
}
#cont_box h2 {
	margin: 30px 0 0 20px;
	padding-bottom: 15px;
	width: 610px;
	border-bottom: #ccc 1px solid;
	font-size: 29px;
	color: #e2001a;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	font-weight: normal;
}
#cont_box h3 {
	font-size: 19px;
	color: #e2001a;
	padding-top: 10px;
	text-transform: uppercase;
	font-weight: normal;
}
#cont_box p {
	margin: 8px 0px;
	line-height: 13px;
}
#cont_box .red, #cont_box p sup {
	color: #e2001a;
}
#cont_box ul {
	list-style-type: disc;
	margin-left: 20px;
}
#cont_box ul li {
	line-height: 13px;
}
#cont_box th, #cont_box td {
	padding: 0px 10px;
}
#cont_box sup a {
	text-decoration: none;
	color: #333434;
}
#cont_box sup a:hover {
	color: #0000ee;
}
#cont_box a {
	text-decoration: none;
	color:#173464;
	
}
#cont_box #close {
	position: absolute;
	top: 8px;
	right: 10px;
	color:#333333;
	font-size:10px;
}
#cont_box #print{
	position: absolute;
	top: 25px;
	right: 40px;
}
#cont_box #content {
	height: 370px;
	margin: 20px 20px 20px 10px;
	padding: 10px;
	overflow: auto;
	overflow-x: hidden
}

.hover_blue a:hover{
	color:#00F!important;
}

#content a {
	text-decoration: none;
	color:#173464;
	
}

/******** FORM **********/

#form_ddm {
 position:absolute;
 width:250px;
 height:30px;
 top:195px;
 left:230px;
}

#form_submit{
   position:absolute;
   width:135px;
   height:41px;
   left:30px;
   top:50px;
}

#entrez_btn{
	width:131px;
	height:37px;
	display:block;
	font-size:11px;
	text-transform:uppercase;
	cursor: pointer;
	background-image: url(../images/lightbox/entrez_divin.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border:none;
}

