﻿.fixHeight
{
    min-height: 800px;
}
.error
{
    color:#d6167b;
    font-family:Arial;
    font-size:12px;
    margin-left:15px;
    padding-top:1px;
}
/*Privace Page*/
.privaceContent
{
    margin: 0 50px 0 15px;
}
.privaceContent h2
{
    font-size: 90%;
    font-weight: normal;
    margin-bottom: 20px;
}
.privaceContent h3
{
    font-size: 75%;
    margin: 25px 0 5px 0;
}
.privaceContent p
{
    font-size: 75%;
    line-height: 150%;
    margin-bottom: 10px;
}
/*Contact Us Page*/
.contactUsForm, .siteMap, .forgetPWDForm, .registerForm
{
    margin-left: 15px;
}
.contactUsForm h2, .forgetPWDForm h2, .registerForm h2
{
    color: #efefef;
    font-size: 90%;
    font-weight: normal;
}
.contactUsForm h2 em, .registerForm h2 em
{
    color: #78787a;
    display: block;
    font-size: 80%;
    padding-top: 5px;
}
.contactUsForm .form, .forgetPWDForm .form, .registerForm .form
{
    margin-top: 30px;
}
.contactUsForm .textbox, .registerForm .textbox
{
    width: 130px;
}
.contactUsForm .email
{
    width: 280px;
}
.contactUsForm .textarea
{
    overflow: hidden;
    padding: 5px;
    height: 170px;
    width: 485px;
}
.contactUsForm .address, .registerForm .email, .registerForm .address
{
    width: 230px;
}
.contactUsForm .area, .contactUsForm .address, .registerForm .area, .registerForm .address
{
    float: left;
    margin-right: 15px;
}
.contactUsForm .area select
{
    width: 110px;
}
.contactUsForm .lblMobile
{
    margin: 0 50px;
}
.contactUsForm .mobile, .registerForm .mobile
{
    width: 160px;
}
.contactUsForm .date, .registerForm .date
{
    float: left;
}
.contactUsForm .span, .registerForm .span
{
    float: left;
    padding: 0;
    margin: 0 5px;
}
.contactUsForm .submit, .forgetPWDForm .submit, .loginForm .submit, .registerForm .submit
{
    background: url(images/contact_us_submit.gif);
    border: none;
    margin: 30px 0 0 300px;
    height: 28px;
    width: 96px;
}
/*Site Map Page*/
.siteMap h2
{
    font-size: 90%;
    font-weight: normal;
    margin-bottom: 20px;
}
.siteMap .homeLink
{
    color: #fff;
}
.siteMap li li
{
    margin-bottom: 10px;
}
.siteMap li li li
{
    margin-bottom: 0;
}
.siteMap ul a
{
    font-family: 微软雅黑, 宋体;
    font-size: 14px;
}
.siteMap ul ul
{
    width: 120px;
    margin: -15px 0 0 80px;
}
.siteMap ul ul ul
{
    line-height: 18px;
    margin: -16px 0 0 130px;
    width: 550px;
}
.siteMap ul ul ul a
{
    font-family: 宋体;
    font-size: 12px;
    text-decoration: underline;
}
.siteMap ul ul ul div
{
    border: 1px solid transparent;
    color: #0683c0;
    width: 400px;
    margin: -20px 0 0 100px;
}
.siteMap ul ul ul div.margin
{
    margin-left: 150px;
}
.siteMap ul ul ul div a
{
    color: #0683c0;
}
/*Search Result Page*/
.noSearchResult, .registerSuccess
{
    background: url(images/bg/no_result_bg.gif) no-repeat;
    color: #fff;
    font-family: 微软雅黑, 宋体;
    font-size: 110%;
    margin: 100px auto;
    padding: 90px 0 0 20px;
    text-align: center;
    height: 103px;
    width: 432px;
}
.searchResult .condition
{
    background: url(images/bg/condition_top.gif) no-repeat;
    margin-top:5px;
    padding-top:6px;
    width:353px;
}
.searchResult .center
{
    background-color: #101011;
    color:#fff;
    font-size:80%;
    font-weight:bold;
    margin-left:20px;
    padding:20px;
}
.searchResult .bottom
{
    background: url(images/bg/condition_bottom.gif) no-repeat;
    height:6px;
}
.searchResultList
{
    margin:10px 0 0 10px;
}
.searchResultList .item
{
    padding:20px 0;
}
.searchResultList .item h2 a
{
    color:#fff;
    font-size:100%;
    text-decoration:underline;
}
.searchResultList .info
{
    background:url(images/icon/icon_lineL.png) repeat-x bottom;
    font-size:60%;
    padding:10px 0;
    width:700px;
}
.searchResultList .info a
{
    color:#0683c0;
    text-decoration:underline;
    margin-right:5px;
}
.searchResultList .info .user
{
    text-decoration:none;
}
.searchResultList .text
{
    font-size:80%;
    line-height:120%;
    padding:10px 0;
    width:700px;
}
.searchResultList .more
{
    background: url(images/icon/icon_0.png) no-repeat 0 -285px;
    color: #0683c0;
    clear: both;
    display: block;
    font-size: 70%;
    padding-left: 15px;
}
.searchResultList .hover
{
    background: url(images/search_results_highlight.gif) repeat-y;
}
.searchResultList .sepline
{
    background: url(images/search_results_line.gif) no-repeat;
    height: 1px;
}
/*Login Page*/
.loginForm
{
    font-family:微软雅黑, 宋体;
    font-size:90%;
    margin:50px 0 0 15px;
}
.loginForm .left
{
    float:left;
    margin:50px 0 0 20px;
    width:320px;
}
.loginForm .right
{
    border-left:1px solid #3c3b40;
    float:left;
    width:400px;
}
.loginForm ul
{
    font-size:75%;
    margin:30px 40px 30px 0;
}
.loginForm li
{
    line-height:120%;
    margin-top:10px;
}
.loginForm .left .submit
{
    background:url(images/register_button.gif);
    margin:0 0 0 70px;
}
.loginForm table
{
    margin:70px 0 0 50px;
}
.loginForm th
{
    color:#fff;
    text-align:left;
    padding-right:30px;
}
.loginForm td
{
    padding-bottom:10px;
}
.loginForm .error
{
    margin-left:0;
}
.loginForm .textbox
{
    width:170px;
}
.loginForm .link
{
    color:#767678;
    font-size:75%;
    text-decoration:underline;
    margin-left:10px;
}
.loginForm .label
{
    font-size:75%;
	*vertical-align:top;
}
.loginForm .right .submit
{
    background:url(images/login_button.gif);
    margin-left:70px;
}
/*Forget Password Page*/
.forgetPWDForm .textbox
{
    width:180px;
}
.forgetPWDForm .submit
{
    float:right;
}
/*Register Page*/
.formFont
{
    font-family:微软雅黑, 宋体;
    font-size:85%;
}
.registerForm .checkName
{
    background: url(images/check_name_button.gif) no-repeat 1px 1px;
    border: none;
    margin-left: 10px;
    height: 20px;
    width: 75px;
}
.registerForm .sepLine
{
    background:url(images/icon/icon_lineL.png) repeat-x 0 10px;
    padding:15px 0 10px 0;
}
.registerForm .link
{
    color:#fff;
    font-size:105%;
    text-decoration:underline;
}
.registerSuccess
{
    font-size:95%;
    letter-spacing:1pt;
    padding: 70px 0 30px 20px;
}
.registerSuccess h2
{
    font-size:120%;
    font-weight:normal;
    margin-bottom:20px;
}
.registerSuccess em
{
    color:#d6167b;
}
.registerForm p
{
    margin-top:10px;
    font-size:12px;
}
.registerForm textarea
{
    background-color: #070709;
    border: 1px solid #323136;
    padding: 2px;
    overflow: hidden;
    height: 170px;
    width: 300px;
}

.userenren_button {
	background: transparent url(images/use_renren.gif) no-repeat;
	width:124px;
	height:29px;
	display:block;
	cursor:pointer;
	border:none;
}
.bind_button {
	background: transparent url(images/use_renren.gif) no-repeat;
	width:124px;
	height:29px;
	display:block;
	cursor:pointer;
	border:none;
}
.xnconnect_login_button { vertical-align:middle;display:none; }