body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,   
form,fieldset,input,textarea,p,blockquote,th,td {   
    padding: 0;   
    margin: 0;
}   
table {   
    border-collapse: collapse;   
    border-spacing: 0;   
}   
fieldset,img {   
    border: 0;   
}   
address,caption,cite,code,dfn,em,strong,th,var {   
    font-weight: normal;   
    font-style: normal;   
}   
ol,ul,li {   
    list-style:none;   
}   
caption,th {   
    text-align: left;   
}   
h1,h2,h3,h4,h5,h6 {   
    font-weight: normal;   
    font-size: 100%;   
}   
q:before,q:after {   
    content:'';   
}   
abbr,acronym { border: 0;   
}
.clear{
	clear:both;
}
.clearfix:after
{
    content:"";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
    }
.clearfix{zoom:1;}
a{
	outline:none;
}
html{
	overflow-y:scroll;
}
/*begin index page*/
body{
	background:#c0c0c0;
	font-family:Tahoma,Helvetica,Arial,'宋体',sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:#4d4d4d;
}
#page{
	margin:0 auto;
	width:960px;
	background-color:#e0d2b5;
	overflow:hidden;
}
/*begin nova-header*/
#nova-header{
	width:960px;
	height:110px;
	background:url(../images/head-bg.png) repeat-x;
	overflow:hidden;
}
.logo{
	float:left;
	width:282px;
}
.nav{
	float:left;
	margin-left:180px;
	width:445px;
}
.nav-link{
	display:block;
	float:left;
	width:110px;
	height:110px;
	text-indent:-9999px;
}
.nav-white{
	display:block;
	float:left;
	width:1px;
	height:110px;
}
.nav-index{
	background:url(../images/nav-index.png) no-repeat;
}
.nav-index:hover{
	background:url(../images/nav-index-2.png) no-repeat;
}
.nav-index:hover{
	background:url(../images/nav-focus-sprite.png) no-repeat 0 0;
}
.index-focus{
	background:url(../images/nav-focus-sprite.png) no-repeat 0 0;
}
.nav-aboutus{
	background:url(../images/nav-partner.png) no-repeat;
}

.nav-aboutus:hover{
	background:url(../images/nav-partner-2.png) no-repeat;
}
.nav-aboutus:hover{
	background:url(../images/nav-focus-sprite.png) no-repeat -222px 0;
}
.aboutus-focus{
	background:url(../images/nav-focus-sprite.png) no-repeat -222px 0;
}
.nav-product{
	background:url(../images/nav-fabric.png) no-repeat;
}
.nav-product:hover{
    background:url(../images/nav-focus-sprite.png) no-repeat -111px 0;
}
.product-focus{
	background:url(../images/nav-focus-sprite.png) no-repeat -111px 0;
}
.nav-contact{
	background:url(../images/nav-contact.png) no-repeat;
}
.nav-contact:hover{
	background:url(../images/nav-focus-sprite.png) no-repeat -333px 0;
}
.conection-focus{
	background:url(../images/nav-focus-sprite.png) no-repeat -333px 0;
}

/*end nova-header*/
/*begin mainbody-top*/
#mainbody-top{
	height:40px;
}
.index-location{
	float:left;
	margin-top:10px;
	padding-left:10px;
	width:272px;
	font-size:12px;
}
.index-location p a:link, .index-location p a:visited{
	text-decoration:none;
	color:#4d4d4d;
}
.index-location p a:hover{
	text-decoration:underline;
	color:#FF0000;
}
.login{
	float:left;
	width:671px;
}
.login-l{
	float:left;
	width:5px;
	height:32px;
	background:url(../images/login-l.png) no-repeat;
}
.login-m{
	float:left;
	padding:5px 0 0 5px;
	width:648px;
	height:27px;
	background:url(../images/login-bg.png) repeat-x;
	color:#FFF;
	font-size:12px;
}
.login-m label{
	display:block;
	float:left;
	padding:3px 2px 0;
}
.login-m input{
	display:block;
	float:left;
	padding-top:2px;
	height:20px;
	background:#9d035b;
	border:none;
	color:#fff;
	margin-right:5px;
	width:80px;
}
#btnExit
{
    float:right;
    }
.login-m span 
{
    float:left;
    margin-top:3px;
   font-size:12px;
    }
.login-m .btn-login{
	margin-top:-1px;
	width:95px;
	height:25px;
	background:url(../images/btn-login.png) no-repeat;
	cursor:pointer;
}
.login-m a {
	display:block;
	float:left;
	padding:3px 0 0 0;
	color:#FFFFFF;
	text-decoration:none;
}
.login-r{
	float:left;
	width:7px;
	height:32px;
	background:url(../images/login-r.png) no-repeat;
	
}
.mainbody-pic{
	position:relative;
}
.nova-search-box{
	position:absolute;
	left:90px;
	
	bottom:5px;
	_bottom:381px;
	padding-top:50px;
	width:272px;
	height:30px;
	overflow:hidden;
	
	zoom:1;
}
.nova-search-box label,.nova-search-box input{
	display:block;
	float:left;
	margin-right:5px;
}

.nova-search-box-in
{
    margin-left:5px;
    _margin-left:0;
	padding:3px 0 0 0;
	width:128px;
	height:25px;
	border:none;
	background:url(../images/index-search-box-bg.png) no-repeat;
	color:#FFF;
}
.nova-search-box-btn
{
    margin-left:5px;
	width:49px;
	height:21px;
	background:url(../images/btn-go.png);
	border:none;
	cursor:pointer;
}
/*end mainbody-top*/
/*begin nova-mainbody*/
#nova-mainbody{
	width:960px;
	clear:both;
	overflow:hidden;
}
.reg-mainbody
{
    padding:0 0 20px 300px;
    }
.mainbody-pic img {
	display:block;
	margin:0 auto;
}
/*begin mainbody news*/
.mainbody-news{
	float:left;
	display:inline;
	margin-left:11px;
	width:297px;
}
.search-box-half{
	height:46px;
	background:url(../images/search-box-half.png) no-repeat;
}
.box-l{
	float:left;
	width:5px;
	height:32px;
	background:url(../images/box-l.png) no-repeat;
}
.box-m{
	float:left;
	width:267px;
	height:32px;
	line-height:32px;
	background:url(../images/box-bg.png) repeat-x;
	color:#fff;
	font-size:14px;
	font-weight:600;
	text-indent:10px;
	overflow:hidden;
}
.box-r{
	float:left;
	width:18px;
	height:32px;
	background:url(../images/box-r.png) no-repeat;
}
#news-list{
	padding:10px 0 0 20px;
	width:270px;
	_height:100px;
	min-height:100px;
	background:#ebe2ce;
	clear:both;
}

#news-list li {
	padding-left:5px;
	background:url(../images/news-list-style-type.png) no-repeat left;
	margin-bottom:8px;
}
#news-list li a:link,#news-list li a:visited{
	text-decoration:none;
	color:#4d4d4d;
}
#news-list li a:hover{
	text-decoration:underline;
	color:red;
}
#news-list li a:active{
	text-decoration:none;
	color:#000;
}
/*end mainbody news*/
/*begin mainbody introduction*/
.mainbody-introduction{
	float:left;
	position:relative;
	width:640px;
	background:url(../images/flower.png) no-repeat 250px -30px;
}
#company-intro-head{
	position:absolute;
	right:10px;
	top:10px;
}
#company-intro-head-m{
	width:90px;
}
.intro-content{
	margin-top:50px;
}
.intro-content p {
	text-indent:20px;
	line-height:20px;
}
.content-img{
	margin-top:20px;
}
/*end mainbody introduction*/
/*end nova-mainbody*/
#nova-footer{
	padding-top:30px;
	width:960px;
	height:55px;
	background:url(../images/head-bg.png) repeat-x;
	color:#fff;
	text-align:center;
	font-size:12px;
	overflow:hidden;
	
}
/*end index page*/
/*begin fangzhirumen page*/
/*begin fangzhirumen page sidebar*/
.sidebar{
	float:left;
	width:243px;
}
.sub-nav{
	margin-left:24px;
	width:188px;
	height:277px;
	background:url(../images/sidebar-bg.png) no-repeat;
	color:#fff;
}
.option-name{
	height:60px;
	background:url(../images/product-nav0.png) no-repeat;
	text-indent:-9999px;
}
.about-name{
	background:url(../images/about-nav0.png) no-repeat;
}
.about-nav1{
	background:url(../images/about-nav1.png) no-repeat;
}
.about-nav1-2{
	background:url(../images/about-nav1-2.png) no-repeat;
}
.about-nav2{
	background:url(../images/about-nav2.png) no-repeat;
}
.about-nav2-2{
	background:url(../images/about-nav2-2.png) no-repeat;
}
.about-nav3{
	background:url(../images/about-nav3.png) no-repeat;
}
.about-nav3-2{
	background:url(../images/about-nav3-2.png) no-repeat;
}
.about-fund{
	background:url(../images/about-fund.png) no-repeat;
}
.about-fund-2{
	background:url(../images/about-fund-2.png) no-repeat;
}
.option-ul{
}
.option-ul li a {
	display:block;
	width:188px;
	height:24px;
	text-align:center;
	color:#fff;
	font-size:14px;
	text-decoration:none;
	text-indent:-9999px;
}
.product-nav1{
	background:url(../images/product-nav1.png) no-repeat;
}
.product-nav1-2{
	background:url(../images/product-nav1-2.png) no-repeat;
}
.product-nav2{
	background:url(../images/product-nav2.png) no-repeat;
}
.product-nav2-2{
	background:url(../images/product-nav2-2.png) no-repeat;
}
.product-nav3{
	background:url(../images/product-nav3.png) no-repeat;
}
.product-nav3-2{
	background:url(../images/product-nav3-2.png) no-repeat;
}
.product-nav4{
	background:url(../images/product-nav4.png) no-repeat;
}
.product-nav4-2{
	background:url(../images/product-nav4-2.png) no-repeat;
}
.product-nav5{
	background:url(../images/product-nav5.png) no-repeat;
}
.product-nav5-2{
	background:url(../images/product-nav5-2.png) no-repeat;
}
.product-nav6{
	background:url(../images/product-nav6.png) no-repeat;
}
.product-nav6-2{
	background:url(../images/product-nav6-2.png) no-repeat;
}
.product-nav11{
	background:url(../images/product-nav11.png) no-repeat;
}

.product-nav12{
	background:url(../images/product-nav12.png) no-repeat;
}

.product-nav13{
	background:url(../images/product-nav13.png) no-repeat;
}

.product-nav14{
	background:url(../images/product-nav4.png) no-repeat;
}

.product-nav15{
	background:url(../images/product-nav5.png) no-repeat;
}

.product-nav16{
	background:url(../images/product-nav6.png) no-repeat;
}
.product-nav17
{
    height:26px !important;
    background:url(../images/product-nav7.png) no-repeat;
    }

.sub-nav-bottom{
	margin-left:24px;
	height:6px;
	background:url(../images/sidebar-bottom.png) no-repeat;
}
.sidebar-pic-ul{
	padding:10px 0 0 12px;
}
/*end fangzhirumen page sidebar*/
/*begin fangzhirumen page content-con*/
.content-con{
	float:left;
	width:717px;
	overflow:hidden;
}
.org-con{
	height:605px;
}
.index-location-anther{
	width:208px;
	font-size:12px;
}
.guest-location{
	display:inline;
	margin-right:243px;
}
.login-anther{
	width:495px;
}
.login-m-anther{
	width:465px;
}
.induction-list{
	float:left;
	position:relative;
	width:54px;
	z-index:10;
}
.induction-content-head{
	width:663px;
	height:92px;
	background:url(../images/fangzhirumen-book-head.png) no-repeat;
}
.induction-content-foot{
	width:663px;
	height:15px;
	background:url(../images/fangzhirumen-book-foot.png) no-repeat;
}
.induction-content{
	float:left;
	position:relative;
	margin-left:-10px;
	width:663px;
	background:url(../images/fangzhirumen-book-bg.png) repeat-y;
	overflow:hidden;
	z-index:2;
}
.induction-content p {
	text-indent:20px;
	line-height:150%;
}
.induction-content-son{
	display:none;
	margin-top:-60px;
	padding:10px 20px 20px 27px;
	width:583px;
	min-height:400px;
	_height:400px;
}
.induction-content-son h3{
	text-indent:20px;
}
.induction-list-no{
	width:54px;
	height:56px;
	line-height:56px;
	text-align:center;
	background:url(../images/fangzhurumen-list-small.png) no-repeat;
	overflow:hidden;
}
.induction-list-no ul {
	display:none;
}
.induction-list a {
	color:#333333;
	text-decoration:none;
}
.induction-list-focus{
	width:54px;
	height:136px;
	background:url(../images/fangzhurumen-list-big.png) no-repeat;
}
.induction-list-focus ul{
	display:block;
	width:54px;
	height:100px;
}
.induction-list-no-second{
	width:54px;
	height:20px;
	line-height:20px;
}
.link-focus{
	display:block;
	width:55px;
	height:31px;
	line-height:31px;
	font-size:14px;
	font-weight:bold;
	background:url(../images/fangzhurumen-red.png) no-repeat;
}
/*end fangzhirumen page content-con*/
/*end fangzhirumen page*/
/*begin aboutus page*/
.footer-aboutus{
	margin-top:0 !important;
}
/*end aboutus page*/
/*begin show page*/
.pagination{
	margin-top:10px;
	height:30px;
}
.page-bottom{
	text-align:center;
}
.page-bottom a:link,.page-bottom a:visited{
	padding:0 5px;
	line-height:30px;
	border:1px solid #bb427c;
	text-decoration:none;
	font-size:12px;
	color:#9d2463;
}
.page-bottom a:hover{
	border:1px solid #3399CC;
}
.page-break{
	color:#9d2463;
	font-size:12px;
}
.page-cur{
	padding:0 5px;
	border:1px solid #581538;
	background-color:#9c2462;
	font-size:12px;
	color:#e0d2b5;
}
.fabrics-con{
	height:689px;
}
.details{
	font-size:0;
	
}
.new-fabric-list{
	margin-bottom:10px;
}
/*end show page*/
/*hegin conection page*/
.conection-login{
	display:inline;
	margin-left:462px;
}
.conection-details{
	font-size:0;

}
/*begin conection page*/
.org-pic{
	margin-top:-8px;
}
/*end conection page*/
/*begin mianliao-details page*/
.mianliao-nav{
	height:135px;
	overflow:hidden;
}
.mianliao-details{
	height:615px;
}
.button-pre,.button-next{
	display:block;
	float:left;
	width:73px;
	height:25px;
	line-height:25px;
}
.mianliao-id{
	
}
.mianliao-id-big 
{
    height:30px;
    line-height:30px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
#blID
{
    display:block;
    overflow:hidden;
    }
.mianliao-choose{
	float:left;
	width:570px;
}
.mianliao-choose ul li{
	float:left;
	padding:2px;
	width:110px;
	text-align:center;
} 
.mianliao-details-left{
	float:left;
	position:relative;
	width:113px;
	height:135px;
	background:url(../images/miaoliao-details-left-bg.png) no-repeat;
	overflow:hidden;
}
.mianliao-details-left a{
	position:absolute;
	display:block;
	left:30px;
	top:60px;
	width:54px;
	height:66px;
	text-indent:-9999px;
}
.mianliao-details-right{
	float:left;
	width:600px;
	height:600px;
	overflow:hidden;
}
/*end mianliao-details page*/
.culture-content{
	margin-left:-5px;
	width:716px;
	min-height:625px;
	_height:625px;
	background:url(../images/culture-pic.png) no-repeat;
}
.zhanhui-con{
	height:550px;
}
.zhanhui-list{
}
.zhanhui-list li {
	float:left;
	width:237px;
	height:175px;
}
/*css for js to control   start*/
#DS_imgshow{
position:relative;
}
.mianliao-choose{
	position:relative;
	overflow:hidden;
}
/*css for js to control   end*/
/*css chengpin page   start*/
.chengpin-con{
	padding-bottom:10px;
}
.chengpin-details{
	font-size:0;
}
.chengpin-list li{
	float:left;
}
/*css chengpin page   end*/
/*css for js to control   start*/



.DS_top_img{
background:url(../images/fangzhurumen-list-small.png) no-repeat top left;
height:56px;
position:relative;
}
.DS_btn{
	line-height:28px;
}
.DS_btn2{
	line-height:28px;
}
.DS_bottom_img{
	background:url(../images/fangzhurumen-list-big.png) no-repeat bottom left;
	padding:5px;
	height:18px;
	overflow:hidden;
	display:none;
	position:relative;
}
#DS_list{
	position:relative;
	width:58px;
	float:left;
	text-align:center;
	z-index:9999;
	overflow:hidden;
}
#DS_content{
	position:relative;
}
#DS_block{
	position:absolute;
	background-color:red;
	width:96px;height:96px;
	display:none;
	background:url(../images/fangzhurumen-jiantou.png) no-repeat;
}
#DS_list a{
	color:#49453e;
	text-decoration:none;
	font-size:13px;
	font-family:"宋体";
	font-weight:bold;
}

/*css for js to control   end*/
/*start dapei page*/
.suggest-left{
	float:left;
	width:238px;
}

.suggest-right{
	float:left;
	padding-top:27px;
}
.suggest-right-col{
	padding-top:35px;
	height:220px;
}
.ramification td,.model td
{
    padding-right:2px;
    }
.ramification h3{
	height:20px;
	line-height:20px;
	font-size:15px;
	color:#5c0034;
	margin:2px 0;
}
.model{
	padding:0 0 0 20px;
	
}

.model h4 
{
    margin:2px 0;
	height:20px;
	line-height:20px;
	font-size:14px;
	color:#5c0034;
}
.model-pic{
	overflow:hidden;
	zoom:1;
}
.model-pic-con{
	float:left;
	margin-right:5px;
}
.model-pic-con p {
	text-align:center;
}
.model-pic-con img {
	display:block;
	width: 39px;
}
/*end dapei page*/
.fund-con{
	padding-right:5px;
}
.fund-con-head{
	height:205px;
	
	background:url(../images/fund-pic.png) no-repeat;
}
.fund-con-body{
	padding:10px 10px 0 40px;
	
	background:url(../images/fund-bg.png) repeat-y;
}
.fund-con-body-f{
	min-height:650px;
	_height:650px;
	background:url(../images/fund-flower.png) 560px bottom no-repeat;
}
.fund-con-foot{
	height:18px;
	font-size:0;
	background:url(../images/fund-foot.png) no-repeat;
}
.fund-h3{
	height:30px;
	height:30px;
	text-align:center;
	font-size:18px;
	
}
.fund-con-body-f p{
	text-indent:20px;
	line-height:150%;
}
.reg-form{
	padding:150px 0 0 349px;
	height:424px;
	background:url(../images/reg-bg.png) no-repeat 51px 50px;
	
}
.reg-div {
	margin:18px 0 0 0;
	overflow:hidden;
	zoom:1;
}
.reg-div label, .reg-div input {
	display:block;
	float:left;
}
.reg-div input {
	padding:3px 2px;
	width:170px;
	background-color:#9d035b;
	border:none;
	color:#FFF;
}
.reg-div label{
	padding:0 5px 0 0;
	width:140px;
	text-align:right;
	font-size:13px;
}
.reg-div  .btn-reg{
	width:95px;
	height:24px;
	cursor:pointer;
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/* English change */
#txtLoginName,txtLoginPwd
{
    width:80px;
    }
.index-location-anther
{
    padding-left:0;
    width:218px;
	
}
.option-ul li a.product-nav11
{
    height:32px;
    }
.option-ul li a.product-nav13
{
    height:25px;
    }
.option-ul li a.product-nav16
{
    height:28px;
    }
.zongbu
{
    float:right;
    padding:50px 0 0 50px;
    width:476px;
    height:151px;
    background:url(../images/zongbu.png) no-repeat;
    font-size:12px;
    font-weight:bold;
    }
    .zongbu p
    {
        margin-top:5px;
        }
    .download
    {
        position:absolute;
        top:45px;
        left:20px;
        }
    /* 基金box */
    .fund-con-head table
    {
        margin:0 auto;
        margin-top:20px;
        border:1px solid #000;
        text-align:center;
        }
     
        .fund-con-head table td,.fund-con-head table th
        {
            padding:2px 10px;
            border:1px solid #000;
            text-align:center;
            
            }
/* news box */
    .news-out-box
    {
        margin:0 auto;
        padding-top:78px;
        margin-top:10px;
        width:798px;
        background:url(../images/news-header.png) no-repeat top;
        }
     .news-in-box
     {
         padding-bottom:117px;
         background:url(../images/news-ft.png) no-repeat bottom;
         }
     .news
     {
         margin-left:1px;
         padding:10px 30px;
         min-height:200px;
         _height:200px;
         background:url(../images/news-bd.png) repeat-y;
         }
         .news-list li
         {
             margin-left:150px;
             padding:5px 0;
             width:400px;
             height:20px;
             line-height:20px;
             overflow:hidden;
             text-align:left;
             border-bottom:1px dashed #CCC;
             }
          .news-list li a
         {
             color:#000;
             text-decoration:none;
             }
          .news-list li a:hover{color:#FF4C00;text-decoration:underline;}
          .publish-news-box
          {
              margin:0 auto;
              margin-top:-20px;
              width:500px;
              }
          .publish-news-box-col
          {
              margin-bottom:10px;
              text-align:center;
              }
          .publish-news-box-col h3
          {
              padding-bottom:5px;
              }
         .publish-news-box-col input{width:400px;height:20px;}
         .publish-news-box-col textarea{width:400px;height:200px;}
        .publish-news-box button
        {
            }
         #news h2
        {
            font-size:18px;
            font-weight:700;
            text-align:center;
            }
        #news-h4
        {
            padding:15px 0;
            text-align:center;
            }
        #news p{text-indent:24px;line-height:1.5;}
        #btnSubmit
        {
            width:50px;
            height:30px;
            }
/* end news box */