@CHARSET "UTF-8";

html{
	overflow-y: scroll;
}

html, body{
	*height: 100%;
}

*{
	-webkit-text-size-adjust:none;
}

img{
	border: 0;
}

#ff_stage{
	background-repeat: no-repeat;
	width: 1024px;
	height: 768px;
	overflow: hidden;
	position: absolute;
}

.shadow_line{
	background-image: url("/images/shadow_line.png");    
    background-repeat: repeat-x;
    position: absolute;
    top: 55px;
    left: 0px;    
    min-width: 1024px;
    width: 100%;
    height: 10px;
    margin: 0px;
    padding: 0px;
}

#bg_scene_1{	
	background-image: url('/images/scene1/bg.png');
	background-repeat: repeat-x;
	background-position: 0 367px;
	*background-position: 0 368px;
	position: absolute;
	min-width: 1024px;
	width: 100%;
    min-height: 768px;
    *height: auto !important;
	*height: 768px;
}

#stage_bubble_bubble_temp_object{
	cursor: pointer;
}

#qconcept_homepage{
	position: absolute;
    display: block;
    width: 194px;
    height: 88px;
    top: 19px;
    left: 2px;
}

#sky{
	background-image: url("/images/scene1/sky.png");
    background-repeat: repeat-x;
    height: 367px;
    left: 0;
    margin: 0;
    min-width: 1024px;
    padding: 0;
    position: absolute;
    top: 0px;
    width: 100%;
}

#copyright, #design_powered, #bestview{
	color: #666666;
    display: block;
    font-size: 8px;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 1px;
}

#copyright{
	right: 31px;
}

#base_view{
	width: 1024px;
	height: 768px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

#arrow_left{
	background-image: url('/images/arrow_left.png');
	background-repeat: no-repeat;
	width: 27px;
	height: 64px;
	float: left;
    position: relative;
    top: 421px;
    left: 111px;
    cursor: pointer;
}

.arrow_left_off{
	background-position: 0px 0px;
}

.arrow_left_on{
	background-position: -27px 0px;
}

#arrow_right{
	background-image: url('/images/arrow_right.png');
	background-repeat: no-repeat;
	width: 27px;
	height: 64px;
	float: right;
    position: relative;
    top: 421px;
    right: 108px;
    cursor: pointer;
}

.arrow_right_off{
	background-position: 0px 0px;
}

.arrow_right_on{
	background-position: -27px 0px;
}

#page_div, #portfolio_div{
	position: absolute;
    min-width: 1024px;
    width: 100%;
}

#page_div{
	top: 105px;
}

#portfolio_div{
	top: 127px;
}

#album_div{
	position: relative;
    top: 20px;
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	background-color: #FFFFFF;
	z-index: 35000;
}

#album_details_div{
	position: relative;
	margin: 0;
	padding: 50px 3px 100px 3px;
	border: 1px solid #AAAAAA;
}

#album_close_div, #enlarge_image_close_div{
	position: absolute;
	*top: 5px;
	margin: 0;
	padding: 0;
	right: 10px;
	width: 21px;
	height: 21px;
}

#album_close{
	position: fixed;
	*position: absolute;
	width: 21px;
	height: 21px;
	margin: 0;
	padding: 0;
	display: block;
	text-align: right;
	font-size: 21px;
	cursor: pointer;	
	color: #F1B344;
    vertical-align: middle;
    z-index: 35000;
}

#album_table{
	margin:0 auto;
	width: 1014px;
}

#album_table td.porfolio_content{
	padding-bottom: 9px;
}

#album_block{
	background-image: url("/images/white_bg.png");
	/*background-color: #FFFFFF;*/
    background-repeat: repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    min-height: 100%;
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

#album_block_span{
	position: absolute;
	min-width: 1014px;
	width: 100%;
	height: 100%;
	margin: 0px;
    padding: 0px;
	display: block;
	cursor: pointer;
}

#album_image_div{
	margin: 0px;
	padding: 0px;
	position: relative;
	display: block;
	min-height: 400px;
	height: 100%;
	width: 860px;
	line-height: 100%;
	vertical-align: middle;
	overflow: hidden;
}

#album_showing_image{
	margin: 0px;
	padding: 0px;
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	line-height: 100%;
	vertical-align: middle;
}

#album_the_image{
	cursor: pointer;
}

#album_image_middle, #enlarge_image_middle {
    margin: 0px;
    padding: 0px;
    position: relative;
    display: inline-block;
    height: auto !important;
    min-height: 400px;
    width: 0;
    vertical-align: middle;
}

#album_prev_td, #album_next_td{
	width: 77px;
	cursor: pointer;
	overflow: hidden;
}

#album_prev_image_arrow, #album_next_image_arrow{
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	position: relative;
	display: block;
	width: 27px;
	height: 64px;
	cursor: pointer;
}

#album_prev_image_arrow{
	margin-right: 1px;
	background-image: url('/images/arrow_left.png');
}

#album_next_image_arrow{
	margin-left: 1px;
	background-image: url('/images/arrow_right.png');
}
.arrow_prev_off{
	background-position: 0px 0px;
}
.arrow_prev_on{
	background-position: -27px 0px;
}
.arrow_next_off{
	background-position: 0px 0px;
}
.arrow_next_on{
	background-position: -27px 0px;
}

#page_contents, #portfolio_contents{
	/*position: relative;*/
	position: relative;
	min-width: 1024px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#page_bg_scene_1, #page_bg_scene_2{
	display: none;
	position: relative;
    height: 0;
    left: 0;
    margin: 0 auto;
    padding: 0;
    min-width: 1024px;
    width: 100%;
    top: 107px;
}

#page_bg_scene_1_building_inside_div, #page_bg_scene_1_cloud_inside_div, #page_bg_scene_2_building_inside_div, #page_bg_scene_2_cloud_inside_div, #page_bg_scene_1_sun_inside_div, #page_bg_scene_2_sun_inside_div{
	position: absolute;
	margin: 0 auto;
	padding: 0;
	min-width: 1024px;
	*width: auto !important;
	width: 100%;
	z-index: -1;
	overflow: visible;
	top: 0px;
}

#page_bg_scene_1_building_inside_div{
	height: 220px;
	top: 45px;
}

#page_bg_scene_1_cloud_inside_div{
	height: 53px;
	top: 72px;
}

#page_bg_scene_1_sun_inside_div{
	height: 37px;
	top: 56px;
}

#page_bg_scene_2_building_inside_div{
	height: 167px;
	top: 95px;
}

#page_bg_scene_2_cloud_inside_div{
	height: 53px;
	top: 52px;
}

#page_bg_scene_2_sun_inside_div{
	height: 37px;
	top: 36px;
}

#page_bg_scene_1_building, #page_bg_scene_1_cloud, #page_bg_scene_2_building, #page_bg_scene_2_cloud, #page_bg_scene_1_sun, #page_bg_scene_2_sun{
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	z-index: -1;
}

#page_bg_scene_1_building{
	background-image: url("/images/scene1/building.png");
	background-position: 126px 0;
    height: 220px;
}

#page_bg_scene_1_cloud{
	background-image: url("/images/scene1/cloud.png");
	background-position: 168px 0;
	height: 53px;
}

#page_bg_scene_1_sun{
	background-image: url("/images/scene1/sun.png");
	background-position: 164px 0;
	height: 37px;
}

#page_bg_scene_2_building{
	background-image: url("/images/scene2/building2.png");
	background-position: 25px 0;
	height: 167px;
}

#page_bg_scene_2_cloud{
	background-image: url("/images/scene1/cloud.png");
	background-position: 168px 0;
	height: 52px;
}

#page_bg_scene_2_sun{
	background-image: url("/images/scene1/sun.png");
	background-position: 164px 0;
	height: 37px;
}

#page_scene{
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#page_scene.scene_1{
	position: relative;
	background-image: url("/images/scene1/base_view_01_2020.jpg");
	background-repeat: no-repeat;
	background-position: 0px -105px;
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	height: 680px;
}

#page_scene .scene_buttons{
	position: absolute;
	margin: 0;
	padding: 0;
}

#page_scene .scene_buttons a{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
}

#page_scene #scene_1_display_unit{
	width: 145px;
	height: 226px;
	top: 93px;
	left: 565px;
}

#page_scene #scene_1_creative{
	width: 155px;
	height: 209px;
	top: 259px;
	left: 456px;
}

#page_scene #scene_1_vehicle_ad{
	width: 130px;
	height: 109px;
	top: 269px;
	left: 241px;
}

#page_scene #scene_1_web{
	width: 57px;
	height: 96px;
	top: 311px;
	left: 390px;
}

#page_scene #scene_1_print_ad{
	width: 114px;
	height: 125px;
	top: 332px;
	left: 680px;
}

#page_scene #scene_1_multimedia{
	width: 77px;
	height: 86px;
	top: 429px;
	left: 456px;
}

#page_scene #scene_1_apps{
	width: 93px;
	height: 86px;
	top: 439px;
	left: 582px;
}

#page_scene #scene_1_photography{
	width: 93px;
	height: 86px;
	top: 479px;
	left: 740px;
}

#page_scene #scene_1_cloud_system{
	width: 110px;
	height: 110px;
    top: 228px;
    left: 746px;
}

.dialog_box{
	display: none;
	background-repeat: no-repeat;
	position: absolute;
	margin: 0;
	padding: 15px;
	width: 692px;
	left: 10px;
	color: #FFFFFF;
}

.dialog_box#q_lady_dialog{
	background-image: url("/images/services/Q_lady_dialog_box.png");
	height: 119px;
	top: 531px;
}

.dialog_box#scene_dialog{
	background-image: url("/images/services/top_dialog_box.png");
	width: 975px;
	height: 458px;
	top: 39px;
	display: none;
}

#scene_dialog_block{
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0px;
	display: none;
}

.dialog_one_paragraph{
	position: relative;
	margin: 0px 0px 5px;
	padding: 0;
	width: 700px;
	vertical-align: top;
}

#dialog_box_line{
	position: absolute;
	margin: 0;
	padding: 15px 0 0 0;
	width: 3px;
	height: 428px;
	top: 22px;
	left: 718px;
	background-color: #FFFFFF;
}

.dialog_box#q_lady_dialog .dialog_one_paragraph{
	margin: 0;
}

.dialog_photos{
	position: relative;
	display: inline-block;
	margin: 7px 0 0 0;
	padding: 0;
	width: 130px;
	height: 117px;
	vertical-align: top;
	text-align: center;
	overflow: hidden;
}

.dialog_photos img{
	display: none;
}

.dialog_text_div{
	position: relative;
	display: inline-block;
	margin: 0 0 0 8px;
	padding: 0;
	width: 480px;
	vertical-align: top;
}

.dialog_text_frame{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: 362px;
	overflow: hidden;
}

#q_lady_dialog .dialog_text_frame{
	height: 44px;
}

.dialog_name{
	position: relative;
	display: none;
	margin: 7px 0 0 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

.dialog_text{
	position: relative;
	display: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 160%;
	text-align: justify;
}

#dialog_text_frame_up_div{
	background-image: url('/images/ci_upper_orange.png');
	background-repeat: no-repeat;
	margin: 0;
	padding: 2px 0;
	width: 24px;
	height: 15px;
	top: 10px;
	left: 516px;
	display: block;
	cursor: pointer;
	position: relative;
}

#dialog_text_frame_down_div{
	background-image: url('/images/ci_lower_orange.png');
	background-repeat: no-repeat;
	margin: 0;
	padding: 2px 0;
	width: 24px;
	height: 15px;
	top: 10px;
	left: 516px;
	display: block;
	cursor: pointer;
	position: relative;
}

#q_lady_dialog #dialog_text_frame_up_div, #q_lady_dialog #dialog_text_frame_down_div{
	top: 2px;
}


#services_right_menu{
	position: absolute;
	margin: 0;
	padding: 15px 0 0 0;
	width: 259px;
	height: 458px;
	top: 0px;
	left: 730px;
	display: none;
	overflow: hidden;
}

#services_right_menu ul{
	list-style: none;
	display: none;
	position: relative;
	margin: 0px;
	padding: 0px;
	top: 0px;
	vertical-align: top;
	width: 235px;
	overflow: hidden;
}

#services_right_menu ul li{
	/*background-image: url("/images/tri_white.png");
	background-position: 0 11px;
	background-repeat: no-repeat;*/
	color: #FFFFFF;
	position: relative;
	margin: 0px;
	padding: 1px 3px 1px 8px;
	width: 220px;
	/*line-height: 19px;
	text-indent: -5px;*/
}

#services_right_menu a{
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
	margin: 0;
	padding: 3px;
	display: block;
}

#services_right_menu ul li:hover{
	/*background-image: url("/images/tri_orange.png");*/
	color: #FBAE42;
}

#services_right_menu ul li:hover a{
	color: #FBAE42;
}

#services_right_menu_inside{
	position: relative;
	margin: 0;
	padding: 0;
	width: 354px;
	height: 427px;
	overflow: hidden;
	overflow-y: scroll;
}

#services_right_menu_line{
	position: relative;
	margin: 1px 0 1px 10px;
	padding: 0;
	width: 243px;
	height: 3px;
	background-color: #FFFFFF;
}

#services_right_menu_close{
	position: absolute;
	margin: 2px 0 0 0;
	padding: 15px 0 0 0;
	top: 0;
	right: 4px;
	width: 21px;
	height: 21px;
	display: block;
}

#services_right_menu_close a{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
}

#services_right_menu .dialog_name{
	margin-left: 11px;
}

#page_about_q_div{
	position: relative;
    height: 0;
    left: 0;
    top: 2px;
    margin: 0 auto;
    padding: 0;
    min-width: 1024px;
    width: 100%;
}

#page_about_q_inside_div{
	position: absolute;
	margin: 0 auto;
	padding: 0;
	min-width: 1024px;
	width: 100%;
	z-index: 0;
	overflow: visible;
	height: 974px;
	top: 0px;
}

#page_about_q_pos{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	height: 974px;
	z-index: 0;
	overflow: visible;
}

#page_about_q_content{
	position: relative;
}

#page_community_investment_content{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1024px;
}

#magnifier{
	background-image: url("/images/magnifier.png");
	background-repeat: no-repeat;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 1292px;
	height: 893px;
	top: 10px;
	left: -475px;
	z-index: 20000;
	overflow: visible;
}

#magnifier_circle{
	background-image: url("/images/magnifier_circle.png");
	background-repeat: no-repeat;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 557px;
	height: 558px;
	top: 35px;
	left: 237px;
	z-index: 0;
	overflow: visible;
}

#magnifier_bg{
	background-image: url("/images/magnifier_bg.png");
	background-repeat: no-repeat;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 557px;
	height: 558px;
	top: 35px;
	left: 237px;
	z-index: 0;
	overflow: visible;
}

#magnifier_scene1_element{
	background-image: url("/images/magnifier_scene1_element.png");
	background-repeat: no-repeat;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 400px;
	height: 307px;
	top: 86px;
	left: 335px;
	z-index: 0;
	overflow: visible;
}

/*#magnifier_lighting{
	background-image: url("/images/magnifier_lighting.png");
	background-repeat: no-repeat;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 558px;
	height: 348px;
	top: 35px;
	left: 237px;
	z-index: 20000;
	overflow: visible;
}*/

#mark_tag{
	background-image: url("/images/tag_bg.png");
	background-repeat: no-repeat;
	width: 38px;
	height: 17px;
	position: absolute;
    top: 0px;
    right: 10px;
    margin: 0;
    padding: 0;
}

.porfolio_columns{
	width: 220px;
	display: block;
	float: left;
}

.porfolio_boxs{
	position: absolute;
	display: block;
	border: 1px solid #AAAAAA;
}

.porfolio_boxs .porfolio_tables{
	width: 210px;
	background-color: #FFFFFF;
}

.porfolio_boxs .porfolio_image{
	width: 210px;
	height: 256px;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
}

.porfolio_boxs .porfolio_image img{
	cursor: pointer;
	vertical-align: middle;
	position: relative;
}

.porfolio_boxs .porfolio_image a{
	position: relative;
	display: block;
	margin: 9px;
	padding: 0;
	width: 192px;
	overflow: hidden;
}

.porfolio_boxs .porfolio_image a .block_span{
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.porfolio_boxs .porfolio_box_image_middle{
	position: relative;
	display: inline-block;
	margin: 0px;
    padding: 0px;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.porfolio_boxs .porfolio_content{
	padding: 9px;
	display: block;
	padding-top: 0px;
}

#porfolio_loading, #porfolio_end{
	position: absolute;
	font-size:16px;
	text-align: center;
}

#porfolio_loading{
	min-width: 1024px;
	width: 100%;
	height: 30px;
}

#porfolio_end{
	right: 0px;
	width: 76px;
	height: 76px;
	text-align: right;
}

#porfolio_end a{
	display: block;
	margin: 0 10px 0 0;
	padding: 0;
}

#porfolio_end a, #menu a{
	color: #000000;
	text-decoration: none;
}

#portfolio_tag, #portfolio_type_tag, #portfolio_tag_div, #portfolio_type_tag_div{
	overflow: hidden;
}

#portfolio_tag, #portfolio_type_tag{
	position: absolute;
    top: 60px;
    min-width: 1024px;
    width: 100%;
}

#portfolio_tag a, #portfolio_type_tag a, .tag{
	text-decoration: none;
}

#portfolio_type_tag a, .tag{
	color: #000000;
}

#portfolio_tag a{
	color: #838383;
}

#portfolio_tag_div, #portfolio_type_tag_div{
	text-align: center;
	padding: 0;
	margin: 0;
	position: relative;
}

#portfolio_type_tag_div{
	padding-top: 20px;
}

#portfolio_tag_div span, #portfolio_type_tag_div span{
	border: 0 none;
    margin: 1px 0 1px 7px;
    padding: 0;
    position: relative;
    display: inline-table;
}

#portfolio_tag_div span span.spr, #portfolio_type_tag_div span span.spr{
	margin: 0 0 0 7px;
	padding: 0;
	width: 1px;	
	background-repeat: no-repeat;
	position: relative;
}

#portfolio_type_tag_div span span.spr{
	height: 14px;
	top: 3px;
    background-image: url("/images/li_bullet.jpg");
}

#portfolio_tag_div span span.spr{
	height: 12px;
	top: 2px;
	background-image: url("/images/li_bullet2.jpg");
}

#portfolio_tag_div span.tag_selected a, #portfolio_type_tag_div span.type_tag_selected a{
	color: #F1B344;
}

.portfolio_contents_title, .portfolio_contents_title a{
	color: #F7941D;
	font-weight: bold;
	text-decoration: none;
}

.portfolio_contents_tag_text{
	color: #FA921F;
}

.back_to_top, .back_to_page{
	width: 76px;
	cursor: pointer;
}

.clients_logo_img_url{
	display: none;
}

.clients_logos{
	margin: 0 auto;
	padding: 30px 0 0 0;
}

.clients_logos td{
	width: 176px;
	height: 90px;
	text-align: center;
}

.clients_logos td a{
	color: #000000;
	text-decoration: none;
}

#form_table{
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
}

.form_table_header{
	font-size: 18px;
}

#form_table td{
	padding-top: 5px;
	padding-bottom: 5px;
}

#form_table input, #form_table textarea{
	border: 1px solid #F1B344;
	width: 274px;
	background-color: transparent;
	background-image: url("/images/white_bg.png");
	background-repeat: repeat;
	font-size: 14px;
}

#form_table textarea{
	width: 710px;
	resize: vertical;
}

#form_table input#btnSubmit{
	width: 62px;
	height: 28px;
	background-color: #FBAE42;
	background-image: none;
	display: block;
	float: right;
	font-size: 12px;
	font-weight: bold;
	position: relative;
}

#form_table input#name, #form_table input#email, #form_table input#contact_person, #form_table input#contact_no {
	height: 28px;
}

.form_table_required{
	color: #000000;
	font-size: 13px;
	text-align: right;
	padding-right: 11px;
}

.set_btn{
	color: #F1B344;
	background-color: #FFFFFF;
	font-size: 18px;
}

#page_map, #page_contact_logos{
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	position: relative;
	overflow: visible;
}

#the_map{
	position: absolute;
	display: block;
}

#enlarge_image_block_div, #map_block_div, #join_us_block_div, #route_block_div{
	position: absolute;
	display: block;
	min-width: 1024px;
	width: 100%;
	height: 600px;
	left: 0px;
}

#enlarge_image_block_div{
	background-image: url("/images/white_bg.png");
	*background-image: none;
    background-repeat: repeat;
    height: 100%;
    position: fixed;
    *position: absolute;
}

#map_block_div{
	top: -34px;
}

#join_us_block_div{
	top: -10px;
}

#map_div_pos, #join_us_div_pos{
	position: absolute;
	min-width: 1024px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	top: -1034px;
	visibility: hidden;
	overflow: visible;
}

#map_div, #join_us_div{
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

#enlarge_image_outside_div{
	position: absolute;
	min-width: 1014px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	top: 0px;
	overflow: visible;
	z-index: 35000;
}

#enlarge_image_div{
	position: relative;
	width: 1014px;
	margin: 0 auto/* 34px*/;
	padding: 35px 5px 30px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	overflow: visible;
}

#enlarge_image_table_div{
	position: relative;
	margin: 0;
	padding: 0;
	width: 860px;
	min-height: 400px;
	height: auto !important;
	height: 100%;
	overflow: hidden;
}

#enlarge_image_id{
	display: inline;
    vertical-align: middle;
    visibility: visible;
}

#map_div{
	width: 885px;
	height: 500px;
}

#join_us_div{
	width: 885px;
	height: 300px;
}

#join_us_table td, #unjoin_us_table td{
	margin: 0;
	padding: 0;
}

#join_us_div table{
	margin: 0;
	padding: 0px 10px;
	width: 880px;
}

#join_us_div table td{
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}

#join_us_div input, #join_us_div textarea{
	border: 1px solid #F1B344;
	width: 535px;
	background-color: #FFFFFF;
	font-size: 14px;
}

#join_us_div input#joinUsSubmit, #join_us_div input#unjoinUsSubmit{
	width: 62px;
	height: 28px;
	background-color: #FBAE42;
	background-image: none;
	display: block;
	float: right;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
}

#join_us_div input#joinUsname, #join_us_div input#joinUsemail, #join_us_div input#unjoinUsemail {
	width: 500px;
	height: 28px;
}

#join_us_div input#unjoinUsemail{
	width: 521px;
}

#enlarge_image_close, #map_close, #join_us_close, #route_result_close, #client_close{
	color: #F1B344;
	font-size: 21px;
	display: block;
	width: 21px;
	height: 21px;
	vertical-align: middle;
	text-align: right;
	cursor: pointer;
	position: relative;
	float: right;
}

#route_result_close{
	position: absolute;
	right: 5px;
	top: 5px;
}

#client_close{
	position: absolute;
	right: 5px;
}

#enlarge_image_close{
	position: fixed;
	*position: absolute;
	top: 5px;
}

#enlarge_image_inside_div{
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
}

#enlarge_image_inside_table{
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	top: 0px;
	table-layout: fixed;
}

#enlarge_image_inside_table td{
	padding: 0;
	margin: 0;
}

#enlarge_image_inside_table td#enlarge_content{
	padding-top: 10px;
}

#enlarge_image_inside_table td#enlarge_prev, #enlarge_image_inside_table td#enlarge_next{
	width: 77px;
	cursor: pointer;
	overflow: hidden;
}

#enlarge_image_inside_table td#enlarge_image{
	min-width: 860px;
	width: auto !important;
	width: 860px;
	overflow: hidden;
	line-height: 100%;
}

#enlarge_image_inside_table #enlarge_image_id{
	display: inline;
    vertical-align: middle;
    visibility: visible;
}

#enlarge_image_inside_table td#enlarge_image img{
	cursor: pointer;
}

#map_inside_div{
	position: relative;
	display: block;
	width: 750px;
	height: 400px;
	top: 34px;
	left: 25px;
}

.contact_address{
	margin: 20px 0;
	padding: 0px;
	position: relative;
	left: 437px;
	font-size: 13px;
}

#contact_us_icon, #contact_us_icon_qconept, #contact_us_icon_member, #contact_us_icon_map, #contact_us_icon_facebook, #contact_us_icon_skype{
	margin: 0px;
	padding: 0px;
	position: absolute;
	display: block;
}

#contact_us_icon{
	/*background-image: url("/images/logo_near_button.png");*/
	background-repeat: no-repeat;
	width: 139px;
	height: 114px;
	left: 235px;
	overflow: visible;
	margin: 20px 0;
}
#contact_us_icon_qconept{
	background-image: url("/images/logo_near_button.png?date20130409");
	background-repeat: no-repeat;
	width: 162px;
	height: 134px;
	top: -2px;
}
#contact_us_icon_member{
	display: none;
	background-image: url("/images/member_icon.png?date20120921");
	background-repeat: no-repeat;
	width: 77px;
	height: 77px;
	left: 96px;
    top: 2px;
}
#contact_us_icon_map{
	display: none;
	background-image: url("/images/map_icon.png?date20120921");
	background-repeat: no-repeat;
	width: 117px;
	height: 119px;
	left: 73px;
    top: 8px;
}
#contact_us_icon_facebook{
	display: none;
	background-image: url("/images/facebook_icon.png?date20120921");
	background-repeat: no-repeat;
	width: 87px;
	height: 81px;
	left: -7px;
    top: 47px;
}
#contact_us_icon_skype{
	display: none;
	background-image: url("/images/skype_icon.png?date20120921");
	background-repeat: no-repeat;
	width: 77px;
	height: 77px;
	left: 96px;
    top: 2px;
}

#contact_us_map, #contact_us_join_us, #contact_us_facebook, #contact_us_skype{
	margin: 0px 40px;
	padding: 0px;
	position: relative;
	display: inline-block;
	cursor: pointer;
}

#contact_us_map{
	width: 171px;
	height: 34px;
}

#contact_us_join_us{
	width: 171px;
	height: 34px;
	margin-left: 220px;
}

#contact_us_facebook{
	width: 171px;
	height: 35px;
}

#contact_us_skype{
	width: 171px;
	height: 35px;
	margin-right: 100px;
}

#route_notice{
	/*position: relative;
	margin: 0 auto;*/
    padding: 0;
    text-align: center;
    /*top: 138px;*/
    font-size: 10px;
    top: 127px;
    position: absolute;
    margin: 0 99px;
    width: 400px;
}

#route_notice.en{
	font-size: 8px;
}

#route_notice.hk{
	font-size: 9px;
}

#route_minibus_div{
	position: relative;
	margin: 0 auto;
    padding: 0;
	height: 623px;
	width: 600px;
}

#route_minibus_please_select{
	position: absolute;
	display: none;
	overflow: hidden;
}

.route_minibus{
	position: relative;
	margin: 0 auto;
	padding: 0;
	top: 149px;
	height: 240px;
	width: 561px;
	overflow: hidden;
	line-height: 240px;
	text-align: center;
	vertical-align: middle;
	visibility: hidden;
}

.route_minibus img{
	margin: 0 12px;
	padding: 0;
	vertical-align: middle;
	position: relative;
}

.route_minibus img#route_minibus_green{
	width: 284px;
	height: 240px;
	cursor: pointer;
}

.route_minibus img#route_minibus_red{
	width: 284px;
	height: 240px;
	cursor: pointer;
}

#route_minibus_content{
	position: relative;
	margin: 0 auto;
    padding: 0;
    top: 159px;
	height: 200px;
	width: 600px;
	text-align: center;
}

#route_minibus_notice{
	position: relative;
	margin: 0 auto;
	padding: 40px 0;
	font-size: 16px;
}

#route_minibus_content_table{
	display: none;
	position: relative;
	margin: 0 auto;
	padding: 0;
	/*width: 500px;*/
}

.route_minibus_title{
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
}

.route_dropdown_menu{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 227px;
	height: 23px;
	text-align: left;
	display: inline-block;
	top: 37px;
}

#route_region.route_dropdown_menu{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 120px;
	height: 23px;
	text-align: left;
	display: inline-block;
	top: 37px;
}

#route_minibus_type.route_dropdown_menu{
	top: 23px;
}

#route_minibus_type .route_show_option_title, #route_minibus_type .route_show_default{
	font-size: 14px;
	font-weight: bold;
	display: block;
}

#route_minibus_type_span{
	padding-left: 234px;
}

#route_region{
	left: 121px;
}

#route_location{
	left: 252px;
}

.route_location{
	left: 252px;
	display: none;
}

.route_location.route_region_in_id{
	display: inline-block;
}

.route_show_dropdown_menu{
	position: relative;
	margin: 0;
	padding: 0;
	background-image: url("/images/dropdown_list_box_big.png?date20121004");
	background-repeat: no-repeat;
	width: 227px;
	height: 23px;
}

#route_region .route_show_dropdown_menu{
	background-image: url("/images/dropdown_list_box_small.png?date20121004");
	width: 120px;
}

.route_show_dropdown_menu .route_show_selected, .route_show_dropdown_menu .route_show_default{
	position: absolute;
	margin: 0;
	padding: 0 0 0 8px;
	overflow: hidden;
	width: 196px;
	height: 23px;
	line-height: 23px;
	vertical-align: middle;
}

.route_show_dropdown_menu .route_show_selected span, .route_show_dropdown_menu .route_show_default span{
	margin: 0;
	padding: 0;
}

#route_region .route_show_dropdown_menu .route_show_selected, #route_region .route_show_dropdown_menu .route_show_default{
	width: 88px;
}

.route_dropdown_menu .route_show_options{
	position: relative;
	display: none;
	border-width: 0px 3px 3px 3px;
	border-style: solid;
	border-color: #CCCCCC;
	margin: 0 0 30px 0;
	padding: 0;
	z-index: 100;
}

.route_dropdown_menu .route_show_options .route_show_option{
	position: relative;
	display: none;
	margin: 0;
	padding: 0 0 0 5px;
	background-color: #FFFFFF;
	overflow: hidden;
	width: 216px;
	height: 23px;
	line-height: 23px;
	vertical-align: middle;
}

#route_region.route_dropdown_menu .route_show_options .route_show_option{
	width: 109px;
}

.route_dropdown_menu .route_show_option_id{
	margin: 0;
	padding: 0;
	display: none;
}

.route_dropdown_menu .route_show_options .route_show_option.route_show_mouseover{
	background-color: #CCCCCC;
}

.route_dropdown_button{
	position: absolute;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 96px;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	background-color: #FFB034;
	top: 77px;
	left: 252px;
	cursor: pointer;
}

#route_result_div{
	display: none;
	position: absolute;
	margin: 0 auto;
	padding: 0;
	top: 48px;
	left: -112px;
	width: 796px;
	min-height: 500px;
	/*height: 500px;*/
	color: #666666;
	overflow: visible;
	z-index: 101;
}

#route_result_div #route_result_div_content{
	padding: 20px 0 20px 30px;
	border: 2px solid #CCCCCC;
	background-image: url("/images/white_bg.png");
	background-repeat: repeat;
	width: 766px;
	min-height: 460px;
}

#route_result_div .route_result_div_title{
	margin: 0;
	padding: 0;
	font-size: 21px;
	font-weight: bold;
	display: block;
}

#route_result_div .route_result_content_table_div{
	margin: 0;
	padding: 0;
	width: 740px;
	/*height: 412px;
	overflow-y: scroll;*/
}

#route_result_div #route_result_div_space{
	margin: 0;
	padding: 0;
	position: relative;
	width: 800px;
	height: 60px;
}

#route_result_div .route_result_content_table{
	margin: 0;
	padding: 0;
	border: 0px solid transparent;
	border-collapse: collapse;
	background-color: #FFFFFF;
}

#route_result_div .route_result_content_table td{
	padding: 3px;
	border: 1px solid #CCCCCC;
}

.comm_invest_div, #comm_invest_temp_div, #comm_invest_now_div{
	position: relative;
	margin: 0 auto;
    padding: 86px 0 0 0;
	height: 537px;
	width: 600px;
}

.comm_invest_div .comm_invest_img, #comm_invest_temp_div .comm_invest_img, #comm_invest_now_div .comm_invest_img{
	position: relative;
	margin: 0 auto;
    padding: 0px;
    text-align: center;
    z-index: 0;
    width: 374px;
    height: 280px;
    line-height: 280px;
    vertical-align: middle;
    overflow: hidden;
}

.comm_invest_div .comm_invest_img img, #comm_invest_temp_div .comm_invest_img img, #comm_invest_now_div .comm_invest_img img{
	width: auto;
	height: auto;
	vertical-align: middle;
}

.comm_invest_img_span{
	display: inline-block;
	width: 0px;
	height: 100%;
	vertical-align: middle;
}

#comm_invest_now_div .comm_invest_img{
	cursor: pointer;
}

#comm_invest_now_div .comm_invest_img #enlarge_icon{
	display: none;
	position: relative;
	margin: 0px;
    padding: 0px;
	z-index: 0;
	height: 44px;
	width: 44px;
	text-align: center;
	vertical-align: middle;
}

#comm_invest_now_div #comm_invest_now_prev_div, #comm_invest_now_div #comm_invest_now_next_div{
	position: absolute;
	margin: 0px;
    padding: 0px;
	display: block;
	z-index: 0;
	width: 13px;
	height: 31px;
	top: 240px;
	cursor: pointer;
}

#comm_invest_now_div #comm_invest_now_prev_div{
	background-image: url('/images/arrow_small_left.png');
	background-repeat: no-repeat;
	left: 60px;
}

.comm_invest_arrow_left_off{
	background-position: 0px 0px;
}

.comm_invest_arrow_left_on{
	background-position: -13px 0px;
}

#comm_invest_now_div #comm_invest_now_next_div{
	background-image: url('/images/arrow_small_right.png');
	background-repeat: no-repeat;
	right: 60px;
}

.comm_invest_arrow_right_off{
	background-position: 0px 0px;
}

.comm_invest_arrow_right_on{
	background-position: -13px 0px;
}

#comm_invest_content_up_div{
	background-image: url('/images/ci_upper.png');
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 2px 0;
	width: 24px;
	height: 15px;
	display: block;
	cursor: pointer;
	position: relative;
	top: 30px;
}

#comm_invest_content_down_div{
	background-image: url('/images/ci_lower.png');
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 2px 0;
	width: 24px;
	height: 15px;
	display: block;
	cursor: pointer;
	position: relative;
	top: 30px;
}

.comm_invest_div .comm_invest_content, #comm_invest_temp_div .comm_invest_content, #comm_invest_now_div .comm_invest_content{
	position: relative;
	margin: 0 auto;
	padding: 0;
    text-align: center;
    width: 415px;
    height: 130px;
    top: 20px;
}

#comm_invest_now_div .comm_invest_content{
	overflow: hidden;
}

#comm_invest_now_div .comm_invest_content .comm_invest_content_div{
	position: relative;
	margin: 0px;
	padding: 0px;
}

#comm_invest_prev_div, #comm_invest_next_div{
	position: absolute;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 200px;
	height: 200px;
	line-height: 200px;
	vertical-align: middle;
	top: 180px;
	cursor: pointer;
}

#comm_invest_prev_div{
	left: 5px;
}
#comm_invest_next_div{
	right: 5px;
}

#comm_invest_prev_div .comm_invest_content, #comm_invest_next_div .comm_invest_content{
	display: none;
}

#comm_invest_prev_div .comm_invest_img img, #comm_invest_next_div .comm_invest_img img{
	width: auto;
	height: auto;
	vertical-align: middle;
}

#page_community_investment_progress_bar{
	position: relative;
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 332px;
	height: 15px;
	top: 20px;
	background-image: url("/images/scroll_bar.png");
	background-repeat: no-repeat;
	background-position: center 0;
	overflow: visible;
}

#page_community_investment_percentage{
	position: absolute;
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 332px;
	height: 15px;
	text-align: center;
}

#page_community_investment_progress_bar_bg{
	position: absolute;
	margin: 0;
	padding: 0;
	display: block;
	width: 22px;
	height: 22px;
	background-image: url("/images/scroll_button.png");
	background-repeat: no-repeat;
	cursor: move;
	top: -3px;
}

#services_right_menu_scroll_bar{
	position: absolute;
	margin: 0 auto;
	padding: 0;
	display: none;
	width: 16px;
	height: 397px;
	top: 65px;
	left: 236px;
	background-image: url("/images/services/top_dialog_box_scroll_bar.png");
	background-repeat: no-repeat;
	background-position: center 0;
	overflow: visible;
}

#services_right_menu_scroll_bar_bg{
	position: absolute;
	margin: 0;
	padding: 0;
	display: block;
	width: 16px;
	height: 248px;
	background-image: url("/images/services/top_dialog_box_scroll_stick.png");
	background-repeat: no-repeat;
	cursor: move;
	top: 20px;
}

#scene_bubble{
	position: absolute;
	background-image: url("/images/services/speech.png");
	background-repeat: no-repeat;
	width: 75px;
	height: 43px;
	display: none;
	overflow: visible;
}

#clients_contents{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1024px;
}

#clients_markup{
	position: relative;
	display: block;
    margin: 20px 0px 10px;
    padding: 0;
    text-align: center;
    color: #666666;
    font-size: 10px;
    clear: both;
}

.clients_icon_title{
	position: absolute;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	bottom: 0px;
	text-align: center;
	font-size: 16px;
}

.clients_small_icon_title{
	display: none;
	position: absolute;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	bottom: 0px;
	text-align: center;
	font-size: 10px;
}

.clients_small_icon_id{
	display: none;
	position: absolute;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	bottom: 0px;
	text-align: center;
	font-size: 10px;
}

#clients_platform{
	position: absolute;
	background-image: url("/images/qland.png?date20120911");
	background-repeat: no-repeat;
	width: 618px;
	height: 365px;
	top: 280px;
	left: 103px;
	z-index: 0;
}

#clients_brackets{
	position: absolute;
	background-image: url("/images/clients_brackets.png");
	background-repeat: no-repeat;
	width: 233px;
	height: 171px;
	top: 345px;
	left: 745px;
	z-index: 0;
}

#clients_bubble_div_pos{
	display: none;
    position: absolute;
    overflow: visible;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    min-width: 1024px;
}

#clients_bubble_div{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1024px;
}

#clients_bubble{
	position: absolute;
	width: 719px;
	top: 50px;
	left: 46px;
	z-index: 10;
	margin: 0;
	padding: 0;
}

#clients_bubble #clients_bubble_top{
	position: relative;
	background-image: url("/images/clients_bubble_top.png");
	background-repeat: repeat-y;
	width: 719px;
	height: 10px;
	z-index: 10;
	margin: 0;
	padding: 0;
}
#clients_bubble #clients_bubble_middle{
	position: relative;
	overflow: hidden;
	background-image: url("/images/clients_bubble_middle.png");
	background-repeat: repeat-y;
	width: 719px;
	min-height: 577px;
	height: auto;
	z-index: 10;
	margin: 0;
	padding: 0;
}
#clients_bubble #clients_bubble_bottom{
	position: relative;
	background-image: url("/images/clients_bubble_bottom.png");
	background-repeat: repeat-y;
	width: 719px;
	height: 15px;
	z-index: 10;
	margin: 0 0 11px 0;
	padding: 0;
}
#clients_bubble .clients_bubble_shadow{
	position: absolute;
	background-image: url("/images/clients_bubble_shadow.png");
	background-repeat: repeat-y;
	width: 62px;
	z-index: 11;
	left: 657px;
	margin: 0;
	padding: 0;
}
#clients_bubble .clients_bubble_shadow.clients_bubble_s1{
	top: 0px;
	height: 216px;
}
#clients_bubble .clients_bubble_shadow.clients_bubble_s2{
	top: 266px;
	height: 100%;
}
#clients_bubble #clients_bubble_right{
	position: absolute;
	background-image: url("/images/clients_bubble_right.png");
	background-repeat: no-repeat;
	width: 62px;
	height: 50px;
	z-index: 11;
	left: 657px;
	top: 216px;
	margin: 0;
	padding: 0;
}

#clients_bubble_contents{
	position: relative;
	width: 657px;
}

#clients_bubble_contents span.clients_logo_span{
	position: relative;
	display: none;
	/*display: inline-block;*/
	width: 176px;
	vertical-align: middle;
	margin: 5px 18px;
	padding: 0;
}

#clients_bubble_contents span.clients_empty_pic_span{
	position: relative;
	display: none;
	/*display: inline-block;*/
	width: 0px;
	min-height: 103px;
	height: auto !important;
	height: 103px;
	vertical-align: middle;
	margin: 5px 0px;
	padding: 0;
}

#clients_bubble_contents a{
	position: relative;
	display: block;
	width: 176px;
	text-align: center;
	color: #000000;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#clients_bubble_block{
    position: absolute;
    top: 0px;
    left: 0px;
    min-height: 100%;
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

#client_temp_animate{
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0px;
	display: none;
}

#page_not_found_group{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	height: 442px;
	top: 125px;
	overflow: hidden;
	z-index: 5000;
}

#page_not_found_text{
	display: none;
	background-image: url("/images/page_not_found_text.png");
	background-repeat: no-repeat;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 189px;
	height: 210px;
	top: 130px;
	left: 460px;
	z-index: 5000;
}

#page_not_found_4_first, #page_not_found_4_second{
	background-image: url("/images/page_not_found_4.png");
	background-repeat: no-repeat;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 221px;
	height: 93px;
	z-index: 5000;
}

#page_not_found_4_first{
	top: 195px;
	left: 331px;
}

#page_not_found_4_second{
	top: 348px;
	left: 574px;
}

#page_not_found_column{
	background-image: url("/images/page_not_found_column.png");
	background-repeat: no-repeat;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 334px;
	height: 196px;
	top: 234px;
	left: 313px;
	z-index: 5000;
}

#page_not_found_hole{
	background-image: url("/images/page_not_found_hole.png");
	background-repeat: no-repeat;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 220px;
	height: 116px;
	top: 139px;
	left: 0px;
	z-index: 5000;
}

.page_not_found_mouse_group{
	position: absolute;
	margin: 0;
	padding: 0;
	top: 2px;
	left: 445px;
	z-index: 5000;
}

#page_not_found_mouse{
	background-image: url("/images/mouse.png");
	background-repeat: no-repeat;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 99px;
	height: 62px;
	top: 30px;
	left: 0px;
	z-index: 5000;
}

#page_not_found_mouse_shadow{
	background-image: url("/images/mouse_shadow.png");
	background-repeat: no-repeat;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 106px;
	height: 66px;
	top: 30px;
	left: 0px;
	z-index: 5000;
}

#page_not_found_mouse_scare{
	background-image: url("/images/mouse_scare.png?date20121015_2");
	background-repeat: no-repeat;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 39px;
	height: 38px;
	top: 0px;
	left: 69px;
	z-index: 5000;
	display: none;
}

#page_not_found_animate_group{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 560px;
	height: 255px;
	top: 108px;
	left: 443px;
	overflow: hidden;
	z-index: 5000;	
}

.highlight{
	color: #F7941D;
    font-weight: bold;
    text-decoration: none;
}

/***** File Upload *****/
#file_attachment_list {
    list-style: none outside none;
}

#file_attachment_list a{
	color: #000000;
}

#file_attachment_list li {
    padding: 5px 0;
    position: relative;
    overflow: hidden;
}

#file_attachment_list .customfile-delete-button {
    position: relative;
    width: 100px;
    float: right;
}

#file_attachment_list .customfile {
    background: none repeat scroll 0 0 #FCFCFC;
    cursor: pointer;
    height: 23px;
    overflow: hidden;
    padding: 2px;
    position: relative;
    width: 310px;
    float: left;
}

#file_attachment_list a.button, #file_attachment_list span.button {
    font-weight: normal;
    height: 18px;
}
#file_attachment_list .customfile-button {
    float: right;
    position: relative;
    right: -5px;
    top: -3px;
}
#file_attachment_list .button, #file_attachment_list button {
    background-color: #FBAE42;
    background-image: none;
}
#file_attachment_list .button, #file_attachment_list button {
    font-weight: bold;
    height: 28px;
    padding: 4px 15px;
}
#file_attachment_list .button-link, #file_attachment_list .button, button {
    cursor: pointer;
    display: inline-block;
    overflow: visible;
    text-decoration: none;
    vertical-align: baseline;
    white-space: nowrap;
    width: auto;
}
#file_attachment_list .customfile-feedback {
    color: #666666;
    display: block;
    margin: 2px 1px 1px 5px;
    overflow: hidden;
    position: relative;
}
#file_attachment_list input.customfile-input {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    height: 28px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 310px;
    z-index: 999;
}
#file_attachment_list button, #file_attachment_list input {
    margin: 0;
}
#file_attachment_list input, #file_attachment_list button {
    font: 99%;
}
#file_attachment_list input {
    color: #666666;
}
#file_attachment_list input {
    vertical-align: middle;
}

.uploads_msg{
	position:relative;
	margin: 0 auto;
	padding: 30px 0 10px 0;
	width: 1024px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

.uploads_msg a{
	color: #000000;
}

#uploads_list{
	margin: 0 auto;
	padding:20px 0 0 0;
	width: 768px;
	position: relative;
	line-height: 150%;
}

#uploads_list a{
	color: #000000;
	text-decoration: none;
}

.informations_photos{
	max-width: 192px;
}

#icon_bar{
	display:none;
	position:relative;
	clear:both;
	margin:50px 0;
}