@charset "utf-8";
/* CSS Document */

/*********************************************   Popup **********************/
.popup{
	text-align:center;
	background-image:none;
}

#popupWrapper {
	width:600px;
	margin:0 auto;
}

#popupHeader{
	margin:0;
	padding:0;
	width:600px;
	height:74px;
	text-align:left;
	background:url(../images/popupHeader.gif) repeat-x 0 0;
}

#popupHeader img {
	margin:10px 0 0 10px;	
}

#popupContents {
	margin:0;
	padding:10px 30px 8px;
	background:url(../images/popupBody.gif) no-repeat 0 0;
}

#popupFooter{
	margin:0;
	padding:25px 0 15px;
	border-style:none;
	text-align:center;
	background:url(../images/popupFoot.gif) no-repeat 0 0;
}

#popupFooter img{
	behavior: url(/common/js/iepngfix.htc);
}

.izcBox {
	width:auto;
}

p.txt {
	text-align:left;
}