#partyBox {
	width: 450px;
	height: 300px;
	position: absolute;
	z-index: 3000;
	left:50%;
	margin-left:-220px;
	top:150px;
}

#partyBox h2 {
	text-align: center;
	font-size: 16px;
}

#partyBox table {
	width: 400px;
}
#partyBox table tr {
	text-align: right;
}
#partyBox table td.cl1 {
	width:150px;
	padding-right: 45px;
}
#partyBox .b1 {
	width:140px;
	float:left;
	margin-top:40px;
}
#partyBox .b2 {
	float:left;
	margin-top:40px;
	padding-left:128px;
}
#partyBox .button {
	cursor:pointer;
}
#partyBox input {
	width: 250px;
}

#partyBox .partyButtons {
	position: absolute;
	top: 240px;
}

#partyBox .header {
	background:url("../img/task-bar_02_20px.png") repeat-x scroll 0 0 transparent;
	border-left:1px solid black;
	border-right:1px solid black;
	border-top:1px solid black;
	height:20px;
	width: 436px;
	text-align:right;
	float: left;
}
#partyBox .buttonClose {
	cursor:pointer;
	float:right;
	padding:2px 2px 0 0
}
#partyBox .content {
	background:url("../img/TTParty2.png") repeat-x scroll 0 0 transparent;
	background-repeat: no-repeat;
	background-position: 75px 17px;
	background-color:white;
	border-left:1px solid black;
	border-right:1px solid black;
	height:300px;
	width: 406px;
	padding:10px 15px;
	float:left;
}
#partyBox .footer {
	background:url("../img/Task-Bar_01.png") repeat-x scroll 0 0 transparent;
	border-bottom:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
	width: 436px;
	height:24px;
	float:left;
}
#partyBox .footer a {
	color:#53626B;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#partyBox .footer .buttonRecomend {
	float: left;
	padding: 5px 0 0 10px;
	height: 24px;
}
#partyBox .footer .buttonRegister {
	float: right;
	padding: 5px 10px 0 0;
	height: 24px;
}
#partyBox .shadow1 {
	background:url("../img/Layer_Box_Border_Bottom_Left.png") no-repeat scroll 0 0 transparent;
	height:12px;
	width:12px;
	float: left;
}
#partyBox .shadow2 {
	background:url("../img/Layer_Box_Border_Bottom.png") repeat-x scroll 0 0 transparent;
	height:12px;
	width: 425px;
	float: left;
}
#partyBox .shadow3 {
	background:url("../img/Layer_Box_Border_Bottom_Right.png") no-repeat scroll 0 0 transparent;
	height:12px;
	width:12px;
	float: left;
}
#partyBox .headerShadow {
	background:url("../img/Layer_Box_Border_Top_Right.png") no-repeat scroll 0 0 transparent;
	height:21px;
	width:12px;
	float:left;
}
#partyBox .contentShadow {
	background:url("../img/Layer_Box_Border_Right.png") repeat-y scroll 0 0 transparent;
	height:320px;
	width:12px;
	float:left;
}
#partyBox .footerShadow {
	background:url("../img/Layer_Box_Border_Right.png") repeat-y scroll 0 0 transparent;
	height:25px;
	width:12px;
	float:left;
}
#partyBox tr {
	height: 40px;
}
#partyBox .buttonBanner {
	padding: 70px 0px 0px 70px;
}
#partyBox .bannerWrap {
	background:url("../img/TTParty.png") repeat-x scroll 0 0 transparent;
	background-repeat: no-repeat;
	background-position: 50px 115px;
	width: 400px;
	height: 400px;
	position: relative;
}
#partyBox .banner {
	cursor:pointer;
	height:260px;
	left:50px;
	position:absolute;
	top:115px;
	width:290px;
}
#partyBox .bannerWrap p {
	font-weight: bold;
	position: absolute;
	bottom: -10px;
	right: 45px;
	color:white;
	cursor:pointer;
}
#partyBox .layerboxInputField  {
	background-color:#FFFFFF;
	border:1px solid #000000;
}

#partyLink {
	position:absolute;
	top: 677px;
	left: 50%;
	margin: 0 0 0 180px;
	background-image:url("../img/TTParty2_01.png");
	width: 130px;
	height: 128px;
	cursor: hand;
	cursor: pointer;
}