.generic_dialog { /* this just provides a convenient overlay and superclass for everything */
  height: 0px;
  left: 0px;
  overflow: visible;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 10000;
}
#generic_dialog_iframe {
  filter: alpha(opacity=0);
  left: 0px;
  position: absolute;
  top: 0px;
  z-index: 3;
}
.generic_dialog .generic_dialog_popup {
  height: 0px;
  overflow: visible;
  position: relative;
}
.generic_dialog div.dialog_loading {
  background-color: #f2f2f2;
  border: 1px solid #606060;
  font-size: 24px;
  padding: 10px;
}
#generic_dialog_overlay {
  z-index: 99;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
table.pop_dialog_table {
  border-collapse: collapse;
  margin: auto;
  table-layout: fixed;
  width: 465px; /* default width... override if you want it different */
}
table.pop_dialog_table.shorter{ width:270px;}
td.pop_topleft, td.pop_topright, td.pop_bottomleft, td.pop_bottomright {
  height: 10px;
  overflow: hidden;
  padding: 0px!important;
  width: 10px!important;
}
td.pop_topleft {
  background-image: url(/img/pop_dialog_top_left.png)!important;
  background-image: none;
  filter: none!important;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://xnimg.cn/img/pop_dialog_top_left.png', sizingMethod='crop');
}
td.pop_topright {
  background-image: url(/img/pop_dialog_top_right.png)!important;
  background-image: none;
  filter: none!important;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://xnimg.cn/img/pop_dialog_top_right.png', sizingMethod='crop');
}
td.pop_bottomleft {
  background-image: url(/img/pop_dialog_bottom_left.png)!important;
  background-image: none;
  filter: none!important;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://xnimg.cn/img/pop_dialog_bottom_left.png', sizingMethod='crop');
}
td.pop_bottomright {
  background-image: url(/img/pop_dialog_bottom_right.png)!important;
  background-image: none;
  filter: none!important;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://xnimg.cn/img/pop_dialog_bottom_right.png', sizingMethod='scale');
}
td.pop_border {
  background-image: url(/img/pop_dialog_border.png)!important;
  background-image: none;
  filter: none!important;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://xnimg.cn/img/pop_dialog_border.png', sizingMethod='scale');
}
td.pop_content {
  background-color: white;
  padding: 0px;
}
td.pop_content.morpadding_bluebg{ padding:10px; background-color:#d2d9e6;}
td.pop_content h2 {
  float:none !important;
  background: #6d84b4;
  border: 1px solid #005eac;
  color: white;
  font-size: 14px;
  font-weight: bold;
  margin: 0px;

}
td.pop_content h2 span {
  display: block;
  padding: 4px 10px 5px 10px;
}
td.pop_content h2 a.floatright{ float:right; }
td.pop_content .dialog_content {
  background: #fff;
  border: 1px solid #555;
  border-top-width: 0px;
}
td.pop_content .dialog_content.borderblue{ border:1px #8598c0 solid;}
td.pop_content .dialog_body {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

td.pop_content .dialog_summary {
  background: #f2f2f2;
  padding: 8px 10px 8px 10px;
  border-bottom: 1px solid #ccc;
}

td.pop_content .dialog_summary  p.centertext{margin:30px; text-align:center; line-height:20px;}
td.pop_content .dialog_summary ul.classlist{ list-style:none;}
td.pop_content .dialog_summary ul.classlist li{ list-style:none; height:25px; line-height:25px;}
td.pop_content .dialog_summary ul.classlist li input.floatleft{ background:none; float:left; vertical-align:middle; margin-right:5px; margin-top:7px;}
*html td.pop_content .dialog_summary ul.classlist li input.floatleft{ margin:0; margin-top:3px;}
*+html td.pop_content .dialog_summary ul.classlist li input.floatleft{ margin:0; margin-top:3px;}
td.pop_content .dialog_summary ul.classlist li .gray{ color:#b4b4b4;}

td.pop_content .dialog_summary.higher{ height:100px; padding:10px;}

td.pop_content .dialog_buttons {
  background: #f2f2f2;
  padding: 8px;
  text-align: right;
}

td.pop_content .dialog_buttons.alignleft{ text-align:left;}

td.pop_content .dialog_buttons input {
  margin-left: 5px;
}

td.pop_content .dialog_buttons_left_msg {
 float:left;
}

.contextual_dialog .generic_dialog_popup {
  width: 360px;
}

.contextual_dialog .contextual_arrow,
.contextual_dialog .contextual_arrow_rev {
  background-image: url('/img/minifeed_dialog_triangle.gif');
  background-repeat: no-repeat;
  height: 12px;
  position: relative;
  top: 1px;
}
.contextual_dialog .contextual_arrow_rev {
  background-image: url('/img/minifeed_dialog_triangle_rev.gif');
}

.contextual_dialog .contextual_arrow span,
.contextual_dialog .contextual_arrow_rev span {
  display: none;
}

.contextual_dialog h2 {
  color: black;
  padding-bottom: 4px;
}

.contextual_dialog .contextual_dialog_content {
  background-color: #f0f0f0;
  border: 1px solid #b7b7b7;
  border-bottom: 2px solid #005eac;
  line-height: 15px;
  padding: 8px 10px 10px 10px;
}

.contextual_dialog .dialog_buttons {
  padding-top: 10px;
}

.contextual_dialog .dialog_buttons input {
  margin-right: 10px;
}

.errorDialog td.pop_content h2{background:#ffebe8;border:none;border-bottom:1px solid #AAAAAA;color:#333333;}
.errorDialog td.pop_content h2 span {padding:6px 10px 7px;}
.errorDialog td.pop_content{border:1px solid #ee7c90;}
.errorDialog td.pop_content .dialog_content{border:none;}
.errorDialog td.pop_content .dialog_content .dialog_body{padding:15px;}

ul.square_bullets {
    color:#005eac;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:square;
    padding-left:20px;
}


/* popup div start*/
#dialog_content .tabs {padding-top:15px;border-bottom:1px solid #898989;}
#dialog_content .toggle_tabs {list-style:none;width:231px;margin:0 auto;}
#dialog_content .toggle_tabs li {float:left;background:#f1f1f1 url(/img/toggle_tab_bg.gif) repeat-x 0 1px;}
#dialog_content .toggle_tabs li a {	border:solid #898989;border-width:1px;border-left:0;	padding:3px 15px 3px;	display:block;color:#333;	margin-bottom:-1px;}
*html #dialog_content .toggle_tabs li a {padding:3px 15px 3px;}
*+html #dialog_content .toggle_tabs li a {padding:5px 15px 2px;}
#dialog_content .toggle_tabs li a.selected {color:#fff;background:#6d84b4;border-color:#005eac;text-decoration:none;}
#dialog_content .toggle_tabs li.first a {border:1px solid #898989;}
#dialog_content .toggle_tabs li.first a.selected {border-color:#005eac #5973a9;}
td.pop_content h2 a {float:right;padding:6px 10px;color:#fff;font-weight:normal;font-size:12px; }
td.pop_content h2 a:hover {color:#fff; }
.share_send, .share_post {background:#f7f7f7 none repeat scroll 0%;padding-top:15px;}
.share_send {display:none;}
.share-preview {background:#f7f7f7;}
.share_fields {padding-bottom:10px; }
.composer_fields dt {float:left;margin:0pt;padding:0pt 10px 0pt 20pt;text-align:right;width:65px;}
.composer_fields dd {float:left;margin:0pt 0pt 10px;width:300px;}
.composer_fields dd#dd_privacy_field {margin:0; }
.composer_fields textarea {height:50px; margin:0pt;overflow:auto;}
.composer_fields label {color:#666;font-weight:bold;padding-top:4px;display:block; }
.attachment_stage {background-color:#f0f0f0;border-bottom:1px solid #ccc;border-top:1px solid #ccc;}
.attachment_stage_area {overflow:hidden;padding:8px 3px 7px 8px;}
.share-title {font-weight:bold;color:#555; }
.share_info.share-with-pic {margin-left:115px;}
.share_thumb {border:1px solid #ccc;float:left; margin-right:5px;}
.share_thumb img {border:3px solid #fff; }
.share-description {line-height:18px; color:#808080;}
.share-description span {color:#333;}
.share-description a {margin-right:3px;}
.share_buttons {text-align:center;padding:0 60px 10px 0;}
.share_buttons input {margin:0 5px; }
.share_pop_dialog div.tokenizer,.share_pop_dialog input.inputtext,.share_pop_dialog textarea {width:295px; border:1px solid #8496BA; }
.share_pop_dialog input.inputtext,.share_pop_dialog textarea {padding:5px 0pt 5px 3px;}
.loading {padding:10px;font-size:14px; font-weight:bold;background:#f7f7f7; }
.messages_div {font-size:14px;}
.share-description strong { color:#333; }
/* popup div end */


.friend-request {overflow:hidden;zoom:1}
.friend-request .avatar {float:left;margin-right:15px;}
.friend-request .avatar img {width:100px;}
.friend-request .msg {width:275px;float:left; border:0;}
.friend-request #addMsgBox p {padding-bottom:0.2em;}

.twin_comment_holder label {font-weight:normal;float:right;padding:0;margin-top:-6px;position:relative;}
.twin_comment_holder label input {margin-right:5px;background:#F7F7F7}
* html .twin_comment_holder label input {margin:0;padding:0;vertical-align:middle}
*+html .twin_comment_holder label input {margin:0;padding:0;vertical-align:middle}



/*for recommendpop style*/
td.pop_content .dialog_body h1.general{ font-size:15px; margin-bottom:15px;}
td.pop_content .dialog_body p.altbox{ color:#999; margin-bottom:15px; padding-bottom:3px; border-bottom:1px #e0e0e0 solid;}
td.pop_content .dialog_body p.namefilter{ margin-bottom:15px;}
td.pop_content .dialog_body p.namefilter label{ color:#999; font-weight:bold;}
td.pop_content .dialog_body p.namefilter .inputtext{ width:200px;}
td.pop_content .dialog_body #list-results .selector{ height:200px; margin-bottom:15px;}
table.pop_dialog_table.w515{ width:515px;}
td.pop_content .msbbox_yellow{ margin:10px; border:1px #e2c822 solid; background-color:#fff9d7; padding:15px; text-align:center;}
/*msg*/
.dialog_body.msg {border:1px solid #555;}
.dialog_body.msg h4 {color:#333;font-size:14px;text-align:center;padding:10px;border:1px solid #e2c822;background:#fff9d7;}
.dialog_body.msg.error h4 {border-color:#dd3c10;background:#ffebe8;}
.dialog_body h4.err-msg {color:#dd3c10;margin-bottom:5px;}
/* friend request pop */
.frsdes-pop{overflow:hidden;zoom:1}
.frsdes-pop ul{margin-left:10px; margin-right:-5px; overflow:hidden;zoom:1}
.frsdes-pop label{font-weight:normal;color:#000;width:120px;height:21px;line-height:21px;margin-right:5px;overflow:hidden;display:inline-block;vertical-align:middle}
.frsdes-pop strong{ margin:0 0 5px; display:block}
.frsdes-pop .floatlist li{height:21px;margin-bottom:5px; overflow:hidden; line-height:21px;overflow:hidden;width:172px; float:left}
/*.frsdes-pop li input[type="checkbox"],*/
.frsdes-pop li input.checkbox{margin:0 5px 0 10px;width:13px; height:13px}
.frsdes-pop li input.input-text{width:auto;padding:1px 3px}
.tR{text-align:right}
.btns{margin:10px 0}
.frsdes-pop #popNewGroup{padding-left:25px;*padding-left:29px; padding-top:5px; clear:both}
.hide{ display:none;}
/* form elem
--------------*/
input {font-size:12px;}
textarea, select { background:#fff; font-size:12px;}
input.inputtext:focus, textarea:focus, select:focus { background:#fcfcfc;}
input.validate-code {width:4em !important;float:left;}
.validate-num {float:left;margin:2px 0 0 4px;}
textarea { overflow:auto; padding:2px; border:1px solid #bdc7d8;}
select { height:21px; padding:2px; border:1px solid #bdc7d8;}
.inputtext { padding:2px; border:1px solid #bdc7d8;}
.inputfile { padding:2px}
.inputtext.error {border:1px solid red;text-align:left !important;}
.inputbutton, .inputsubmit, .subbutton, .canbutton, .button-group button { height:24px; font-size:12px; padding:3px 15px; border:1px solid; border-color:#d8dfea #0e1f5b #0e1f5b #d8dfea; background:#005eac; color:#fff; line-height:16px; cursor:pointer; text-align:center;}
* html .inputbutton, * html .inputsubmit, * html .subbutton, * html .canbutton, * html .button-group button {padding:3px 6px}
*+html .inputbutton, *+html .inputsubmit, *+html .subbutton, *+html .canbutton, *+html .button-group button {padding:3px 6px}
input.gray { border:1px solid; border-color:#fff #848484 #848484 #fff; background:#f0f0f0; color:#333;}
a.subbutton { display:inline-block; height:16px; padding:3px 10px;}
a.subbutton:hover { color:#fff; text-decoration:none;}
.timestamp, .time, .date {color:#808080;font-size:11px;}
/* Aux Position */
.clear {clear: both;}
.no-float {float: none !important;}
.go-inline {display: inline;}
.go-block {display: block;}
.top-margin {margin-top: 1.0em;}
.bottom-margin {margin-bottom: 1.0em;}
.vertical-margin {margin: 10px 0;}
.float-right {float: right;}
.float-left {float: left;}
.center {text-align: center !important;}
.align-left {text-align: left !important;}
*html .bottomstatus{ width:236px!important; height:27px; right:5pt; position:absolute; z-index:99999;bottom:auto; clear:both;}
.l{float:left;}
.r{float:right;}
.cgray {color:#808080;}
.cgray9{color:#999999;}
.cgray6{color:#666666;}
.cgray3{color:#333333;}
.cblue{color:#0077CC;}
.corange{color:#FF7200;}
.text_right{text-align:right;}
#xyxPage #opi a{color:#0077CC;}
#xyxPage #content{ border:none;}
#xyxPage .compatible{width:auto; border:none;}
#xyxPage .blank-bar{display:none;}
#xyxPage .full-page{position:relative;}
.xyx_header{background:#FDFEF9;}
.xyx_invite_content .xyx_header{background:#FFFFFF;}
.xyx_logo{float:left;padding:5px 10px;}
.xyx_search{float:right; padding-top:30px; padding-right:30px;}
.xyx_search_input{padding:2px; border:1px solid #C3C5D2; background:#FFFFFF; width:150px;}
.xyx_search_btn{background:url(../img/xyx_gif.gif) no-repeat -297px -88px;  width:26px; height:21px; cursor:pointer; border:none; margin-left:2px;}
.xyx_header .tab-menu{padding:0 20px 0; margin:0;}
.xyx_content{ width: 820px; overflow:hidden;  margin:10px 0 0; position:relative;}
.xyx_invite_content{position:relative; padding-top:20px;}
.xyx_content_left{float:left; width:560px;}
.xyx_content_right{float:right; width:254px;}
.xyx_invite_content .xyx_content_right{width: 265px; float: right; position:relative;}
.xyx_box{border:1px solid #ECE2ED; position:relative; margin-bottom:10px; z-index:12;}
.xyx_box.gamestatus{border-width:1px 0px 0px;}
.xyx_box.hotgames{border:none;}
.xyx_box.ranklist{background:#FAFAFA;}
.xyx_box.gamelist{border:none;}
.xyx_box.iambest{font-size: 14px;line-height:24px;position: relative;}
.xyx_box.hasobj{margin-top:35px;_margin-top:230px;}
.xyx_box h3{background:#F7F7F7; padding:5px 10px; font-size:12px; margin:1px;}
.xyx_box.hotgames h3{background:url(../img/xyx_gif.gif) no-repeat  0 -138px;  height:24px; line-height:24px; margin:0;}
.xyx_box.userinfo h3{border-bottom:1px solid #E3E1E1; padding:15px 10px 15px 60px;}
.xyx_box.ranklist h3{background:#EBE8E6; height:24px; line-height:24px;}
.xyx_box.iambest h3{background: url(../img/xyx_invite_box_bg.gif) repeat-x;height:18px;}
.xyx_box .more{position:absolute; top:5px; right:10px;}
.xyx_box .cont{padding:5px 10px; margin:1px;}
.xyx_box.iambest .cont{padding-left: 20px;padding-top:0px;}
.xyx_box.userinfo .cont{background:#EFEFEE; padding:15px 5px 5px;}
.xyx_box.gamefeed .cont{padding:5px 10px;}
.newsfeed_list li{padding:4px 0px;}
.xyx_gamelist{overflow:hidden; zoom:1;}
.xyx_gamelist li{float:left;margin-left:11px;width:121px;_display:inline;height:130px; overflow:hidden;}
.xyx_gamelist li a.gamepic{display:block;}
.xyx_gamelist li a.gamepic img,.letter_table_pic a img{padding:2px; border:1px solid #E0E0E0; width:115px;height:84px;}
.xyx_gamelist li a.gamepic:hover img,.letter_table_pic a:hover img{border-color:#0077CC;}
.xyx_gamelist li .gamename{text-align:center; padding:3px;height:12px;overflow:hidden;}
.xyx_gamelist li .gameinfo{text-align:center; color:#808080; margin-bottom:5px;}
.xyx_box.gamestatus .xyx_gamelist li{height:auto;}
.xyx_box.gamestatus .xyx_gamelist li .gamename{height:auto;}
a.game_pk_btn{background:url(../img/xyx_gif.gif) no-repeat  -296px -26px;  width:53px; height:25px; line-height:25px; padding-left:25px; color:#666666 !important; display:block; margin:0 auto;}
.xyx_tab{top:6px; right:15px;position:absolute;}
.xyx_tab.tab2{top:12px; right:12px;position:absolute; _right:14px;*top:11px;_top:12px;}
.xyx_invite_content .xyx_tab.tab2{*top:13px;}
.xyx_tab li{float:left; margin-left:5px; _display:inline;}
.xyx_tab li a{display:block; background:url(../img/xyx_gif.gif) no-repeat -297px -54px; width:45px; height:28px; text-align:center; line-height:28px;}
.xyx_tab li.select a{background:url(../img/xyx_gif.gif) no-repeat -346px -53px; width:47px; color:#333333 !important;}
.xyx_tab.tab2 li a{background:url(../img/xyx_gif.gif) no-repeat -376px -26px;  width:51px; height:25px; line-height:25px;}
.xyx_tab.tab2 li.select a{background:url(../img/xyx_gif.gif) no-repeat -430px -26px; }
.userinfo_cont{overflow:hidden;zoom:1;}
.xyx_avatar_large{float:left; background:url(../img/xyx_gif.gif) no-repeat -63px -26px;  width:106px; height:106px;}
.avatar_pic_large{width:100px; height:100px; background-position:center; background-repeat:no-repeat; margin:3px;}
.xyx_userinfo_detail{float:left; margin-left:10px; _display:inline; line-height:18px;width:124px; overflow: hidden;}
.xyx_pk_letter{background:url(../img/xyx_pk_letter_new.gif) no-repeat scroll -3px 0;height:56px;line-height:56px;padding-left:7px;width:123px;}
.xyx_ranklist{margin:1px 12px 12px;}
.xyx_ranklist2{margin:1px 12px 1px 12px;}
.xyx_ranklist2 li{border:1px solid #ECE2ED; margin-bottom:1px; b}
.xyx_ranklist2 li.rank_pos{padding:5px 10px; background:#FFFFFF;}
.xyx_ranklist li{border:1px solid #ECE2ED; margin-bottom:1px; b}
.xyx_ranklist li.rank_pos{padding:5px 10px; background:#FFFFFF;}
.rank_li_box_div{padding:10px; background: #FFFFFF url(../img/xyx_rank_bg_new.gif) no-repeat left;cursor:pointer;}
.rank_li_box{ height:60px; overflow:hidden; zoom:1;}
.rank1 .rank_li_box_div{background-position:0px 0px;}
.rank2 .rank_li_box_div{background-position:0px -80px;}
.rank3 .rank_li_box_div{background-position:0px -160px;}
.rank4 .rank_li_box_div{background-position:0px -240px;}
.rank5 .rank_li_box_div{background-position:0px -320px;}
.rank6 .rank_li_box_div{background-position:0px -400px;}
.rank7 .rank_li_box_div{background-position:0px -480px;}
.rank8 .rank_li_box_div{background-position:0px -560px;}
.rank9 .rank_li_box_div{background-position:0px -640px;}
.rank10 .rank_li_box_div{background-position:0px -720px;}
.rank11 .rank_li_box_div{background-position:0px -800px;}
.rank12 .rank_li_box_div{background-position:0px -880px;}
.rank13 .rank_li_box_div{background-position:0px -960px;}
.rank14 .rank_li_box_div{background-position:0px -1040px;}
.rank15 .rank_li_box_div{background-position:0px -1120px;}
.rank16 .rank_li_box_div{background-position:0px -1200px;}
.rank17 .rank_li_box_div{background-position:0px -1280px;}
.rank18 .rank_li_box_div{background-position:0px -1360px;}
.rank19 .rank_li_box_div{background-position:0px -1440px;}
.rank20 .rank_li_box_div{background-position:0px -1520px;}
.xyx_avatar{background:url(../img/xyx_gif.gif) no-repeat  -1px -26px;  width:60px; height:60px;}
.avatar_pic{background-repeat:no-repeat; background-position:center; width:50px; height:50px; margin:4px;}
.rank_li_info{float:right; padding-top:30px;margin-right:10px; _display:inline; text-align:right;}
.xyx_ranklist li .rank_li_block_div{padding:5px 10px;position:relative;}
*+html .rank_li_block_div {padding:3px 10px 3px !important;}
.xyx_ranklist li .rank_li_block{background:url(../img/xyx_rank_bg_small.gif) no-repeat; height:13px; line-height:13px;padding-left:35px;}
.xyx_ranklist li.rank4 .rank_li_block{background-position:0px 0px;}
.xyx_ranklist li.rank5 .rank_li_block{background-position:0px -13px;}
.xyx_ranklist li.rank6 .rank_li_block{background-position:0px -26px;}
.xyx_ranklist li.rank7 .rank_li_block{background-position:0px -39px;}
.xyx_ranklist li.rank8 .rank_li_block{background-position:0px -52px;}
.xyx_ranklist li.rank9 .rank_li_block{background-position:0px -65px;}
.xyx_ranklist li.rank10 .rank_li_block{background-position:0px -78px;}
.xyx_ranklist li.rank11 .rank_li_block{background-position:0px -91px;}
.xyx_ranklist li.rank12 .rank_li_block{background-position:0px -104px;}
.xyx_ranklist li.rank13 .rank_li_block{background-position:0px -117px;}
.xyx_ranklist li.rank14 .rank_li_block{background-position:0px -130px;}
.xyx_ranklist li.rank15 .rank_li_block{background-position:0px -143px;}
.xyx_ranklist li.rank16 .rank_li_block{background-position:0px -156px;}
.xyx_ranklist li.rank17 .rank_li_block{background-position:0px -169px;}
.xyx_ranklist li.rank18 .rank_li_block{background-position:0px -182px;}
.xyx_ranklist li.rank19 .rank_li_block{background-position:0px -195px;}
.xyx_ranklist li.rank20 .rank_li_block{background-position:0px -208px;}
.rank_li_block_name{position:absolute; left:104px; _top:5px; line-height:15px;}
.rank_li_block_photo{position:absolute; right:10px; top:4px; width:15px; height:15px;_right:25px;}
.xyx_search_result{padding-bottom:10px; padding-left:20px; clear:both;}
.com_list, .com_list_selected {border-bottom:1px solid #DBDBDC;color:#555;cursor:pointer;height:15px;margin:0;overflow:hidden;padding:3px 5px;}
.com_list_selected {color:#fff;background:#3B5998;}
.search_highlight {background:#DCDCDC;color:#000;font-weight:700;}
#arr_container_fri {position:absolute;width:171px;left:0px;top:20px;background:#fff;border:1px solid #DBDBDC;border-top:0;z-index:200; line-height:normal;}
#friendPhoto {position:absolute;width:50px;height:50px;right:22px;top:20px;background-repeat:no-repeat;z-index:300;}
.xyx_friend_search{ border:1px solid #98A8C2; padding:2px; width:149px; color:#808080; background:#FFFFFF ; padding-right:20px;}
.xyx_friendsearch{position:relative; padding-right:21px; float:right;}
.game_detail_header{background:#F7F7F7; border-top:1px solid #ECE2ED; padding:5px 10px;}
.xyx_back_link{background:url(../img/xyx_back_icon.gif) no-repeat left; padding-left:15px;}
.game_detail_info{padding:10px 0;}
.game_intro{width:400px; float:left; color:#808080;line-height:16px;}
.xyx_pk_btn{background:url(../img/game_pk_btn.gif?ver=01); width:83px; height:24px; display:block;}
.xyx_pk_btn:focus{outline:none;}
.game_flash_div{width:560px; overflow:hidden; position:relative;}
.gamedetail_table{width:100%;}
.gamedetail_table td {background:#F9F9F9;border:1px solid #E9E9E9;padding:8px 10px 5px 20px;}
.game_pk_status{padding-bottom:5px; text-align:right;}
.xyx_pop_title{background:#6d84b4; height:30px; line-height:30px; padding:0 15px; color:#FFFFFF;}
.xyx_pop_cont{padding:20px 10px; background:#F5F5F5;}
.pop_cont_info{float:left; text-align:center; line-height:1.6em; overflow:hidden;padding-top:10px;}
.pop_cont_detail{float:right;width:250px;overflow:hidden;}
.pop_cont_table{width:100%;}
.pop_cont_table td{border-bottom:1px solid #D8D8D8; padding:8px 10px 4px 0px;}
.pop_cont_table .game_pk_btn{margin-left:10px; float:left; _display:inline;margin-top:-2px;}
.pop_see_other{padding:10px 20px; text-align:right;}

.condensed_multi_friend_selector {border:1px solid #bdc7d8;margin-bottom:10px; background:#FFFFFF;}
.condensed_multi_friend_selector .search_holder {border-bottom:1px solid #bdc7d8;}
.condensed_multi_friend_selector .clear-result {float:right;}
.condensed_multi_friend_selector .search_freinds {border:0;padding:4px 4px 5px 20px;background:url(../img/searchinputbg.gif) no-repeat 3px 3px; width:240px; }
.condensed_multi_friend_selector .search_freinds.gray {color:#808080;}
.condensed_multi_friend_selector .unselected_list {border-right:1px solid #bdc7d8;overflow:auto; padding:5px; float:left; width:130px; height:147px;margin-right:4px;}
.condensed_multi_friend_selector .selected_list {border-left:1px solid #bdc7d8;overflow:auto; height:157px;position:relative;}
.condensed_multi_friend_selector .unselected { background:url(../img/add.gif) no-repeat 98% 5px;padding:3px 10px 3px 3px;;}
.condensed_multi_friend_selector .unselected.uhover { background: url(../img/plus_white.gif) #005eac no-repeat 98% 5px;cursor:pointer;color:#fff; }
.condensed_multi_friend_selector .selected { background: url(../img/x_to_hide_gray.gif) #fff no-repeat 2px 2px;padding:1px 0 1px 18px;position:relative;}
.condensed_multi_friend_selector .selected.shover { background-image:url(../img/x_to_hide_dark_blue.gif);cursor:pointer;}
.condensed_multi_friend_selector .selected_list .empty-list {padding:5px;}
.condensed_multi_friend_selector .selected_list .error {position:absolute; top:50px;background:#ffebe8;border:1px solid #dd3c10; padding:10px; margin-right:5px;}
*html .condensed_multi_friend_selector .unselected_list {margin-right:2px;}
*+html .condensed_multi_friend_selector .unselected {padding:5px 0 2px 18px;}
*+html .condensed_multi_friend_selector .selected {padding:3px 0 0 18px;}

.div_disabled_all {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: #333;
	z-index: 100;
	filter: alpha(opacity = 40);
	opacity: 0.4;
}
.pop_pk_mark{font-size:12px; font-weight:normal; margin-left:10px;}
.xyx_invite_btn{background:url(../img/xyx_invite_btn.gif); display:block; width:96px; height:25px;}
.xyx_invite_btn:focus{outline:none;}
.xyx_pop_pk_box .xyx_pop_cont{padding:20px 60px;}

/* Sub&Self Navigation */
#xyx_subnav {overflow: hidden;zoom: 1;padding:10px 10px 0 18px;}
#xyx_subnav ul {overflow: auto;zoom: 1;padding-left: 2px; float:left;}
#xyx_subnav ul li {float: left;padding-right:50px;}
#xyx_subnav ul li a {background: url(../img/xyx_subnav_bg.gif) no-repeat left;padding-left:10px;}
#xyx_subnav ul li.selected a {color:#333333 !important; font-weight:700; background-image:url(../img/xyx_subnav_bg_selected.gif);}
#xyx_subnav .countnum {margin-top:5px; padding-right:20px; float: right; color:#808080;}
.xyx_content_letter{padding:5px 0;}
.xyx_letter_table{width:100%;}
.xyx_letter_table td{border-bottom:1px solid #DBDBDB;border-top:1px solid #DBDBDB; vertical-align:middle; text-align:center; padding:5px; background:#F7F7F7;}
.xyx_letter_table td.letter_table_pic{background:#EBEBEB; color:#808080; width:135px;}
.xyx_letter_table td.letter_table_status{width:300px;}
.xyx_letter_table td.my{width:130px; color:#808080;}
.xyx_letter_table td.letter_table_avatar{padding-left:30px;}
.xyx_letter_table td.letter_table_del{width:33px; text-align:left;}
.letter_table_pic a{display:block; margin:5px 0;}
.letter_table_pic a img{width:80px; height:58px; background:#FFFFFF;}
.xyx_letter_avatar{background:url(../img/xyx_pk_avatar.gif); height:61px;padding:12px 5px 10px 11px;width:118px;}
.xyx_letter_avatar_info{float:left;color:#808080;margin-left:10px;padding-top:7px;text-align:left; _display:inline; width:48px; overflow:hidden;}
.xyx_username{height:14px; margin:4px 0;overflow:hidden;}
.xyx_vs_img{margin:26px 12px 0px 12px; float:left; _display:inline;}
.xyx_gamelist_div{position:relative; min-height:200px;}
.xyx_loading_div{position:absolute; text-align:center; top:50%; width:100%;}
.xyx_share{color:#005eac; padding:10px; background:#F9F9EB; border:1px solid #98A8C2;position:relative;z-index:10; float:left; width:341px;margin-top:5px;}
.share_other{width:170px; margin-left:5px; display:inline;}
.share_other_link{margin:10px 0 3px; _margin-bottom:6px;}
.xyx_share h3{font-size:12px; margin-bottom:5px;}
.xyx_share_input{padding:3px; border:1px solid #D6D6D6; margin-right:10px;width:235px; background:#FFFFFF;}
* html .xyx_share .input-submit{width:80px;}
*+html .xyx_share .input-submit{width:80px;}
.xyx_copy_btn{border:1px solid #7F93BC; background:#FFFFFF; color:#525C97; padding:2px;}
.iambest, .xyx_goldcup{position: absolute; right: 0px; top: 0px;}
.xyx_goldcup{left:15px;top:-20px; width:41px; height:51px;}
.xyx_user_level{position: absolute; top: -15px; width: 50px; height: 60px; background-repeat: no-repeat; background-image: url(../img/xyx_level_bg.gif); left:10px; cursor:pointer;}
.xyx_user_level.lv1{background-position: 0px 4px;}
.xyx_user_level.lv2{background-position: 0px -59px;}
.xyx_user_level.lv3{background-position: 0px -134px;}
.xyx_user_level.lv4{background-position: 0px -214px;}
.xyx_user_level.lv5{background-position: 0px -294px;}
.xyx_user_level.lv6{background-position: 0px -374px;}
.xyx_user_level.lv7{background-position: 0px -442px;}
.xyx_user_level.lv8{background-position: 0px -512px;}
.xyx_user_level.lv9{background-position: 0px -582px;}
.xyx_user_level.lv10{background-position: 0px -667px;}
.xyx_user_level.lv11{background-position: 0px -742px;}
.xyx_user_level.lv12{background-position: 0px -821px;}
.xyx_user_level.lv13{background-position: 0px -901px;}
.xyx_user_level.lv14{background-position: 0px -993px;}
.xyx_user_level.lv15{background-position: 0px -1075px;}
.xyx_userinfo_level{font-weight:bold;height:30px;padding-left:60px;padding-top:30px;position:relative;}
.xyx_userinfo_level .xyx_user_level{left:0; top:0;}
.xyx_logreg{padding-top:10px;text-align:center;}
#xyx_fullscreen_table{width:auto; table-layout:auto;z-index:1000;}

.xyx_msg_board {margin-top:0px;}
.talk-box .box-body {padding:8px 8px 10px;overflow;hidden;background:#F9F9EB;}
.talk-box textarea {overflow:auto;padding:2px;margin-bottom:8px;width:541px;border:1px solid #98A8C2;}
.comment-holder {padding:10px 0 0 8px;}
.comment {padding:10px 0 0 0;}
.comment .actor-img {float:left;height:50px;width:58px;}
.comment .actor-img a {background-position:center;background-repeat:no-repeat;display:block;height:50px;width:50px;}
.comment .cmt-body {width:493px;border-bottom:1px solid #D8DFEA;float:left;height:auto !important;line-height:1.5em;min-height:50px;overflow:visible;padding-bottom:10px;}
.comment .cmt-body .text-content {clear:left;padding-top:2px;}
.comment .cmt-body .author {float:left;margin-right:4px;}
.comment .cmt-body .author a {font-weight:bold;}
.comment .cmt-body .info .time {float:left;font-size:11px;padding-left:10px;}
.comment .cmt-body .info .level {float:left;}
.comment .cmt-body .actions {float:right;width:90px;text-align:right;}
.cmt-more {background:url(/imgpro/arrow/right_blue.gif) no-repeat right 4px;margin:15px 0 10px;padding:0 8px;text-align:right;}

.xyx_feedlist_div{	background:url(../img/xyx_gif.gif) no-repeat 0 0;  width: 560px; height: 25px;  margin-bottom: 8px;line-height: 25px; position:relative;}
.xyx_feedlist li{padding: 0px 40px 0 30px; height: 25px; line-height: 25px;}
.xyx_feedlist_div .more, .feed_tip_icon{position:absolute; top: 1px; right:11px;}
.feed_tip_icon{left: 10px;top:5px;}
.xyx_tip_copyok{background:#FFFF96;border-color:#B9B9B9;border-style:solid;border-width:0 1px 1px;display:none;left:8px;top:55px;padding:5px;position:absolute;width:235px;color:#333333;}
.share_other .xyx_tip_copyok{left:-40px;}
.xyx_tip_copyok .alt_triangle_right{position:absolute; height:12px; width:247px; left:-1px;top:-12px; background:url(../img/alt_triangle_2.gif) -1140px 0 no-repeat;}
/**************** super-actions *******************/
.super-actions {
position:relative; float:right;padding-left:4px;padding-top:3px;
}
.super-actions a {
background:url(../img/super_actions.gif) no-repeat;
display:block;
height:16px;
line-height:16px;
width:16px;
}
.super-actions a:hover {
background:url(../img/super_actions.gif) no-repeat 0 100%;
}
.super-actions-menu {
background:#fff;border:1px solid #005eac;width: 64px;overflow:hidden;position:absolute;right:0;top:18px;visibility:hidden;width:64px;z-index:1000;
}
*+html .super-actions-menu{top:16px;}
.super-actions-menu li a.red {
color:#FF0000;
}
.super-actions-menu li a {
display:block;padding-right:10%;width:90%;line-height:20px;height:20px;text-align:right;border-bottom:1px solid #d8dfea;
}
.super-actions-menu li a:hover {
color:#fff !important;text-decoration:none;background:#005eac;
}
.super-actions-menu li.red a{color:red !important;}
.super-actions:hover ul, .super-actions a:hover ul {
visibility:visible;
}
.rec_games .cont{background:#F7F7F7;padding-right:0;padding-top:10px;}
#xyx_rec_games{overflow:hidden; zoom:1;}
#xyx_rec_games li {float:left;margin-right:6px;display:inline; height:51px;}
#xyx_rec_games li a img{width:66px; height:43px; border:1px solid #E0E0E0; padding:1px;}
#xyx_rec_games li a:hover img{border-color:#0077CC;}
.xyx_lock_div{position:absolute; top:20%; left:50%; margin-top:-66px; margin-left:-196px;z-index:1000;}
.xyx_lock{background:url(../img/xyx_lock_bg_new.png) no-repeat; width:391px; height:132px;_background-image:url(../img/xyx_lock_bg_new.gif);}
.xyx_lock_header{padding:10px 15px; color:#FFFFFF;}
.xyx_lock_header a{color:#FFFFFF !important;}
.xyx_lock h3{ padding-left:217px;padding-top:35px;}
* html .xyx_lock_header a, * html .xyx_lock h3 a{position:relative;}
/*tabStyle
--------------------------*/
.tab-menu{ margin:0 20px 15px; padding-left:5px; overflow:hidden; background:url(../img/tab-menubg.png) bottom repeat-x;position:relative;}
*html .tab-menu{ overflow:hidden; zoom:1;}
.tab-menu li{ font-size:14px; float:left; margin-right:2px; padding-left:10px; text-align:center; height:35px; overflow:hidden; background:url(../img/main-tabbg-l.png) left bottom no-repeat;}
.tab-menu li div.fortabsbg, .tab-menu li a{ height:22px; color:#333!important; margin-left:-10px; _margin-left:-5px; padding:13px 20px 0!important; background:url(../img/main-tabbg-r.png) right bottom no-repeat; display:block; float:left;}
.tab-menu li.selected{ background-image:url(../img/maintab-bg-select-l.png);}
.tab-menu li.selected div.fortabsbg, .tab-menu li.selected a{ font-weight:bold; background:url(../img/maintab-bg-select-r.png) right bottom no-repeat; height:23px; padding:12px 20px 0!important;}
.tab-menu li a:hover{background-image:url(../img/main-tabbg-hover-r.png);color:#fff !important;text-decoration:none;}
.tab-menu li.selected a:hover{background-image:url(../img/maintab-bg-select-r.png);color:#333 !important;}
.tab-menu li:hover, .tab-menu li.hover{background-image:url(../img/main-tabbg-hover-l.png);}
.tab-menu li.selected:hover{background-image:url(../img/maintab-bg-select-l.png);}
/***************     box     ***************/
.rc_box1{background:#f7f7f7; margin-bottom:17px;}
.rc_box2{background:#ffffff;}
.rc_box1 .r1_1, .rc_box1 .r1_2, .rc_box1 .r1_3, .rc_box1 .r1_4, .rc_box2 .r2_1, .rc_box2 .r2_2, .rc_box2 .r2_3, .rc_box2 .r2_4{
display:block;
overflow:hidden;
width:6px;
height:6px;
background:url(../img/xyx_box.gif);
}
.rc_box1 .r1_1{background-position:0px 0px;}
.rc_box1 .r1_2{background-position:-6px 0px;}
.rc_box1 .r1_3{background-position:0px -6px;margin-top:-6px;}
.rc_box1 .r1_4{background-position:-6px -6px;margin-top:-6px;}
.rc_box2 .r2_1{background-position:-12px 0px;}
.rc_box2 .r2_2{background-position:-18px 0px;}
.rc_box2 .r2_3{background-position:-12px -6px;margin-top:-6px;}
.rc_box2 .r2_4{background-position:-18px -6px;margin-top:-6px;}
.rc_box1 .box_body, .rc_box2 .box_body{
padding:10px 10px 10px 0;border:1px solid #CCCCCC;
}
.rc_box1 .box_body{padding-left:250px; background:url(../img/xyx_pk_fail_large.gif) no-repeat -2px 0;}
.pk_suc .box_body{background:url(../img/xyx_pk_suc_large.gif) no-repeat -2px 0;}
.rc_box2 .box_body{padding-left:10px; background:none;}
.xyx_popup_getpkinfo #pop_dialog_table{width:800px;}
.xyx_popup_getpkinfo .xyx_pop_cont{background:#FFFFFF;}
.xyx_pop_pklist{height:115px; overflow:hidden;*height:125px;}
.xyx_pop_pklist li{padding:5px 88px 3px 10px; border-bottom:1px dashed #E6E6E6; position:relative; color:#808080; height:14px; overflow:hidden;}

/***************     box     ***************/
.rc_box3 .r3_1, .rc_box3 .r3_2, .rc_box3 .r3_3, .rc_box3 .r3_4{
display:block;
overflow:hidden;
width:6px;
height:6px;
background:url(../img/box.gif);
}
.rc_box3 .r3_1{background-position:0 0;}
.rc_box3 .r3_2{background-position:-6px 0;}
.rc_box3 .r3_3{background-position:0 -6px;margin-top:-6px;}
.rc_box3 .r3_4{background-position:-6px -6px;margin-top:-6px;}
.rc_box3 .box_body{
padding:10px 2px;
border:1px solid #e8e8e8;
}
.page-bar .pagerpro{float:none;line-height:25px;margin-bottom:3px; text-align:center;}
.page-bar .pagerpro li{float:none;}
.page-bar .pagerpro a{display:inline;}
.pagerpro a:hover{color:#fff !important;}
.pagerpro li.current a:hover{color:#0077CC !important;}
.pager-bottom {border-top:none;}
.pager-top{border-bottom:none;}

.xyx_classic_wrapper{overflow:hidden; zoom:1; margin-top:-7px; margin-bottom:3px;}
.xyx_classic_wrapper h3{font-size:12px;}
.xyx_classicgame{width:132px; float:left;background:#F7F7F7; border:1px solid #ECE2ED; margin-right:3px; display:inline;padding:10px;}
.xyx_gamelist_c li{width:112px; padding:10px; height:115px; overflow:hidden;}
.xyx_classicgame .xyx_gamelist_c{position:relative;}
.xyx_classicgame .xyx_gamelist_c li{height:127px;padding:0;position:relative;width:132px;}
.xyx_friends_gaming .xyx_gamelist_c li{float:left; padding:10px 5px 0; height:144px;}
.xyx_gamelist_c li a img{width:108px; height:76px; padding:1px;border:1px solid #E0E0E0;}
.xyx_gamelist_c li a:hover img{border-color:#0077CC;}
.xyx_friends_gaming{float:left; background:#F9F9EB; border:1px solid #ECE2ED; float:left;padding:10px 18px 8px 17px;width:366px;}
.gamepic_c{display:block; position:relative;}
.xyx_classicgame .gamepic_c{width:112px;height:80px; margin:10px auto 0;}
*+html .xyx_classicgame .gamepic_c{margin-bottom:3px;}
.gamename_c, .gameinfo_c{height:16px; line-height:16px; text-align:center;}
.xyx_friends_gaming .gameinfo_c{padding-bottom:4px;}
*+html .xyx_friends_gaming .gameinfo_c{padding-bottom:2px;}
.xyx_getkey{background:url(../img/xyx_getkey_bg.gif) no-repeat; color:#005EAC !important; width:77px; height:25px; text-align:center; line-height:23px; margin:0 auto; display:block;}
.xyx_lock_small{position:absolute;width:63px; height:70px; background:url(../img/xyx_lock_bg_small.png) no-repeat center; z-index:1000;top:5px; left:25px;}

.xyx_invite_left, .xyx_invite_right{float:left; width:360px;}
.xyx_invite_left{padding-right:40px; border-right:1px solid #eaeaea;}
.xyx_invite_right{padding-left:40px;}
.xyx_invite_right_btn{text-align:center; padding:40px 0;}
.xyx_invite_sendrq{background:url(../img/xyx_invite_sendrq.gif) no-repeat; width:95px; height:25px; border:none;margin-left:166px;*margin-left:157px; cursor:pointer;_height:26px;}
.xyx_invite_intro{background:url(../img/xyx_niuorcai.gif) no-repeat 50% 0; padding-top:80px; color:#666666;}
.xyx_invite_header{line-height:1.5; margin-bottom:10px;}
.xyx_ad{display:none; width:110px; position:absolute; left:847px; top:0;}
.xyx_ad ul li{margin-bottom:10px;}
.xyx_seepkrecord{background:url(../img/xyx_seepkrecord_bg.gif) no-repeat 0; padding-left:17px; position:absolute; right:0;top:5px;}
.xyx_pop_grade{position:absolute; border:1px solid #E0E0E0; padding:4px 0 0 0; background:#FFFFFF;z-index:100; top:0;left:-245px;width:245px; height:448px; }
.xyx_pop_arrow{position:absolute; background:url(../img/xyx_gif.gif) no-repeat -334px -91px ;  width:8px; height:14px; right:-8px;top:12px;}
.xyx_popgrade_list li{float:left; margin:0 0 3px 3px;display:inline;}
.xyx_popgrade_list li a{display:block; background:url(../img/xyx_gif.gif) no-repeat  -176px -26px;  color:#808080 !important; text-decoration:none !important; }
.xyx_popgrade_list li a:focus{outline:none;}
.xyx_popgrade_list li div{background:url(../img/xyx_grade_small_bg.gif) no-repeat 0 0;width:75px; height:45px; padding-left:43px; padding-top:8px; line-height:1.5;}
.xyx_popgrade_list li.grade1 div{background-position:0 3px;}
.xyx_popgrade_list li.grade2 div{background-position:0 -37px;}
.xyx_popgrade_list li.grade3 div{background-position:0 -82px;}
.xyx_popgrade_list li.grade4 div{background-position:0 -131px;}
.xyx_popgrade_list li.grade5 div{background-position:0 -181px;}
.xyx_popgrade_list li.grade6 div{background-position:0 -231px;}
.xyx_popgrade_list li.grade7 div{background-position:0 -282px;}
.xyx_popgrade_list li.grade8 div{background-position:0 -334px;}
.xyx_popgrade_list li.grade9 div{background-position:0 -385px;}
.xyx_popgrade_list li.grade10 div{background-position:0 -436px;}
.xyx_popgrade_list li.grade11 div{background-position:0 -488px;}
.xyx_popgrade_list li.grade12 div{background-position:0 -538px;}
.xyx_popgrade_list li.grade13 div{background-position:0 -593px;}
.xyx_popgrade_list li.grade14 div{background-position:0 -646px;}
.xyx_popgrade_list li.grade15 div{background-position:0 -699px;}
.xyx_popgrade_list li a em{color:#333333 !important;}
.xyx_popgrade_list li a i{color:#666666 !important;font-style:normal;}
.xyx_popgrade_list li a:hover{background-position:-176px -79px;}
/*pop actual photo*/
.actual_photo_pop{line-height:1.6;}
.actual_photo_pop p{color:#F07B05;font-size:14px;padding-top:7px;text-align:center;}
/**
#xyxPage *{border:#f00 solid 1px}
/**/

div.nav-tabs ul.tabs li{float:left;}
div.nav-tabs ul.tabs li.selected {
position:relative;
}
.generic_dialog_popup {left:-10px;*left:0;}
div.nav-tabs ul.tabs li.selected {position:relative;}
.dialog_content .inputsubmit,.dialog_content .input-submit {padding:2px 15px;}

/*game key*/
.xyx_lock_copylink, .xyx_lock_invite{float:left; height:120px;padding-left:25px;padding-top:16px;width:157px;}
.xyx_lock_copylink h4, .xyx_lock_invite h4{color:#FFFFFF;padding-bottom:9px;}
.xyx_lock_invite{width:230px; padding-left:24px;}
.xyx_lock_invite_btn{background:url(../img/xyx_lock_login_bg.png) bottom; width:27px; height:33px; display:block;color:#FFFFFF !important; text-align:center; padding:3px 10px; float:left;_background-image:url(../img/xyx_lock_login_bg.gif);*padding-top:5px; *padding-bottom:1px;}
.xyx_lock_invite_login{float:left; width:170px; color:#888888;}
.xyx_lock_invite_input{background:none; border:none; margin-bottom:2px;margin-top:2px;width:100px;_margin-top:0;}
.xyx_lock_invite_tip{clear:both; color:#606060;padding:10px 35px 0 56px;}
.xyx_lock_copylink_text{padding:3px; color:#000000; position:relative; width:151px; height:75px; word-break:normal;word-wrap:break-word;}
.xyx_lock_copylink_text.focus{background:#D6D2CE;}
.xyx_lock_copylink_text .xyx_tip_copyok{left:-78px;top:83px;}
.xyx_convertKey_header{padding-bottom:20px;border-bottom:1px solid #DFDFDF;}
.xyx_convertKey_checkCount{padding: 20px 0;}
.checkCount_input{width:40px;border:1px solid #A5AAAE; padding:2px; margin:0 8px;}
.xyx_lock_textarea_link{height:32px;width:142px; background:none; border:none; overflow:hidden;}
.xyx_pop_gift{text-align:center;}
.xyx_pop_gift_pic{background:url(../img/xyx_gift_bg_get.gif) no-repeat center; height:154px;}
.xyx_pop_gift h3{margin-bottom:12px;margin-top:15px;}
.xyx_pop_gift_header{background:url(../img/xyx_gift_bg.gif) no-repeat 60px 0; height:75px;padding:15px 10px 10px 170px; font-size:14px;}
.xyx_pop_gift_header p{color:#808080;padding-top:10px;}
.xyx_pop_gift_tip{background:#fffcdc; border:1px solid #ffdd82; padding:5px 20px; line-height:1.8; width:260px; margin:0 auto;}
.xyx_pop_gift_body{padding:20px 0;}
/**/

.xyx_lock_div{position:absolute; top:50%; left:50%; margin-top:-105px; margin-left:-223px;z-index:1000;}
.xyx_lock{background:url(../img/xyx_lock_bg_new.png) no-repeat; width:447px; height:211px;_background-image:url(../img/xyx_lock_bg_new.gif);}
.xyx_lock_header{padding:8px 15px; color:#FFFFFF;}
.xyx_lock_header a{color:#FFFFFF !important;}
.xyx_lock h3{padding-left:235px;padding-top:11px;}
