@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
}
.main { 
	background-image: url(../bg_021.png);
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
	text-align:left;
	height:auto;
	}
.banner {
	width:900px;
	height:130px;
	background-color:#E1E1E1;
	}
.line {
	width:900px;
	height:2px;
	background-color:#8A8A8A;
}
.flash {
	width:900px;
	height:200px;
}
.h_menu {
	width:900px;
	height:34px;
	}
.main_content {
	width:900px;
	float:left;
}
.v_menu {
	width:165px;
	margin:0px;
	padding:0px;
}
.content {
	width:680px;
	margin-left:20px;
	padding:10px;
}
.clear {
	clear:both;
}
.support {
	width:900px;
}
.footer { 
	width:900px;
	height:80px;
	}
	
.style1 {
	text-align:center;
	font-size:12px;
	padding:5px;
	}
.tab_headt_ext {
	font-size:16px;
	font-weight:600;
	color:#454545;
	}
.ul2 {
	
}
.li_license {
	font-size:14px;
	line-height:25px;
	color:#333;
	list-style-image: url(http://www.hkag.org/picture/icons/license_management.png);
	margin-left:-20px;
	margin-right:10px;
	}
.li_phone {
	font-size:14px;
	line-height:25px;
	color:#333;
	list-style-image:url(http://www.hkag.org/picture/icons/phone.png);
	margin-left:-20px;
	margin-right:10px;
	}
.li_address {
	font-size:14px;
	line-height:25px;
	color:#333;
	list-style-image:url(http://www.hkag.org/picture/icons/home_page.png);
	margin-left:-20px;
	margin-right:10px;
	}
.li_webpage {
	font-size:14px;
	line-height:25px;
	color:#333;
	list-style-image:url(http://www.hkag.org/picture/icons/contact_email.png);
	margin-left:-20px;
	margin-right:10px;
	vertical-align: text-bottom;
	}
.map {
	float:right;
	margin-top:20px;
	margin-right:10px;
	font-size:16px;
	font-weight:bold;
}
.detail {
	margin-top:75px;
	font-size:16px;
	font-weight:bold;
	text-align:right;
	margin-right:5px;
}
.tab_photo {
	margin-left:10px;
}
.logo1 {
	vertical-align:middle;
	text-align:center;
}

.backdrop {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:150%;
	background:#000;
	opacity: .0;
	filter:alpha(opacity=100);
	z-index:50;
	display:none;
}

.box {
	position:absolute;
	top:10%;
	left:20%;
	width:670px;
	height:550px;
	background:#ffffff;
	z-index:51;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	-moz-box-shadow:0px 0px 5px #444444;
	-webkit-box-shadow:0px 0px 5px #444444;
	box-shadow:0px 0px 5px #444444;
	display:none;
}
.testbox {
	width:560px;
	height:auto;
}
	
.lightbox_left {
	margin-left:10px;
	width:250px;
	height:auto;
	position: absolute;
	left: 10px;
	top: 43px;
}
.lightbox_right {
	margin-left:273px;
	width:350px;
	height:auto;
}
.boxtable {height:25px;
}
.disclaimer {
	width:550px;
	height:15px;
	position:absolute;
	left:20px;
	bottom:20px;
}
.close {
	position:absolute;
	right:20px;
	bottom:20px;
	cursor:pointer;
}
.boxtext {
	font-size:14px;
	font-weight:bold;
	color:#454545;
	}
.boxtext1 {
	font-size:12px;
	font-weight:bold;
	vertical-align:text-bottom;
	color:#800000;
}
.boxtext2 {
	font-size:12px;
	color:#454545;
	vertical-align:text-top;
}
<!-- jquery css -->
#jQueryTabs.ui-tabs .ui-tabs-panel { 
	display: block; 
	border: 0px solid #aaaaaa; 
	padding: 1ex 1.4em;
	background: #ffffff; 
	font-family: inherit;
	font-size: 0.8em/*{fsDefault}*/; 
}

/* Component containers
----------------------------------*/
#jQueryTabs .ui-widget { 
	
}
#jQueryTabs .ui-widget-content { 
	border: 1px solid #aaaaaa/*{borderColorContent}*/; 
	background: #ffffff/*{bgColorContent}*/ url(jQuery/css/images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; 
	color: #222222/*{fcContent}*/; 
}
#jQueryTabs .ui-widget-content a { 
	color: #0000ff/*{fcContent}*/; 
}
#jQueryTabs .ui-widget-header { 
	border: 1px solid #aaaaaa/*{borderColorHeader}*/; 
	background: #cccccc/*{bgColorHeader}*/ url(jQuery/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; 
	color: #222222/*{fcHeader}*/; 
	font-weight: bold; 
	font-family: inherit;
	font-size: 0.8em/*{fsDefault}*/; 
}

/* Interaction states
----------------------------------*/
#jQueryTabs .ui-state-default, .ui-widget-content .ui-state-default { 
	border: 1px solid #d3d3d3/*{borderColorDefault}*/; 
	background: #e6e6e6/*{bgColorDefault}*/ url(jQuery/css/images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; 
	font-weight: normal/*{fwDefault}*/; 
	color: #555555 /*{fcDefault}*/; 
	
}
#jQueryTabs .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { 
	color: #555555/*{fcDefault}*/; 
	text-decoration: none; 
}
#jQueryTabs .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { 
	border: 1px solid #999999/*{borderColorHover}*/; 
	background: #dadada/*{bgColorHover}*/ url(jQuery/css/images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; 
	font-weight: normal/*{fwDefault}*/; 
	color: #212121 /*{fcHover} #212121*/; 
	font-family: inherit;
	font-size: inherit/*{fsHover}*/; 
}
#jQueryTabs .ui-state-hover a, .ui-state-hover a:hover { 
	color: #212121/*{fcHover}*/; 
	text-decoration: none; 
}
#jQueryTabs .ui-state-active, .ui-widget-content .ui-state-active { 
	border: 1px solid #aaaaaa/*{borderColorActive}*/; 
	background: #ffffff/*{bgColorActive}*/ url(jQuery/css/images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; 
	font-weight: normal/*{fwDefault}*/; 
	color: #212121/*{fcActive}*/; 
	font-family: inherit;
	font-size: inherit/*{fsSelected}*/; 
}
#jQueryTabs .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { 
	color: #212121/*{fcActive}*/; 
	text-decoration: none; 
}
<!-- end of jquery css -->