@charset "utf-8";

/********************
common
********************/
.header .slide,
.header .slide .images,
.header .slide .images li,
.header .slide .images li a { height: 300px; }

/*container*/
.cont-sub,
.pin-wrapper {
  float: left;
  width: 265px;
  overflow: hidden;
}
.cont-main {
  float: right;
  width: 825px;
  overflow: hidden;
}
.cont-main-nav {
  height: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.cont-main-nav h3 {
  float: left;
  font-size: 20px;
  font-weight: normal;
  margin-top: 8px;
}
.cont-main-nav p {
  float: right;
  margin-top: 10px;
}
.cont-main-nav p,
.cont-main-nav p a { color: #999; }
.cont-main-nav p a:hover,
.cont-main-nav p a.last { color: #fa0; }

/*btn*/
.btn-gray,
.btn-orange {
  display: inline-block;
  width: 90px;
  height: 26px;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
}
.btn-gray { background: #8c8c8c; }

.btn-orange,
.btn-gray:hover { background: #f70; }
.btn-gray:hover,
.btn-orange:hover {
  color: #fff;
  text-decoration: underline;
}

.btn-download {
  position: relative;
  display: block;
  width: 145px;
  height: 41px;
  text-indent: -999em;
  background: url(../images/btn_download.png) no-repeat 0 -51px;
}
.btn-download i {
  position: absolute;
  top: 12px;
  left: 20px;
  display: block;
  width: 16px;
  height: 18px;
  background: url(../images/icon_btn_download.png) no-repeat;
}
.btn-download:hover { background-position: 0 0; }
.btn-download:hover i {
  -webkit-animation: updown 1s infinite linear;
  animation        : updown 1s infinite linear;
}
@-webkit-keyframes updown {
  0%  { -webkit-transform: translateY(0); }
  25% { -webkit-transform: translateY(3px); }
  75% { -webkit-transform: translateY(-3px); }
}
@keyframes updown {
  0%  { transform: translateY(0); }
  25% { transform: translateY(3px); }
  75% { transform: translateY(-3px); }
}

/*pagecode*/
.pagecode {text-align: center; }
.pagecode a,
.pagecode span {
  display: inline-block;
  height: 31px;
  margin: 0 1px;
  padding: 0 12px;
  line-height: 31px;
  border: 1px solid #e6e6e6;
  background: #fcfcfc;
  border-radius: 2px;
}
.pagecode a:hover,
.pagecode a.page-btn:hover {
  color: #094;
  border-color: #094;
}
.pagecode span.page-btn { color: #999; }
.pagecode .page-num-on {
  border-color: #094;
  background: #094;
}
.pagecode .page-num-on,
.pagecode a.page-num-on:hover { color: #fff; }

/********************
mod
********************/
/*mod-category*/
.mod-category { margin-bottom: 5px; }
.mod-category .hd {
  height: 115px;
  padding-left: 20px;
  background: url(../images/bg_category.png) no-repeat 194px 33px #00923b;
}
.mod-category .hd h2 {
  padding-top: 30px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
}
.mod-category .hd p {
  margin-top: 10px;
  font-size: 18px;
  font-style: italic;
  color: #d7ffe7;
}
.mod-category ul { background: #d1eedd; }
.mod-category li {
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  border-bottom: 1px solid #fff;
}
.mod-category li a {
  display: block;
  height: 100%;
  padding-left: 82px;
  padding-right: 30px;
  overflow: hidden;
  background: url(../images/icon_category.png) no-repeat 65px 0;
}
.mod-category li a:hover,
.mod-category li.on a {
  color: #fff;
  background-position: 65px -60px;
  background-color: #094;
}

/*mod-tproduct*/
.mod-tproduct {
  padding-bottom: 15px;
  border: 1px solid #e5e5e5;
}
.mod-tproduct .hd {
  height: 38px;
  padding: 0 10px;
  line-height: 38px;
  border-bottom: 1px solid #e5e5e5;
}
.mod-tproduct .hd h2 {
  font-size: 18px;
  font-weight: normal;
}
.mod-tproduct .images,
.mod-tproduct .wrap,
.mod-tproduct img {
  width: 227px;
  height: 168px;
}
.mod-tproduct .images {
  padding: 4px 4px 11px;
  margin: 15px 14px 0;
  background: url(../images/bg_tproduct.png) no-repeat;
}
.mod-tproduct .wrap { overflow: hidden; }
.mod-tproduct .icons {
  height: 10px;
  margin-top: 6px;
  line-height: 0;
  text-align: center;
  overflow: hidden;
}
.mod-tproduct .icons span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  cursor: pointer;
  overflow: hidden;
  background: #a3a3a3;
  border-radius: 20px;
}
.mod-tproduct .icons .on { background: #f70; }

/*mod-contact*/
.mod-contact .tel {
  min-height: 43px;
  margin-top: 20px;
  padding-left: 50px;
  line-height: 1;
  background: url(../images/icon_sub_contact.png) no-repeat left top;
}
.mod-contact .number {
  margin-top: 5px;
  font-size: 30px;
  font-weight: bold;
  font-family: Times New Roman, Arial, Helvetica, sans-serif;
}
.mod-contact .address {
  margin-top: 5px;
  line-height: 20px;
}

/********************
list
********************/
/*category-intro*/
.category-intro {
  margin-bottom: 30px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 26px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.category-intro img { max-width: 100%; }

/*news-list*/
.news-list {
  margin-top: -5px;
  padding-bottom: 15px;
}
.news-list li {
  padding-bottom: 10px;
  line-height: 20px;
}
.news-list li.line {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.news-list li span {
  float: right;
  margin-left: 10px;
  color: #999;
}

/*newscont-list*/
.newscont-list {
  margin-top: -5px;
  padding-bottom: 5px;
}
.newscont-list dl {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.newscont-list dt {
  font-size: 18px;
  line-height: 23px;
}
.newscont-list dt a { color: #333;}
.newscont-list dt a:hover { color: #f70; }
.newscont-list .info {
  margin-top: 3px;
  padding-bottom: 5px;
  color: #999;
  border-bottom: 1px dotted #ccc;
}
.newscont-list .info span { margin-right: 12px; }
.newscont-list .image { margin-top: 12px; }
.newscont-list .image img {
  max-width: 200px;
  max-height: 200px;
}
.newscont-list .desc {
  margin-top: 8px;
  font-size: 14px;
}
.newscont-list .desc a { margin-left: 5px; }

/*piccont-list*/
.piccont-list li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.piccont-list .image {
  float: left;
  overflow: hidden;
}
.piccont-list .image img {
  width: 235px;
  height: 176px;
}
.piccont-list .image:hover img { transform: scale(1.2); }
.piccont-list dl { margin-left: 260px; }
.piccont-list dt {
  padding-top: 5px;
  font-size: 18px;
  line-height: 23px;
}
.piccont-list dt a { color: #333; }
.piccont-list dt a:hover { color: #f70; }
.piccont-list .info {
  margin-top: 3px;
  padding-bottom: 5px;
  color: #999;
  border-bottom: 1px dotted #ccc;
}
.piccont-list .info span { margin-right: 12px; }
.piccont-list .desc {
  margin-top: 8px;
  font-size: 14px;
}
.piccont-list .btn {
  margin-top: 9px;
  text-align: right;
}

/*pic-list*/
.pic-list ul,
.product-list ul { width: 855px; }
.pic-list li {
  float: left;
  width: 255px;
  height: 280px;
  padding-right: 30px; 
  padding-bottom: 30px;
  text-align: center;
}
.pic-list li .image,
.pic-list li .image td {
  height:190px;
  width:247px;
}
.pic-list li .image {
  overflow: hidden;
  padding: 3px;
  border: 1px solid #e5e5e5;
}
.pic-list li .image td { vertical-align: middle; }
.pic-list li .image img {
  /* width:expression(this.width>247&&this.height<this.width?247:true);
  height:expression(this.height>247?247:true); */
  max-height:250px;
  max-width:250px;
  margin:0 auto;
  background-color: #fff;
}
.pic-list li:hover .image { border-color: #f70; }
.pic-list li:hover img { transform: scale(1.2); }
.pic-list li .title {
  position: relative;
  height: 20px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
}
.pic-list li .title a:hover { text-decoration: none; }
.pic-list li .title span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 20px;
}
.pic-list li .t1 {
  top: -20px;
  opacity: 0;
}
.pic-list li .t2 {
  top: 0;
  opacity: 1;
}
.pic-list li:hover .t1 {
  top: 0;
  opacity: 1;
}
.pic-list li:hover .t2 {
  top: 20px;
  opacity: 0;
}
.pic-list li .image a,
.pic-list li .title a {
  display: block;
  height: 100%;
}
.pic-list li .btn {
  height: 26px;
  margin-top: 13px;
}
.pic-list li:hover .btn a { background: #f70; }

/*product-list*/
.product-list li {
  float: left;
  width: 255px;
  height: 292px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.product-list li .wrap {
  height: 257px;
  padding: 14px 14px 19px;
  border: 1px solid #e5e5e5;
  background: url(../images/bg_product_list.png) no-repeat center 229px;
}
.product-list li .image,
.product-list li img {
  width: 219px;
  height: 162px;
}
.product-list li .image {
  padding: 2px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.product-list li:hover .image { border-color: #f70; }
.product-list li:hover img { transform: scale(1.2); }
.product-list li .title {
  position: relative;
  height: 20px;
  margin-top: 13px;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  text-align: center;
}
.product-list li .title a:hover { text-decoration: none; }
.product-list li .title span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 20px;
}
.product-list li .t1 {
  top: -20px;
  opacity: 0;
}
.product-list li .t2 {
  top: 0;
  opacity: 1;
}
.product-list li:hover .t1 {
  top: 0;
  opacity: 1;
}
.product-list li:hover .t2 {
  top: 20px;
  opacity: 0;
}
.product-list li .image a,
.product-list li .title a {
  display: block;
  height: 100%;
}
.product-list li .btn {
  height: 26px;
  margin-top: 30px;
  text-align: center;
}

/*download-list*/
.download-list dl { position: relative; }
.download-list dt { padding-right: 170px; }
.download-list .btn {
  position: absolute;
  top: 0;
  right: 0;
}

/*results-list*/
.results-list {
  margin-top: -5px;
  padding-bottom: 30px;
}
.results-list li > div { float: left; }
.results-list li .project { width: 250px; }
.results-list li .area { 
  width: 140px;
  padding: 0 10px;
  text-align: center;
}
.results-list li .company {
  width: 260px;
  text-align: center;
}
.results-list li .system {
  width: 140px;
  padding-left: 10px;
  text-align: center;
}
.results-list .title {
  height: 22px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 26px; 
  color: #333;
  overflow: hidden;
}
.results-list .title sup { font-size: 10px; }
.results-list .title .area { line-height: 18px; }
.results-list .cont li {
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
}
.results-list .cont .project { color: #0571d2; }
.results-list .cont .project span { margin-left: 5px; }

/*job-list*/
.job-list {
  margin-top: -10px;
  padding-bottom: 30px;
}
.job-list ul.cont {
  padding: 10px 0;
  border-bottom: 2px solid #e8e8e8;
}
.job-list li {
  height: 35px;
  padding-left: 10px;
  font-size: 12px;
  line-height: 35px;
  overflow: hidden;
}
.job-list li.title {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 2px solid #e8e8e8;
}
.job-list .name {
  float: left;
  width: 350px;
}
.job-list .address {
  float: right;
  width: 180px;
  padding: 0 15px;
  text-align: center;
}
.job-list .number {
  float: right;
  width: 160px;
  text-align: center;
}
.job-list .detail {
  float: right;
  width: 60px;
  text-align: center;
}

/*message-list*/
.message-list { padding-bottom: 15px; }
.message-list .item {
  margin-bottom: 15px;
  padding: 10px 12px;
  background: #f5f6f7;
}
.message-list .title {
  font-size: 14px;
  line-height: 21px;
  color: #f70;
}
.message-list .cont {
  margin-top: 5px;
  font-size: 14px;
  line-height: 21px;
  color: #333;
}

/*sitemap-list*/
.sitemap-list .item {
  padding: 10px;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}
.sitemap-list .item-last { border: none; }
.sitemap-list .topclass {
  float: left;
  width: 120px;
  height: 25px;
}
.sitemap-list .topclass a {
  display: block;
  height: 25px;
  font-weight: bold;
  line-height: 25px;
  color: #fff;
  text-align: center;
  background: #f70;
  border-radius: 3px;
}
.sitemap-list .topclass a:hover { text-decoration: underline; }
.sitemap-list .childclass {
  margin-left: 120px;
  line-height: 25px;
}
.sitemap-list .childclass ul { padding-left: 10px; }
.sitemap-list .childclass li {
  float: left;
  padding: 0 15px;
  background: url(../images/line_sitemap.png) no-repeat right center;
}
.sitemap-list .childclass li.last { background: none; }

/********************
show
********************/
/*show*/
.article { margin-top: -5px; }
.show-title {
  margin-top: -5px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
}
.show-info {
  height: 32px;
  margin-top: 10px;
  line-height: 32px;
  color: #999;
  text-align: center;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.show-info span { margin: 0 10px;  }
.show-image {
  margin-top: 20px;
  text-align: center;
}
.article,
.show-content {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 30px;
}
.show-content { margin-top: 15px; }
.article p,
.show-content p { margin-bottom: 15px; }
.article img,
.show-image img,
.show-content img { max-width: 100%; }
.show-class,
.show-tag {
  font-size: 14px;
  line-height: 30px;
  color: #957f66;
}
.show-class a,
.show-tag a { color: #333; }
.show-class a:hover,
.show-tag a:hover { color: #f70; }
.show-tag a {
  display: inline-block;
  margin-right: 15px;
}
.show-record {
  height: 33px;
  margin-top: 10px;
  padding-top: 15px;
  text-align: center;
  border-top: 1px solid #ddd;
}
.show-record a {
  display: inline-block;
  width: 108px;
  height: 31px;
  margin: 0 7px;
  font-size: 14px;
  line-height: 31px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.show-record a:hover { border-color: #f70; }
.show-related {
  margin-top: 15px;
  border-top: 1px solid #957f66;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.show-related .hd {
  height: 34px;
  padding: 0 10px;
  border-bottom: 1px solid #ddd;
}
.show-related .hd h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 34px;
  color: #957f66;
}
.show-related .bd {
  border-bottom: 1px solid #ddd;
}
.show-rproduct .bd { padding: 19px 19px 19px 4px; }
.show-rproduct li {
  float: left;
  width: 185px;
  height: 163px;
  padding-left: 15px; 
}
.show-rproduct li a {
  display: block;
  height: 100%;
}
.show-rproduct li .image,
.show-rproduct li img {
  width: 179px;
  height: 133px;
}
.show-rproduct li .image {
  padding: 2px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.show-rproduct li:hover .image { border-color: #f70; }
.show-rproduct li:hover img { transform: scale(1.2); }
.show-rproduct li .title {
  position: relative;
  height: 20px;
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  overflow: hidden;
}
.show-rproduct li .title a:hover { text-decoration: none; }
.show-rproduct li .title span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 20px;
}
.show-rproduct li .t1 {
  top: -20px;
  opacity: 0;
}
.show-rproduct li .t2 {
  top: 0;
  opacity: 1;
}
.show-rproduct li:hover .t1 {
  top: 0;
  opacity: 1;
}
.show-rproduct li:hover .t2 {
  top: 20px;
  opacity: 0;
}
.show-rnews .bd {
  padding: 12px 5px 19px;
}
.show-rnews li {
  float: left;
  width: 378px;
  height: 30px;
  margin: 0 14px;
  line-height: 30px;
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
}
.show-rnews li a {
  padding-left: 12px;
  background: url(../images/icon_news.png) no-repeat 0 6px;
}
.show-rnews li a:hover { background-position: 0 -24px; }
.show-rnews li span {
  float: right;
  color: #999;
}

/*product-show*/
.product-show-images {
  float: left;
  width: 464px;
}
.product-show-images .i-bimg,
.product-show-images .i-bimg img {
  width: 464px;
  height: 348px;
}
.product-show-images .i-simg {
  margin-top: 15px;
  height: 78px;
}
.product-show-images .i-simg .paging {
  width: 20px;
  height: 50px;
  margin-top: 13px;
  overflow: hidden;
  background: url(../images/bg_product_arrow.png) no-repeat;
}
.product-show-images .i-simg .prev {
  float: left;
  margin-right: 4px;
  background-position: 0 0;
}
.product-show-images .i-simg .next {
  float: right;
  margin-left: 4px;
  background-position: -30px 0;
}
.product-show-images .i-simg .prevend {
  cursor: not-allowed;
  background-position: 0 -60px;
}
.product-show-images .i-simg .nextend {
  cursor: not-allowed;
  background-position: -30px -60px;
}
.product-show-images .i-simglist {
  float: left;
  width: 416px;
  height: 78px;
  overflow: hidden;
}
.product-show-images .i-simglist ul {
  width: 4000px;
  height: 78px;
}
.product-show-images .i-simglist li {
  float: left;
  width: 100px;
  height: 78px;
  padding: 0 2px;
  overflow: hidden;
}
.product-show-images .i-simglist img {
  width: 94px;
  height: 72px;
  padding: 1px;
  border: 2px solid #fff;
  cursor: pointer;
}
.product-show-images .i-simglist .active { border: 2px solid #f70; }
.product-show-images .jqzoom { position: relative; }
.product-show-images .zoomdiv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  width: 400px;
  height: 400px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  background: url(../images/loading.gif) #fff no-repeat center center;
}
.product-show-images .jqZoomPup {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 50px;
  height: 50px;
  visibility: hidden;
  cursor: move;
  opacity: .5;
  filter: alpha(Opacity=50);
  background: #fff;
}
.product-show-text {
  float: right;
  width: 335px;
}
.product-show-text h1 {
  margin-top: 10px;
  font-size: 18px;
  color: #333;
}
.product-show-text .desc {
  margin-top: 8px;
  padding-top: 6px;
  font-size: 13px;
  line-height: 22px;
  color: #999;
  border-top: 1px dotted #e3e3e3;
}
.product-show-text .info {
  margin-top: 6px;
  padding-top: 6px;
  padding-bottom: 3px;
  line-height: 20px;
  border-top: 1px dotted #e3e3e3;
  border-bottom: 1px dotted #e3e3e3;
}
.product-show-text .info p { padding-bottom: 4px; }
.product-show-text .info span { color: #957f66; }
.product-show-text .contact {
  margin-top: 15px;
  font-size: 14px;
  line-height: 30px;
}
.product-show-text .contact strong {
  font-size: 30px;
  font-family: "Times New Roman", Times, serif;
}
.product-show-text .share {
  position: relative;
  height: 24px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 50px;
}
.product-show-text .share .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 16px;
  line-height: 16px;
  color: #999;
}
.product-show-text .btn {
  height: 40px;
  margin-top: 30px;
  text-align: center;
}
.product-show-text .btn a {
  display: inline-block;
  width: 135px;
  height: 40px;
  padding-left: 47px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  text-align: left;
  background: url(../images/icon_consulting.png) no-repeat 118px 5px #abd449;
  border-radius: 3px;
}
.product-show-text .btn a:hover {
  background-position: 118px -25px;
  background-color: #f70;
}
.product-show-tab {
  position: relative;
  height: 35px;
  margin-top: 30px;
  border-bottom: 1px solid #ddd;
}
.product-show-tab h4 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 96px;
  height: 34px;
  font-size: 14px;
  font-weight: normal;
  line-height: 35px;
  color: #957f66;
  text-align: center;
  border-top: 2px solid #957f66;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  background: #fff;
}

/*download-show*/
.download-show-info {
  margin-top: -5px;
  margin-right: 170px;
  font-size: 14px;
  line-height: 20px;
}
.download-show-info li {
  position: relative;
  padding-bottom: 10px;
  padding-left: 75px;
}
.download-show-info li h1 {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
}
.download-show-info li strong {
  position: absolute;
  top: -1px;
  left: 0;
}

/*job-show*/
.job-show { margin-top: -5px; }
.job-show .info { margin-bottom: 15px; }
.job-show .title {
  margin: 5px 0px;
  line-height: 21px;
  background: url(../images/icon_down.gif) 60px no-repeat;
}
.job-show .cont {
  padding: 15px 3px;
  line-height: 21px;
  border: solid #ddd;
  border-width: 1px 0;
}
.job-show .contact {
  margin-bottom: 15px;
  padding: 15px 0px;
  border-bottom: 1px solid #ddd;
}

/********************
form
********************/
/*message-form*/
.message-form {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dotted #ccc;
}
.message-form .item {
  padding: 10px 0;
  line-height: 28px;
}
.message-form .item * { float: left; }
.message-form .item label {
  width: 100px;
  padding-right: 10px;
  font-size: 14px;
  text-align: right;
}
.message-form .item span { margin-left: 10px; }
.message-form .btn {
  padding-top: 15px;
  padding-left: 110px;
}

/*job-form*/
.job-form { margin-top: 20px; }
.job-form .item {
  padding: 6px 0;
  line-height: 28px;
}
.job-form .item * { float: left; }
.job-form .item label {  padding-right: 5px; }
.job-form .item span {  margin-left: 10px; }
.job-form .item-child { width: 50%; }
.job-form .btn { padding-top: 15px; }
.job-form .textarea { width: 670px; }

/*form*/
.button {
  width: 100px;
  height: 30px;
  margin-right: 20px;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  background: #8c8c8c;
  border-radius: 3px;
}
.button-submit { background: #f70; }
.input {
  height: 20px;
  padding: 3px 5px;
  line-height: 20px;
  border: 1px solid #e0e0e0;
  color: #555;
  background: #fbfbfb
}
.textarea {
  padding: 5px;
  border: 1px solid #e0e0e0;
  background: #fbfbfb
}