/* the overlayed element */ .overlay_wrap {          /* must be initially hidden */     display:none;          /* place overlay on top of other elements */     z-index:10000;          /* styling */      	width:644px;	/*height:309px;*/	/*background:url(../images/overlay_bg_top.png) top center no-repeat; */    /*width:568px;*/         /* CSS3 styling for latest browsers    -moz-box-shadow:0 0 50px 5px #000;     -webkit-box-shadow: 0 0 50px #000; */    }.overlay {	background:url(../images/overlay_bg.png) top center repeat-y;}*html .overlay {	background-image:url(../images/overlay_bg.gif);	float:left;	display:inline;	clear:both;	width:100%;} *+html .overlay {	background-image:url(../images/overlay_bg.gif);	float:left;	display:inline;	clear:both;	width:100%;} .overlay_top {	background:url(../images/overlay_bg_top.png) top center no-repeat; 	height:53px;}*html .overlay_top  {	background-image:url(../images/overlay_bg_top.gif);	float:left;	display:inline;	clear:both;	width:100%;}*+html .overlay_top  {	background-image:url(../images/overlay_bg_top.gif);	float:left;	display:inline;	clear:both;	width:100%;}.overlay_bottom {	background:url(../images/overlay_bg_bottom.png) bottom center no-repeat; 	height:53px;}*html .overlay_bottom {	background:transparent url(../images/overlay_bg_bottom.gif) bottom center no-repeat; 	float:left;	display:inline;	clear:both;	width:100%;}*+html .overlay_bottom {	background:transparent url(../images/overlay_bg_bottom.gif) bottom center no-repeat; 	float:left;	display:inline;	clear:both;	width:100%;}.overlay_inner {	margin:0 49px -1px 49px ;}.overlay_block {	background:#f2f2f2;	margin-bottom:1px;	padding:9px 20px 13px 24px;	/*font: normal 11px Tahoma, Arial, Helvetica, sans-serif;*/	font-size:12px;	font-weight:normal;	/*color:#5a5a5a;*/	color:#000;}.overlay_footer {	font-size:16px;	font-weight:bold;}.overlay_block  a {color:#082e59; text-decoration:none;}#content .overlay_block h3 {	/*font: bold 21px Tahoma, Arial, Helvetica, sans-serif;*/	font-size:21px;	font-weight:bold;	/*color:#666666;*/	color:#000;	margin:0;}#content .overlay_error {	/*font: bold 11px Tahoma, Arial, Helvetica, sans-serif;*/	font-size:12px;	font-weight:bold;	color:#cd3133;	margin:0 0 4px 0;}.overlay_form {	margin:0 0 0 8px;}.overlay_block input {	width:145px; 	height:23px;	background:url(../images/overlay_input.png) top center no-repeat;	border:0;	padding:2px 0 0 2px;	line-height:25px;	margin:0 12px 0 0;}.overlay_block input.submit {	width:45px; 	height:25px;	background:none;	border:0;	padding:0px;	margin:0;	/*font: normal 12px Tahoma, Arial, Helvetica, sans-serif;*/	font-size:12px;	font-weight:normal;	color:#082e59;	text-align:center;	cursor:pointer;}.overlay_block label {	/*font: bold 11px Tahoma, Arial, Helvetica, sans-serif;*/	font-size:12px;	font-weight:bold;	/*color:#666666;*/	color:#000;	margin:0 7px 4px 0;}/* close button positioned on upper right corner */ .overlay_wrap .close {     background:url(../images/overlay_close.png) right center no-repeat;     position:absolute;     right:40px;     top:45px;     cursor:pointer;     height:35px;     padding:0 35px 0 0;    font-size:16px;    line-height:32px;	color:#000;}