@charset "utf-8";
/* CSS Document */

* {
	vertical-align:middle;
	margin:0px;
	padding:0px;
	font-family:Tahoma,Helvetica,sans-serif;
}
* html *{font-family:Arial,sans-serif;}
body {
	font-size:12px;
	font-family:Tahoma, Helvetica, sans-serif;
}
img {
	border:none;
}
p {
	padding-top: 2px;
	padding-bottom: 2px;
}




a:link {
	color:#000000;
	text-decoration:none;
}
a:visited {
	color:#000000;
	text-decoration:none;
}
a:active {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
.blue {
	color:#0066cc;
}
.linkBlue a:link {
	font-size:14px;
	color:#0066cc;
	text-decoration:none;
}
.linkBlue a:visited {
	font-size:14px;
	color:#0066cc;
	text-decoration:none;
}
.linkBlue a:active {
	font-size:14px;
	color:#0066cc;
	text-decoration:none;
}
.linkBlue a:hover {
	font-size:14px;
	color:#0066cc;
	text-decoration:underline;
}
.colorB a:link {
	color:#0066cc;
	text-decoration:none;
}
.colorB a:visited {
	color:#0066cc;
	text-decoration:none;
}
.colorB a:active {
	color:#0066cc;
	text-decoration:none;
}
.colorB a:hover {
	color:#0066cc;
	text-decoration:underline;
}
.deleteBtn a:link {
	color:#666666;
	text-decoration:none;
	font-size: 12px;
}
.deleteBtn a:visited {
	color:#666666;
	text-decoration:none;
}
.deleteBtn a:active {
	color:#666666;
	text-decoration:none;
}
.deleteBtn a:hover {
	color:#666666;
	text-decoration:underline;
}
.postLink a:link {
	font-size:14px;
	line-height: 22px;
}
.postLink a:visited {
	font-size:14px;
	line-height: 22px;
}
.postLink a:active {
	font-size:14px;
	line-height: 22px;
}
.postLink a:hover {
	font-size:14px;
	line-height: 22px;
}

input {
	font-size: 12px;
	padding-left: 2px;
	vertical-align: middle;
	line-height: 18px;
}
textarea {
	font-size: 12px;
}
.txtB {
	color:#1d569d;
}
.txtG {
	color:#666666;
}
.hide {
	display: none;
}
#wrap {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#topUp {
	color:#0066cc;
	background-color: #f2f2f2;
	position: relative;
	line-height: 22px;
	float: left;
	width: 100%;
	display: none;
}
#topUp #menu {
	float: left;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}
#topUp #welcome {
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
}
#topDown {
	float: left;
	width: 930px;
	position: relative;
	background-color: #538ed5;
	color: #FFFFFF;
	height: 63px;
	overflow: hidden;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(/images/post/topBottom.gif);
	background-repeat: no-repeat;
	background-position: 0px 58px;
	margin-bottom: 15px;
}
#topDown #logo {
	float: left;
	height: 45px;
	width: 210px;
	overflow: hidden;
	padding-top: 3px;
}
#topDown a {
	color: #FFFFFF;
}

/* 搜索框开始 */
#searchbar {
	float: left;
	width: 350px;
	position: relative;
	padding-right: 40px;
	overflow: hidden;
	padding-left: 90px;
}

#searchbar #tags {
	position: relative;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#searchbar #tags li {
	float: left;
	list-style-type: none;
	color: #FFFFFF;
	position: relative;
	text-align: center;
	width: 35px;
}
#searchbar #tags li a {
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 23px;
	height: 23px;
	width: 35px;
}
#searchbar #tags li.emptyTag {
	background: none transparent scroll repeat 0% 0%;
	line-height: 23px;
	padding-left: 5px;
	height: 23px;
	width: 35px;
}
#searchbar #tags li.selectTag {
	background-position: left top;
	position: relative;
	line-height: 23px;
	text-align: center;
	width: 35px;
	height: 23px;
}
#searchbar #tags li.selectTag a {
	background-position: right top;
	font-weight: bold;
	line-height: 23px;
	text-align: center;
	height: 23px;
	width: 35px;
}
#searchbar #tagContent {
	color: #474747;
	float: left;
	position: relative;
	width: 300px;
	background-image: url(/images/post/searchBg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#searchbar .tagContent {
	color: #474747;
	display: none;
	width: 290px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#searchbar #tagContent div.selectTag {
	display: block;
}
form, fieldset {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#searchbar .tagContent label {
	color: #FFFFFF;
}
#searchbar .tagContent input {

}
#searchbar .tagContent input.searchKey {
	width:255px;
	clear: both;
	margin-right: 30px;
	height: 18px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #666666;
	line-height: 18px;
	padding: 0px;
}
#searchbar .tagContent button {
	border-width: 0px;
	margin: 0px;
	width: 20px;
	height: 19px;
	cursor: pointer;
	text-indent: -2000px;
	top: 2px;
	background-image: url(/images/post/searchBtn.gif);
	background-repeat: no-repeat;
	position: absolute;
	right: 5px;
	padding: 0px;
}
#searchbar .tagContent p {
	height: 20px;
	overflow: hidden;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#searchbar .tagContent .radioBox {
	height: 18px;
	width: 70px;
	overflow: hidden;
	float: left;
	margin: 0px;
	padding: 0px;
}
#searchbar .tagContent .radioBox2 {
	height: 18px;
	width: 80px;
	overflow: hidden;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#searchbar .tagContent .radioBox3 {
	height: 18px;
	width: 60px;
	overflow: hidden;
	float: left;
	margin: 0px;
	padding: 0px;
}
#searchbar .tagContent .radioBox4 {
	height: 18px;
	width: 75px;
	overflow: hidden;
	float: left;
	margin: 0px;
	padding: 0px;
}
#topDown .photoOnline {
	float: right;
	width: 210px;
	height: 45px;
	padding-top: 8px;
}
#topDown .photoOnline img {
	background-color: #FFFFFF;
	padding: 5px;
	overflow: hidden;
	float: left;
	height: 35px;
	width: 35px;
	background-image: url(/images/post/photoBg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#topDown .photoOnline p {
	width: 160px;
	float: right;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.topBottom {
	height: 5px;
	width: 990px;
	padding-bottom: 15px;
	float: left;
	position: relative;
	display: none;
}

#homeFlash {
	float: left;
	position: relative;
	height: 420px;
	width: 100%;
	padding-top: 20px;
}
.footer {
	position: relative;
	float: left;
	width: 970px;
	text-align: right;
	padding-top: 20px;
	color: #205799;
	background-image: url(/images/post/footerBg.gif);
	background-repeat: no-repeat;
	height: 39px;
	line-height: 39px;
	padding-right: 20px;
	background-position: 0px 15px;
	padding-bottom: 10px;
}
.pages  {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
	color: #666666;
}
.pages a {
	color: #000000;
	padding-left: 5px;
}
.pages a:hover {
	text-decoration: underline;
}
.pages .current {
	text-decoration: underline;
	padding-left: 5px;
}
.pages .disabled {
	padding-left: 5px;
}
.content {
	background-color: #dbeef3;
	float: left;
	width: 100%;
	min-height: 400px;
	position: relative;
	padding-top: 15px;
	padding-bottom: 20px;
}
*html .content {
	height:400px;
}
.cBg {
	background-image: url(/images/post/barBg.gif);
	background-repeat: repeat-y;
}


.content h2 {
	text-align: center;
	font-size: 24px;
	padding-top: 30px;
}
.wrapLeft  {
	float: left;
	width: 690px;
	padding-left: 20px;
}
.wrapLeft  .screwPic  {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.wrapLeft  .btn01  {
	text-align: center;
	padding-top: 10px;
}
.wrapLeft  p  {
	width: 100%;
	line-height: 130%;
}
.wrapLeft .loginT {
	text-align: center;
	font-size: 14px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.wrapLeft  h4  {
	font-size: 20px;
	float: left;
	position: relative;
}
.wrapLeft  .list  {
	margin: 0px;
	list-style-type: none;
	width: 680px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 14px;
}
.wrapLeft .list p {
	padding: 0px;
}

.wrapLeft  .barSearchUl  {
	padding-top: 10px;
	padding-bottom: 20px;
	float: left;
}
.wrapLeft  .list  li  {
	padding-top: 10px;
	float: left;
	width: 680px;
	padding-bottom: 5px;
}
.wrapLeft .list .barSearchLi {
	position: relative;
	background-image: url(/images/post/icon09.gif);
	background-position: 0px 9px;
	background-repeat: no-repeat;
	padding-left: 15px;
	width: 665px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.wrapLeft .list span.timeInfo   {
	color: #666666;
	float: left;
	width: 680px;
	font-size: 12px;
	line-height: 18px;
	height: 18px;
}
.wrapLeft .list span.orgInfo   {
	color: #666666;
	float: left;
	width: 680px;
	font-size: 12px;
	line-height: 18px;
	height: 18px;
	padding-top: 5px;
}
.wrapLeft .list .found {
	position: absolute;
	right: 0px;
}

.wrapLeft .collectBar {
	list-style-type: none;
	float: left;
	width: 685px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #91c1cd;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.wrapLeft .collectBar li {
	line-height: 22px;
	background-image: url(/images/post/icon09.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 15px;
	float: left;
	width: 300px;
	padding-right: 20px;
}
.wrapLeft .collectBar span {
	font-size: 14px;
}
.wrapLeft .collectBar1 {
	list-style-type: none;
	float: left;
	width: 685px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #91c1cd;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.wrapLeft .collectBar1 li {
	line-height: 22px;
	background-image: url(/images/post/icon09.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 15px;
	float: left;
	width: 190px;
	padding-right: 20px;
}
.wrapLeft .collectBar1 span {
	font-size: 14px;
}

.wrapRight  {
	float: right;
	padding-right: 20px;
	width: 220px;
	position: relative;
}

.wrapRight .imgTxt {
	text-align: center;
	line-height: 130%;
	font-size: 14px;
}
.wrapRight .registerR {
	float: left;
	width: 220px;
	text-align: center;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #dfe8f7;
	padding-bottom: 20px;
}
.wrapRight  h3  {
	font-size: 16px;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #dde9f9;
	padding-bottom: 10px;
}
.wrapRight  h3  a  {
	color:#000000;
}
.wrapRight  label  {
	float: left;
	width: 220px;
	line-height: 22px;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 2px;
}
.wrapRight .loginBg {
	height: 23px;
	width: 220px;
	float: left;
	padding: 0px;
}

.wrapRight input.login {
	width: 218px;
	float: left;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	display: inline;
	border-top-color: #205798;
	border-right-color: #205798;
	border-bottom-color: #205798;
	border-left-color: #205798;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.wrapRight .loginBtn {
	float: left;
	width: 220px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #dde9f9;
	padding-bottom: 15px;
	position: relative;
}
.wrapRight .loginBtn span {
	position: absolute;
	right: 10px;
	top: 20px;
}

.wrapRight .loginButton {
	border-width: 0px;
	width: 78px;
	height: 32px;
	cursor: pointer;
	background-image: url(/images/post/btn02.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
	left: 0px;
	padding: 0px;
}
.wrapRight .allBar {
	float: left;
	width: 220px;
	clear: both;
	padding-top: 10px;
	font-size: 14px;
	text-decoration: underline;
	line-height: 20px;
	padding-bottom: 20px;
}
.wrapRight .allBar a {
	text-decoration: underline;
}

.registerForm {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.registerForm h2{
	font-size:14px;
	font-weight:normal;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 110;
	width: 500px;
}
.registerForm em{ font-weight:normal; color:#FF0000;}
.registerForm  p  {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
	width:100%;
	overflow:hidden;
}
.registerForm  p.text{ margin-top:30px; padding-left:25px;}
.registerForm  label  {
	width: 110px;
	float: left;
	text-align: right;
	padding-right: 5px;
	line-height: 22px;
	height: 22px;
}
.registerForm  .register  {
	width: 220px;
	float:left;
	margin-right:5px;
	line-height: 18px;
	height: 18px;
}
.registerForm .s {
	width: 150px;
	line-height: 18px;
	height: 18px;
}
.registerForm .st {
	float: left;
	line-height: 18px;
}


.registerForm .safetyLevel {
	width: 137px;
	float: left;
	height: 20px;
	overflow: hidden;
}
.registerForm .registerButton {
	border-width: 0px;
	cursor: pointer;

	top: 2px;
	background-repeat: no-repeat;
	background-image: url(/images/post/registerBtn.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 78px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 115px;
	padding: 0px;
}
#addPost {
	width: 690px;
}

#addPost .attBox {
	float: right;
	padding-top: 5px;
	padding-right: 5px;
}
#addPost .addTxt0 {
	background-image: url(/images/post/addpostBg0.gif);
	background-repeat: no-repeat;
	float: left;
	height: 130px;
	width: 675px;
	padding-top: 17px;
	background-position: 0px 10px;
	padding-left: 15px;
}
#addPost .addTxt0 .caption {
	height: 18px;
	width: 350px;
	margin-left: 45px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 1px;
}
#addPost .addTxt0 .keywords {
	height: 20px;
	width: 185px;
	margin-left: 78px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #999999;
	line-height: 20px;
}
#addPost .addTxt0 .txt {
	height: 75px;
	width: 660px;
	color: #999999;
	margin-top: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#addPost .addTxt {
	background-image: url(/images/post/addpostBg.gif);
	background-repeat: no-repeat;
	float: left;
	height: 213px;
	width: 675px;
	padding-top: 17px;
	background-position: 0px 10px;
	padding-left: 15px;
}
#addPost .addTxt .caption {
	height: 18px;
	width: 350px;
	margin-left: 45px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 1px;
}
#addPost .addTxt .keywords {
	height: 20px;
	width: 185px;
	margin-left: 78px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #999999;
}
#addPost .addTxt .txt {
	height: 160px;
	width: 660px;
	margin-top: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#addPost .editorBoxTxt {
	float: left;
	width: 675px;
	padding-left: 15px;
	position: relative;
	padding-top: 10px;
}
#addPost .editorBoxTxt ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: left;
}
#addPost .editorBoxTxt li {
	float: left;
	padding-right: 10px;
}
#addPost .editorBoxImg {
	float: left;
	width: 675px;
	padding-left: 15px;
	position: relative;
	padding-top: 10px;
}
#addPost .editorBoxImg img {
	max-width: 500px;
	max-height: 100px;
	padding: 3px;
	border: 1px dashed #333333;
}
* html #addPost .editorBoxImg img { /* for IE6 */
	width: expression(this.width > 500 && this.width > this.height ? 500 : true);
	height: expression(this.height > 100 ? 100 : true);
}
#addPost .editorBoxFile {
	float: left;
	width: 675px;
	padding-left: 15px;
	position: relative;
	padding-top: 10px;
	color: #FF0000;
}
#addPost .editorBox {
	float: left;
	width: 675px;
	padding-left: 15px;
	position: relative;
	padding-top: 10px;
	background-image: url(/images/post/editorBg.gif);
	background-repeat: no-repeat;
	background-position: 80px 13px;
	font-size: 12px;
}
#addPost .editorBox p {
	float: left;
	clear: both;
	padding-top: 5px;
	padding-bottom: 0px;
}
#addPost .editorBox span {
	width: 70px;
	float: left;
	text-align: left;
	font-size: 12px;
	line-height: 25px;
}
#addPost .editorBox .upload {
	width: 330px;
	height: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#addPost .editorBox .brownBtn {
	background-image: url(/images/post/icon11.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 27px;
	width: 78px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	position: absolute;
	top: 35px;
	left: 430px;
}

#addPost .editorBox select {
	width: 93px;
	margin-right: 9px;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 12px;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#addPost .editorBox .recall {
	width: 110px;
}
#addPost .editorBox label {
	font-size: 12px;
}
#addPost  .sendBotton  {
	float: left;
	clear: both;
	width: 100%;
	text-align: right;
	padding-top: 5px;
}
#addPost .sendTxt   {
	background-image: url(/images/post/sendBtn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 27px;
	width: 78px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.content h5 {
	font-size: 15px;
	float: left;
	width: 685px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: underline;
}
.content h6 {
	font-size: 14px;
	float: left;
	width: 685px;
	position: relative;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: underline;
}
.content h6.titleP {
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #91c1ce;
}

.content h6 a {
	text-decoration:underline;
}
.content h6 span.s_btn{ position:absolute; top:0px; right:15px;}
.content h6 span a{ margin-left:5px;}

.wrapLeft .detailBtn {
	float: left;
	width: 100%;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #91c1cd;
	padding-bottom: 20px;
}

.wrapLeft .detailPost {
	float: left;
	width: 670px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.wrapLeft .detailPost h1 {
	font-size: 14px;
	float: left;
	width: 100%;
	line-height: 130%;
}
.wrapLeft .detailPost .editorBtn {
	font-size: 12px;
	font-weight: normal;
	padding-left: 20px;
}
.wrapLeft .detailPost .editorBtn a {
	color:#FF0000;
}
.wrapLeft .detailPost .time {
	color: #666666;
	float: left;
	width: 655px;
	padding-bottom:1px;
	padding-top: 1px;
	padding-left: 15px;
	vertical-align: middle;
	display: block;
}
.wrapLeft .detailPost .txt {
	float: left;
	width: 645px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 14px;
}
.wrapLeft .detailPost .txt img {
	padding: 10px;
}
.wrapLeft  .reverList  {
	margin: 0px;
	list-style-type: none;
	width: 670px;
	padding: 10px;
}
.wrapLeft  .reverList  li  {
	line-height: 22px;
	padding-top: 20px;
	float: left;
	width: 670px;
}
.wrapLeft .reverList h1 {
	font-size: 14px;
	font-weight: normal;
	width: 100%;
	float: left;
	text-decoration: underline;
	line-height: 110%;
}
.wrapLeft .reverList .time {
	color: #666666;
	float: left;
	width: 660px;
	padding-bottom:10px;
	padding-left: 10px;
}
.wrapLeft .reverList .txt {
	float: left;
	width: 650px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 14px;
}
.wrapLeft .reverList .txt img {
	padding: 10px;
}
.wrapLeft .reverTxtBox {
	background-image: url(/images/post/addpostBg2.gif);
	background-repeat: no-repeat;
	float: left;
	width: 675px;
	padding-top: 25px;
	padding-left: 15px;
	background-position: 0px 12px;
}
.wrapLeft .reverTxtBox textarea {
	width: 660px;
	height: 105px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.wrapLeft .reverTxtBox ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	width: 200px;
	clear: none;
}
.wrapLeft .reverTxtBox li {
	float: left;
	padding-right: 10px;
}
.wrapLeft .reverTxtBox .sendBotton  {
	float: right;
	text-align: right;
	padding-top: 20px;
	font-size: 12px;
	position: relative;
	width: 300px;
}
.wrapLeft .reverTxtBox .sendTxt   {
	background-image: url(/images/post/sendBtn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 27px;
	width: 78px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.wrapLeft .reverTxtBox .sendTxt2   {
	background-image: url(/images/post/sendBtn2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 27px;
	width: 78px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.wrapLeft .copyBtn {
	background-image: url(/images/post/btn09.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 32px;
	width: 318px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.wrapLeft .filtration {
	background-image: url(/images/post/filtrationBg.gif);
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	padding-top: 20px;
	background-position: 5px 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #91c1cd;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.wrapLeft .filtration p {
	float: left;
	padding-left: 15px;
	padding-top: 3px;
	width: 605px;
}

.wrapLeft .filtration select {
	margin-right: 5px;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 12px;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.wrapLeft   .filtration   .s1 {
	width: 80px;
}

.wrapLeft .filtration2 {
	background-image: url(/images/post/filtrationBg2.gif);
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	padding-top: 20px;
	background-position: 5px 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #91c1cd;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.wrapLeft .filtration2 p {
	float: left;
	padding-left: 15px;
	padding-top: 3px;
	width: 520px;
}

.wrapLeft .filtration2 select {
	margin-right: 5px;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 12px;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.wrapLeft .ptl {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 10px;
	text-align: left;
}
.right {
	float: right;
	width: 260px;
	overflow: hidden;
}





.wrapRight0  {
	float: right;
	width: 260px;
	position: relative;
	padding-bottom: 10px
}
.wrapRight0  a:link {
	text-decoration:underline;
}
.wrapRight0  a:visited {
	text-decoration:underline;
}
.wrapRight0  a:active {
	text-decoration:underline;
}
.wrapRight0  a:hover {
	text-decoration:underline;
}
.wrapRight0 .orgPerson {
	padding-left: 20px;
	float: left;
	width: 220px;
}
.wrapRight0 .orgPerson h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 120%;
	padding-bottom: 5px;
}
.wrapRight0 .orgPerson p {
	line-height: 22px;
}
.wrapRight0 .orgPerson .exp {
	margin: 0px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
}
.wrapRight0 .orgPerson .exp li {
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	width: 65px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B4CDED;
	padding-left: 5px;
}
.wrapRight0 .orgPerson .exp p {
	font-size: 12px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.wrapRight0 .orgPerson .btn {
	padding-bottom: 5px;
	padding-top: 5px;
}

.wrapRight0  .orgPerson  .btnImg  {
	background-image: url(/images/post/btn04.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 27px;
	width: 98px;
}
.wrapRight0 .rightNav {
	list-style-type: none;
	width: 100%;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
}
.wrapRight0 .rightNav li {
	line-height: 40px;
	font-size: 14px;
	height: 40px;
	clear: both;
}
.wrapRight0 .rightNav li.unselect {
	padding-left:25px;
}
.wrapRight0 .rightNav li.selected a:link {
	background-color: #dbeef4;
	font-weight: bold;
	background-image: url(/images/post/icon04.gif);
	background-repeat: no-repeat;
	background-position: 25px 12px;
	display: block;
	padding-left: 40px;
}
.wrapRight0 .rightNav li.selected a:visited {
	background-color: #dbeef4;
	font-weight: bold;
	background-image: url(/images/post/icon04.gif);
	background-repeat: no-repeat;
	background-position: 25px 12px;
	display: block;
	padding-left: 40px;
}
.wrapRight0 .rightNav li.selected a:active {
	background-color: #dbeef4;
	font-weight: bold;
	background-image: url(/images/post/icon04.gif);
	background-repeat: no-repeat;
	background-position: 25px 12px;
	display: block;
	padding-left: 40px;
}
.wrapRight0 .rightNav li.selected a:hover {
	background-color: #dbeef4;
	font-weight: bold;
	background-image: url(/images/post/icon04.gif);
	background-repeat: no-repeat;
	background-position: 25px 12px;
	display: block;
	padding-left: 40px;
}
.wrapRight0 .hintR {
	padding-left: 20px;
	float: left;
	width: 220px;
}
.wrapRight0 .hintR h3 {
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #dde9f9;
}
.wrapRight0 .hintR p {
	padding-top: 5px;
	line-height: 130%;
}
.wrapRight0 .hintR p a {
	text-decoration:none;
}
.wrapRight0 .hintR p a:hover {
	text-decoration: underline;
}
.wrapRight0 .hintR p.hintC {
	text-indent: 10pt;
	background-image: url(/images/post/icon02.gif);
	background-repeat: no-repeat;
	background-position: 2px 9px;
}
.wrapRight0 .hintR h4 {
	padding-top: 20px;
	font-size: 12px;
}
.wrapRight0 .hintR .downloadBtn {
	width: 220px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
	float: left;
	padding-top: 10px;
}
.wrapRight  .orgRBtn {
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.wrapRight  .orgRBtn  .registerBtn {
	background-image: url(/images/post/btn11.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 27px;
	width: 150px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.wrapRight .orgTitle {
	line-height: 40px;
	font-size: 14px;
	float: left;
	width: 100%;
	padding-top: 10px;
}
.wrapRight .linkMore {
	font-weight: bold;
	float: left;
	width: 100%;
	padding-top: 30px;
}
.barAllList {
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	width: 950px;
}
.barAllList h1 {
	font-size: 14px;
	padding-top: 10px;
}

.barAllList h6 {
	padding-left: 0px;
	width: 100%;
	padding-bottom: 15px;
}
.barAllList table {
	width: 950px;
	float: left;
	position: relative;
}
.barAllList tr {
}
.barAllList td {
	padding-left: 20px;
	line-height: 22px;
	vertical-align: top;

}
.barAllList .one{
}
.barAllList .two{
	background:#e8f4f8;
}
.barAllList .barName {
	padding-right: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
}
.barAllList .barName a {
	padding-right:8px;
}
.barAllList .more {
	width: 70px;
}
.barAllList .more a {
	color:#666666;
}
.barAllList ul {
	width: 950px;
	list-style-type: none;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #91c1cd;
	padding-bottom: 20px;
}
.barAllList li {
	float: left;
	background-image: url(/images/post/icon09.gif);
	background-repeat: no-repeat;
	line-height: 22px;
	font-size: 14px;
	background-position: 5px 7px;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	width: 197px;
}
.barAllList h6.bar {
	padding-top: 20px;
	text-decoration: none;
	padding-bottom: 20px;
	width: 950px;
}
/*
.barAllList  dl {
	width: 950px;
	float: left;
}
.barAllList dt {
	float: left;
	display: block;
	width: 237px;
	padding-top: 10px;
	padding-bottom: 10px;
}
*/
.barAllList .list {
	width: 950px;
}
.barAllList .list td {
	width: 20%;
	font-size: 14px;
	line-height: 22px;
	padding-left: 20px;
}










.anylinkcss {
	z-index: 3000;
	visibility: hidden;
	width: 60px;
	position: absolute;
	background-color: #ffffff;
	padding: 2px;
	border: 1px solid #6688aa;
	opacity: .9;
	filter: alpha(opacity=90);
}
.anylinkcss a {
	padding-right: 5px;
	padding-left: 5px;
	display: block;
	line-height: 22px;
}
.anylinkcss a:link {
	text-decoration: none
}
.anylinkcss a:visited {
	text-decoration: none
}
.anylinkcss a:hover {
	text-decoration: none
}
.anylinkcss a:active {
	text-decoration: none
}
.anylinkcss a:hover {
	color: white; 
	background-color: #f38725
}
.inviteForm {
	float: left;
	padding-left: 5px;
	width: 685px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #91c1cd;
	margin-bottom: 10px;
}
.inviteForm p {
	float: left;
	padding-bottom: 10px;
}

.inviteForm span {
	float: left;
	line-height: 22px;
}
.inviteForm .title {
	width: 70px;
}
.inviteForm textarea {
	width: 300px;
	height: 100px;
	padding: 2px;
}
.inviteForm input {
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	width: 100px;
	color: #999999;
}
.inviteForm .sendInvite {
	background-image: url(/images/post/sendBtn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 27px;
	width: 78px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.copyInvite {
	float: left;
	padding-top: 20px;
	padding-left: 5px;
}
.copyInvite .title {
	width: 70px;
	float: left;
	line-height: 22px;
}
.copyInvite input {
	color: #999999;
	width: 300px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}

i {
	display:inline-block;
	height:100%;
	vertical-align:middle
}

.org {
	float: left;
	width: 680px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	position:relative;
}

.org .orgImg {
	background-image: url(/images/post/orgImgBg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 5px;
	float: left;
	height: 80px;
	width: 80px;
	text-align: center;
}
.org .orgImg img {
	max-width: 80px;
	max-height: 80px;
	vertical-align: middle;
}
.org .interest{ position:absolute; right:80px; top:55px;}
* html .org .orgImg img { /* for IE6 */
	width: expression(this.width > 80 && this.width > this.height ? 80 : true);
	height: expression(this.height > 80 ? 80 : true);
}
.org h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 120%;
	padding-bottom: 5px;
	padding-left: 20px;
	float: left;
	width: 550px;
}
.org p {
	float: left;
	padding-left: 20px;
	width: 550px;
	color: #666666;
}

.org .exp {
	margin: 0px;
	list-style-type: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: left;
	width: 550px;
}
.org .exp li {
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	width: 65px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #f4f9fc;
	padding-left: 5px;
}
.org .exp p {
	font-size: 12px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000000;
}
.msgResult {
	float: left;
	width: 670px;
	height: 50px;
	line-height: 50px;
	color: #439d37;
	padding-left: 20px;
	background-color: #f2fddb;
	border: 1px solid #adcd3c;
	margin-bottom: 10px;
}
.msgResult1 {
	float: left;
	width: 670px;
	height: 50px;
	line-height: 50px;
	color: #ff0000;
	padding-left: 20px;
	background-color: #ffefef;
	border: 1px solid #ff0000;
	margin-bottom: 10px;
}
.msgResult2 {
	float: left;
	width: 670px;
	height: 50px;
	line-height: 50px;
	color: #f4a700;
	padding-left: 20px;
	background-color: #feffe9;
	border: 1px solid #f4c04f;
	margin-bottom: 10px;
}

#document { padding-right: 20px; padding-left: 20px; width: 800px; margin:0 auto;}
#document h2{ font-size:16px; margin-bottom:10px;}
#document p{ padding:5px 0; text-indent:2em; line-height:160%;}
#document span {font-weight: bold;}

#document ul.aboutValue{ margin:5px 0 0 50px; position:relative; height:auto!important; height:130px; min-height:130px; clear:both;}
#document ul.aboutValue li{ list-style:inside; list-style-type:disc;}
#document ul.aboutValue li.img{ position:absolute; top:0px; left:430px; list-style:none; overflow:hidden; }
#document ol.aboutValue{ margin:5px 0 0 60px;}

#document .aboutUsSub{ margin:20px 0 0 35px;}
#document .aboutUsSub h5{ font-size:12px; margin:10px 0 0 0px;}
#document h4{ font-size:12px; font-weight:normal; margin:20px 0 0 20px;}

#document .aboutUsSub .indent{ text-indent:0;}

#document ul.partners{ list-style-type:none; width:600px; overflow:hidden; clear:both; margin:0 auto;}
#document ul.partners li{ list-style-type:none; list-style:none; float:left; padding-right:20px; height:60px; line-height:60px;}
#document p.par_text{ text-align:center; margin-top:50px;}

#brandStory{ width:760px; margin:0 auto;}
#brandStory h2{ font-size:13px;}
#brandStory em{ font-style:normal;}

.story{ position:relative; margin:25px 0;}
.story p{ text-indent:24px;}
.story p.sec{ width:490px;}
#brandStory strong{ color:#FF0000; font-weight:normal;}
.story img.newYork{ position:absolute; top:70px; right:0px;}
.detail{ padding-top:10px; position:relative;}
.detail dl{ width:700px; position:relative; height:130px;}
.detail dt{ position:absolute; top:25px; left:130px; color:#FF0000;}
.detail dd.pic{ position:absolute; top:0px; left:20px;}
.detail dd.text{ position:absolute; top:45px; left:130px;}

p.imp{ text-align:center; font-weight:bold; color:#f00; font-size:18px;}
p.inscribe {text-align: right;color: #0d4068;}

#otherPrivacy p{ text-indent:0;}

.download { width:820px;}
.download .text{ width:280px; margin-left:150px; float:left;}
.download h2{ font-size:14px; text-align:left}
.download ul{ margin-top:10px; list-style-type:disc;}
.download li{ list-style:inside}
.download .btn{ margin-top:40px; margin-bottom:10px;}
.download .pic{ float:right; margin-top:10px;}

.wrapLeft h2{ text-align:center; font-size:24px; line-height:38px;}