@import "/css/css.css";
body {
	margin: 0;
	padding: 0;
}

link, meta, object {
	display: none;
}

.head {
	font-size: 16px;
}

.bg {
	background: transparent url(../Images/bg.jpg) repeat-x 0px 0px;
	width: 100%;
	height: 100%;

	position: absolute;
	left: 0px;
	top: 0px;
}

.error {
	font-size: 16px;
	font-weight: bolder;
	color: #FF0000;
}

.dialog {
	display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: 0px;

	background: #FFFFFF url(../Images/dialog.gif) no-repeat 0px 0px;
	width: 445px;
	height: 400px;
	z-index: 100;
}

.dialog .title {
	height: 28px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #1A465A;
	padding-top: 8px;
	padding-left: 10px;
}

.dialog .content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	height: 253px;
	width: 410px;
	text-align: left;
	margin: 8px 15px 0 18px;
	overflow: auto;
}

.dialog .toolbar {
	height: 24px;
	padding-right: 25px;
	margin-top: 20px;
	text-align: right;
}

.dialog .toolbar a {
	display: inline-block;
	background: transparent url(/webmeet/style.2/dialog/btn_a.gif) no-repeat 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	width: 73px;
	height: 22px;
	line-height: 23px;
	margin: 0px 1px 1px 0px;
}

.dialog .toolbar a:hover {
	background: transparent url(/webmeet/style.2/dialog/btn_b.gif) no-repeat 0px 0px;
	margin: 1px 0px 0px 1px;
}

#imgCache {
	display: none;
}

#copyright {
	position: absolute;
	left: 75px;
	top: 535px;
}

#index {
	background: transparent url(../Images/bg_3.jpg) 0px 0px;
	width: 946px;
	height: 594px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#index .leftbar {
	position: absolute;
	left: 60px;
	top: 150px;
}

#index .langbar {
	position: absolute;
	left: 550px;
	top: 110px;
}

#index .langbar a{
	color:black;
}

#index .main {
	position: absolute;
	left: 285px;
	top: 145px;
	width: 455px;
}

#index .main li {
	padding: 0;
	margin: 0;
	list-style-type: decimal;
}

#index .main div.t3, #index .main div.t1, #index .main li a {
	font-weight: bolder;
}

#index .main li {
	margin-top: 10px;
}

#index .main .btn {
	text-align: right;
}

#index .main .btn a {
	display: block;
	width: 160px;
	height: 52px;
	background: transparent url(../Images/trail.gif) 0px 0px;
	text-decoration: none;
}

#index .main .btn_en {
	text-align: right;
}

#index .main .btn a:hover {
	background: transparent url(../Images/trail_1.gif) 0px 0px;
}

#index .main .btn_en a {
	display: block;
	width: 150px;
	height: 32px;
	background: transparent url(../Images/en/trail.jpg) 0px 0px;
	text-decoration: none;
}

#index .main .btn_en a:hover {
	background: transparent url(../Images/en/trail_1.jpg) 0px 0px;
}

#paneWelcome {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height: 100%;
}

#paneWelcome .body {
	background-position: 0px 30px;
	top: 200px;
	height: 320px;
	width: 700px;
}

#paneWelcome .foot {
	top: 205px;
}

#paneWelcome button {
	border: none;
	width: 160px;
	height: 52px;
}

#paneWelcome #btnMeeting {
	background: transparent url(../Images/join.gif) no-repeat 0px 0px;
}

#paneWelcome #btnMeeting.hover {
	background: transparent url(../Images/join_1.gif) no-repeat 0px 0px;
}

#paneWelcome #btnClose {
	background: transparent url(../Images/close.gif) no-repeat 0px 0px;
}

#paneWelcome #btnClose.hover {
	background: transparent url(../Images/close_1.gif) no-repeat 0px 0px;
}