
/* popup design */
	.CornerLeftTop { width:15px; height:33px; background:url(images/popup/border_top_left.png) no-repeat top left; position:absolute; top:0; left:0; }
	.CornerRightTop { width:15px; height:33px; background:url(images/popup/border_top_right.png) no-repeat top left; position:absolute; top:0; right:0; }
	.CornerLeftBottom { width:15px; height:15px; background:url(images/popup/border_bot_left15.png) no-repeat bottom left; position:absolute; bottom:0; left:0; }
	.CornerRightBottom { width:15px; height:15px; background:url(images/popup/border_bot_right15.png) no-repeat bottom right; position:absolute; bottom:0; right:0; }
	.CornerCenterBottom { height:14px;  border-bottom:1px solid #8FBAFF; background:#e7effe; margin:0 15px -14px 15px; }
	.ui-dialog { padding-bottom:14px; }
	.ui-dialog .ui-dialog-titlebar { height:33px; margin:0 15px; background:url(images/popup/border_top_center.png) repeat-x top left; }
	.ui-dialog .ui-dialog-titlebar span {margin-top:10px; font-size:12px; color:#569CD8;}
	.ui-dialog .ui-dialog-titlebar .ui-icon-closethick { background:url(images/popup/close.gif) no-repeat top left; }
	.ui-dialog .ui-dialog-titlebar-close { top:13px; right:-10px; }
	.ui-dialog .ui-dialog-content { background:#fff; border-left:1px solid #8FBAFF; border-right:1px solid #8FBAFF; padding:0; }
	.ui-dialog .ui-resizable-se { bottom:6px; height:12px; right:7px; width:12px; }
	
/* hide_content */
	.hide_content { display:none; }
	
	
	
	.big_text_content { padding:22px 40px; font-size:11px; color:#25221D;}
	.big_text_content p { padding-bottom:18px; }
	.big_text_content h1 { padding-bottom:18px; font-size:14px; }
	.big_text_content h2 { font-size:11px; }
	.big_text_content ul { padding-bottom:18px; }
	.big_text_content ul.pop_big_list { padding:0; }
	.big_text_content ul.pop_big_list li { padding-bottom:18px; }
	.big_text_content ul.pop_big_list li li { padding:0; }
	.big_text_content .big_text_coll { overflow:hidden; width:611px; }
	.big_text_content .big_text_coll .coll { float:left; width:285px; padding-right:20px; }	
