﻿body 
   {
	margin: 0;
	padding: 0; 
	font: normal 10px Arial; 
	/*background: #fff url("images/body_right_bk.jpg") repeat-x left top;*/
	text-align:center;
	color: #333;
    }

#one{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#fade {
	background: #000; 
	position: fixed; 
	width: 100%;
	height: 100%;
	filter:alpha(opacity=75);
	opacity: .75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	left: 0;
	top: 0;
	z-index: 10;
}
.popup_block {
	background: #FFFFFF;
	padding: 5px 5px;
	border: 10px solid #999;
	float: left;
	width: 487px;
	position: fixed;
	top: 20%;
	left: 50%;
	margin: 0 0 0 -250px;
	z-index: 100;

}
.popup_block .popup {
	float: left;
	width: 100%;
	background: #fff;
	margin:0;
	padding:0;
}

.popup img.cntrl {
	position: absolute;
	right: -20px;
	top: -20px;
}

/*--Making IE6 Understand Fixed Positioning--*/

*html #fade {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop 
	: document.body.scrollTop);
}

*html .popup_block {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));
	
	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft 
	+ (document.body.clientWidth /2 ) 
	: document.body.scrollLeft 
	+ (document.body.offsetWidth /2 ));
}

/*--IE 6 PNG Fix--*/
img, div, a, input { behavior: url(popup/iepngfix.htc) }


a img
	{
	border: 0px;
	}


#wrap2 
{
    margin: 0 auto;
    width: 490px;
	background: #FFFFFF url('images/2.jpg');
	background-repeat: repeat-y;
}

#topwrap2 
{
background: #FFFFFF url('images/1.jpg');
background-repeat: no-repeat;
width: 490px;
height: 12px;
margin: 0 auto;
}

#botwrap2 
{
background: #FFFFFF url('images/3.jpg');
background-repeat: no-repeat;
width: 490px;
height: 20px;
margin: 0 auto;
}
#content2 {
padding: 0 30px 0 30px;

}
#clear2 {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
#btn{
border:1px solid #bbb;
height:25px;
font-weight:bold;
}

