body {
	font-size: 13px;
	color: #666666;
	background: #f4f4f4;
}

/*-------- * 公用 * --------*/

.claer {
	clear: both;
	font-size: 0px;
	height: 0px;
	margin: 0;
}

.posi-rel {
	position: relative;
}

.posi-abu {
	position: absolute;
}

.posi-fix {
	position: fixed;
}

.dis-block {
	display: block;
}

.dis-inblock {
	display: inline-block;
}


/*链接*/

a {
	color: #666666;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:hover {
	color: #3399ff;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


/*外边距*/

.mar-0 {
	margin: 0!important;
}

.mar-l-10 {
	margin-left: 10px;
}
.mar-l-8 {
	margin-left: 8px;
}
.mar-t-2 {
	margin-top: 2px;
}

.mar-t-5 {
	margin-top: 5px;
}

.mar-t-10 {
	margin-top: 10px;
}

.mar-t-20 {
	margin-top: 20px;
}

.mar-b-10 {
	margin-bottom: 10px;
}
.mar-b-170 {
	margin-bottom: 170px;
}
.mar-r-10{
	margin-right: 10px;
}

.mar-lr-8 {
	margin:0 8px;
}


/*内边距*/

.pad-0 {
	padding: 0px!important;
}
.pad-10 {
	padding: 10px!important;
}

.pad-l-0 {
	padding-left: 0px;
}

.pad-r-0 {
	padding-right: 0px;
}

.pad-l-20 {
	padding-left: 20px;
}

.pad-tb-10 {
	padding: 10px 0;
}
.pad-tb-5 {
	padding: 5px 0!important;
}


/*字大小*/

.font-s-13 {
	font-size: 13px!important;
}

.font-s-15 {
	font-size: 15px!important;
}

.font-s-16 {
	font-size: 16px!important;
}

.font-s-20 {
	font-size: 20px!important;
}

.font-s-30 {
	font-size: 30px!important;
}

.font-s-40 {
	font-size: 40px!important;
}


/*字颜色*/

.cor-w {
	color: #FFFFFF;
}

.cor-b {
	color: #3399ff;
}

.cor-y {
	color: #f8e408!important;
}

.cor-o {
	color: #f45e0d!important;
}

.cor-g {
	color: #268b0b!important;
}

.cor-gray {
	color: #999999!important;
}


/*背景色*/

.back-cor-sb {
	background: #2a80b9 none repeat scroll 0 0;
}

.back-cor-b {
	background: #ebf3fe none repeat scroll 0 0;
}

.back-cor-g {
	background: #7ab55c none repeat scroll 0 0;
}

.back-cor-w {
	background: #FFFFFF none repeat scroll 0 0;
}


/*外边框*/

.bor-r {
	border-right: 1px solid #eee;
}

.bor-b {
	border-bottom: 1px solid #eee;
}
.bor-t{
	border-top: 1px solid #eee;
}

.border-radius {
	border-radius: 50%;
}


/*直角*/

.bor-none {
	border-radius: 0;
}

.bor-cc {
	border: 1px solid #CCCCCC;
}


/*按钮*/

.btn-blue {
	/*蓝色*/
	color: #fff;
	background:rgba(21,126,210,1);
}
.btn-blue:hover {
	/*蓝色*/
	color: #fff;
	background:rgba(21,126,210,.8);
}

.btn-orange {
	color: #fff;
	background:rgba(249,86,6,1);
}

.btn-orange:hover{
	color: #fff;
	background:rgba(249,86,6,.8);
}


/*悬停*/

.navbar .nav>li .dropdown-menu {
	margin: 0;
}

.navbar .nav>li:hover .dropdown-menu {
	display: block;
}


/*-------- * 头部  * ------------*/

.header {
	background: #ffffff;
}


/*------- * top *-------*/

.top-bar {
	padding: 5px;
	border-bottom: 1px solid #e5e5e5;
}

.top-bar .cnt-account {
	float: right;
}

.top-bar .cnt-account ul {
	margin: 0px;
}

.top-bar .cnt-account ul>li {
	display: inline-block;
	line-height: 12px;
	padding: 3px 12px 3px 7px;
	border-right: 1px solid #999999;
}

.top-bar .cnt-account ul>li:last-child {
	border: none;
	padding-right: 0px
}

.top-bar .cnt-account ul>li a {
	color: #333333;
	padding: 0px;
	font-weight: 400;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.top-bar .cnt-account ul>li a:hover {
	color: #3399ff ;
}

.top-bar .cnt-account ul>li a .iconfont {
	display: block;
	float: left;
	padding-right: 5px;
}


/*------- * 中间 *-------*/

.header-main{
	height: 80px;
}

.logo {
	width: 500px;
	height: 50px;
	overflow: hidden;
	margin-top: 15px;
}


/*------- *搜索 *-------*/

.searchbox {
	position: relative;
	z-index: 1;
	clear: both;
	width: 350px;
	height: 36px;
	margin: 5px 20px 0 0;
	background: #FFFFFF;
	margin-top: 20px;
}

.mod_select {
	position: absolute;
	left: 0;
	/* top: 0; */
	width: 80px;
	/* margin: 8px 0; */
	background: #FFFFFF;
	border: 1px solid #157ED2;
	height: 36px;
}

.mod_select .select_box {
	position: relative;
	width: 80px;
	height: 20px;
	margin-top: 8px;
}

.mod_select .select_box .select_txt {
	display: inline-block;
	width: 80px;
	height: 20px;
	padding-left: 12px;
	line-height: 20px;
	overflow: hidden;
	cursor: pointer;
}

.mod_select .select_box .select-icon {
	position: absolute;
	top: 50%;
	right: 9px;
	transform: translate(0, -50%);
	width: 10px;
	height: 10px;
	background: url(../img/search_ico.png) center no-repeat;
}

.mod_select .select_box .option {
	display: none;
	position: absolute;
	top: 28px;
	width: 80px;
	background: #FFFFFF;
}

.mod_select .select_box .option li {
	padding-left: 12px;
	line-height: 2em;
	cursor: pointer;
}

.mod_select .select_box .option li:hover {
	background: #DDDDDD;
}

.searchbox .import {
	width: 220px;
	height: 36px;
	margin-left: 80px;
	padding-left: 16px;
	border: 1px solid #157ED2;
	outline: none;
}

.searchbox .btn-search {
	position: absolute;
	right: 0;
	width: 50px;
	height: 36px;
	color: #fff;
	background: url(../img/search.png) no-repeat center #0b60a0;
	border: 0;
}

.searchbox .btn-search:hover {
	background: url(../img/search.png) no-repeat center #ff6600;
}


/*-------- * 导航  * ------------*/

.navbar {
	margin: 0px 0 5px 0;
	padding: 0px;
	background: #0f6cb2;
	border-radius: 0px;
}

.navbar .cnt-account ul {
	font-size: 15px;
	letter-spacing: 1px;
	margin: 10px 0;
}

.navbar .cnt-account ul>li {
	display: inline-block;
	padding: 0 9px;
	line-height: 25px;
	border-right: 1px solid hsla(0, 0%, 100%, .2);
}

.navbar .cnt-account ul>li:last-child {
	padding-right: 0px border: none;
}

.navbar .cnt-account ul>li a {
	display: inline-block;
	padding: 0 10px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.navbar .cnt-account ul>li a:hover {
	/* color: #157ed2; */
	background: #5BB6FF;
	/* border-radius: 8px; */
}

.navbar .cnt-account ul>li a .iconfont {
	display: block;
	float: left;
	padding-right: 5px;
}

/*-------- * 中间 * ------------*/
.container-sy{
	display:block;
	width: 1180px;
	margin: 0 auto;
}
.main {
	display: inline-block;
	margin: 5px 0;
}
/*-------- * 首页 * ------------*/

/*公用栏目*/
.sy-lanmu{
  position:relative;
  height: 30px;
  line-height: 30px;
  border-bottom:1px solid #DDDDDD;	
}
.sy-lanmu h1{
  position:absolute;
  display: block;
  top:0;
  left: 0;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height:27px;
  border-bottom:1px solid #157ed2;	
}
.sy-lanmu span{
  float:right;  	
}
/*banner*/
.banner{
	height: 120px;
	margin-bottom: 10px;
}
/*友情链接*/
.yqlj{
	padding: 10px 0 10px 0px;
	overflow: hidden;
}
.yqlj a{
	display: inline-block;
	padding: 5px 4px ;
}

/*--------左边--------*/
.sy-left{
	float: left;
	width: 928px;
	height: 400px;
	margin-right: 10px;
	overflow: hidden;
}
.jdt{
	width: 928px;
	height: 400px;
}

.carousel-control .glyphicon-chevron-left{
	font-size: 20px;
}
.carousel-control .glyphicon-chevron-right{
	font-size: 20px;
}
.ggw{
	width: 448px;
	height: 350px;
	overflow: hidden;
}
.ggw img{
	float: left;
	width: 214px;
	height: 110px;
	margin: 0  0 10px 10px;
}
/*--------右边--------*/
.sy-right{
	float: right;
	width: 242px;
	height: 350px;
	overflow: hidden;
}
.sy-right ul li {
	line-height:30px;
	overflow: hidden;
	white-space: nowrap;/*不换行*/
    text-overflow:ellipsis;/*超出部分文字以...显示*/
}
.tongzui li{
	overflow: hidden;
	line-height:30px;
}
.tongzui li p{
	float: left;
	width: 360px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;/*不换行*/
	text-overflow:ellipsis;/*超出部分文字以...显示*/
	}
.tongzui li .newtime{
	display: inline-block;
	float: right;
	color: #999999;
}
.sy-right-lb{
	width: 240px;
	padding: 5px 10px 5px 10px;
	background: #FFFFFF;
	border:1px solid #eaeaea;
}
.sy-right-banner{
	display: inline-block;
	width: 240px;
	height: 85px;
	margin-top: 10px;
	overflow: hidden;
}
/*滚动*/
/* .gundong{
	height: 240px;
} */
/*-------- * 二级  * ------------*/
/*公用*/
.main-gongyong {
	height: auto!important;
	margin-bottom: 10px;
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #f1f1f1;
}

.main-gongyong-three{
	height: auto!important;
	margin-bottom: 10px;
	padding: 10px 0 10px 10px;
	background: #FFFFFF;
	border: 1px solid #f1f1f1;
}

.main-gongyong-two {
	height: auto!important;
	height: 195px;
	min-height: 195px;
	margin-bottom: 10px;
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #f1f1f1;
}

/*位置 */

.breadcrumb {
	height: auto;
	padding: 8px 0px;
	list-style: none;
	margin-bottom: 0px!important;
}

.breadcrumb li {
	color: #3399ff;
}

/*选择*/

.xuanze-dl {
	margin-bottom: 5px!important;
}

.xuanze-dl dt {
	float: left;
	width: 80px;
	overflow: hidden;
	clear: left;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap
}

.xuanze-dl dd {}

.xuanze-dl dd a {
	margin-left: 10px;
	padding: 5px 8px;
	color: #666;
}

.xuanze-dl dd a:hover {
	color:#ffffff;
	background:#168be8 ;
	border-radius: 5px;
}

.xuanze-dl dd a.cur {
	color: #ffffff;
	background:#ff6600 ;
	border-radius: 5px;
}

.xuanze-dl .nian {
	float: left;
	width: 800px;
}

.xuanze-dl .yuefen {
	float: left;
	width: 1000px;
	margin: 10px 20px 10px 80px;
	padding:5px 10px 5px 0;
	line-height: 30px;
	background: #f4f4f4;
}
.xuanze-dl .yuefen-two {
	float: left;
	width: 840px;
	margin: 10px 10px 0px 80px;
	padding:5px 10px 5px 0;
	line-height: 30px;
	background: #f4f4f4;
}


/*.xuanze-dl .yuefen a{
	margin-right:25px; 
	line-height:28px; 
	display:inline-block;
}
.xuanze-dl .yuefen a:visited{
	color:#666; 
}
.xuanze-dl .yuefen a.cur{ 
	color:#ff6600; 
}*/


/*统计*/

.tongji {
	padding: 5px 15px;
	line-height: 30px;
	background: #e5f6fe;
}
.tongji-two {
	padding: 5px 20px;
	line-height: 40px;
	background:url(../img/ssd.png) no-repeat center right 10px #e5f6fe;
}
.tongji-three{
	height: 40px;
	padding: 5px 0 0 15px;
	background:#e5f6fe;
}

/*表格*/


.table{
    table-layout:fixed;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
 

/*分页*/

.ages {
	height: 30px;
	margin: 25px 0;
}

.ep-pages {
	clear: both;
	text-align: center;
}
.ep-pages span{
	display: inline-block;
	margin: 0 5px;
	line-height: 30px;
	color: #999999;
	
}

.ep-pages a{
	line-height: 30px;
	margin-right: 5px ;
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #e5e5e5;
	overflow: hidden;
}

.ep-pages a:hover {
	background: #168be8;
	border: 1px solid #168be8;
	text-decoration: none
}

.ep-pages a,
.ep-pages a:visited {
	color: #252525
}

.ep-pages a:hover,
.ep-pages a:active {
	color: #ffffff
}

.ep-pages .current {
	background: #ff6600;
	border: 1px solid #ff6600;
	color: #fff
}

.ep-pages a.current,
.ep-pages a.current:visited {
	color: #ffffff
}

.ep-pages a.current:hover,
.ep-pages a.current:active {
	color: #ffffff
}

.input-ym {
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    border: 1px #e5e5e5 solid;
    width: 50px;
    text-align: center;
}
.main-left{
	width: 175px;
	height: auto;
	margin-right: 10px;
	border: 1px #e5e5e5 solid;
}
.main-right{
	width: 950px;
	height: auto;
}
/*左侧导航*/
.list {
	margin: 0px auto;
}

.list ul li {
	
	background: #FFFFFF;
	border-bottom: 1px solid #e8e8e8;
}
.list ul li:last-child {
	border: 0;
}
.list ul li a {
	position: relative;
	display: block;
	height: 35px;
	padding-left: 15px;
	color: #666666;
	line-height: 35px;
}

.list ul li .inactive {
	background: url(../img/off-leibie.png) no-repeat center right 10px;
}

.list ul li .inactives {
	background: url(../img/on-leibie.png) no-repeat center right 10px;
}

.list ul li ul {
	display: none;
}

.list ul li ul li {
	font-weight: 100!important;
	border-left: 0;
	border-right: 0;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
}


.list ul li ul li ul {
	display: none;
}

.list ul li ul li a {
	padding-left: 20px;
}

.list ul li ul li ul li {
	border: 0;
}

.last {
	background: #FFFFFF;
}

.list ul li ul li ul li a {
	padding-left: 40px;
}

/*询价+产品图集*/
.xunjiacp{
	float: left;
	width: 459px;
	height: 351px;
	margin-right: 10px;
	padding: 5px 10px 8px 10px;
    background: #FFFFFF;
	border: 1px solid #f1f1f1;
}
.xunjiacp-b{
	height: 295px;
}
.xunjiacp-b-t{
	height: 190px;
	margin-bottom: 8px;
	padding-left: 160px;
	background: url(../img/xj.png) no-repeat top left;
	overflow: hidden;
}
.xunjiacp-b-t h5{
	font-size: 16px;
	color: #fe6400;
}
.xunjiacp-b-t p{
	line-height: 1.2em;
}
/*文字列*/
ul.xunjiaul li {
	height:32px;
	border-bottom:1px dashed #f1f1f1;
	line-height:32px;
	background:url(../img/jiant_a.png) no-repeat 4px center;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	vertical-align:bottom;
	text-indent:15px;
}
ul.xunjiaul li span{
	float:right;
	color:#999999;
}
ul.xunjiaul li:hover {
	height:32px;
	background:url(../img/jiant_aa.png) no-repeat 5px center #fbfbfb;
}
/*图片列*/
ul.cptj li {
	float: left;
	width: 146px;
	height:146px;
	padding: 10px 10px 0 10px;
	margin-left: -1px;
	margin-top: -1px;
	border:1px solid #f1f1f1;
	text-align: center;
}

ul.cptj li img{
	width: 100px;
	height: 100px;
}
ul.cptj li p{
	line-height: 36px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

/*-----------------产品图集----------------*/
.chanpin ul li{
	float: left;
	margin: 0 11px 10px 0;
	padding:8px;
	border: 1px solid #DDDDDD;
	overflow: hidden;
}
.chanpin ul li:hover {
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
	border: 1px solid #46adfd;
}

.chanpin-mian{
	 width: 196px;
	height: 250px;
}
.chanpin-picture {
	height: 196px;
	overflow: hidden;
	background: #232084;
	background: -moz-linear-gradient(53deg, #232084 0%, #19152d 100%);
	background: -webkit-linear-gradient(53deg, #232084 0%, #19152d 100%);
	background: linear-gradient(53deg, #232084 0%, #19152d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232084', endColorstr='#19152d', GradientType=1);
	-webkit-transition: height 0.5s;
	transition: height 0.5s;
}

.chanpin-picture img {
    height:196px;
    width:196px;
	display: block;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

.chanpin-mian:hover .chanpin-picture img {
	opacity: 0.6;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.chanpin h5{
	margin: 0;
	padding: 10px 0 5px 0;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}
.chanpin p {
	margin: 0;
	font-size: 14px;
	color: #999999;
	text-transform: uppercase;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}


/*-------- * 底部  * ------------*/

.footer {
	width: 100%;
	height: 158px;
	margin-top: 15px;
	padding: 25px 0;
	text-align: center;
	color: #ffffff;
	vertical-align: middle;
	background: #157ed2;
}

.footer p {
	margin: 0 0 5px;
}

.footer ul li {
	margin-bottom: 5px;
	padding-right: 10px;
}

.footer a {
	color: #FFFFFF;
}

.footer a:hover {
	color: #ff7348;
}


/*------------------* top *-------------------*/

.cd-top {
	z-index: 99999;
	display: inline-block;
	position: fixed;
	height: 35px;
	width: 35px;
	bottom: 20px;
	right: 20px;
	/* image replacement properties */
	line-height: 35px;
	font-size: 20px;
	text-align: center;
	white-space: nowrap;
	color: #FFFFFF;
	background: rgba(190, 190, 190, 0.8);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cd-top:hover {
	color: #ffffff;
	background: #067EFF;
}

.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-fade-out {
	/* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
	opacity: .7;
}


/*水印*/
.shuiyin {
	min-height:900px; 
	height:auto!important;
	height:900px;
	margin:15px 0;
	padding: 15px;
	background:url(../img/370x370.png) #FFFFFF;
	border: 1px solid #f1f1f1;
}


/*文章*/
.container-main {
	min-height:700px; 
	height:auto!important; 
	height:700px;
	padding: 15px;
    background: #FFFFFF;
}
.container-main h1{
	font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
    line-height: 24px;
    color: #015ab8;
    text-align: center;
}
.container-main h2{
	margin: 0;
	line-height: 20px;
    text-align: center;
    color: #555;
    font-size: 14px;
    font-weight: bold;
}

.container-main h3{
	margin:0px 0 20px 0;
	padding-bottom: 10px;
	line-height: 30px;
    text-align: center;
    color: #888;
    font-size: 12px;
    border-bottom: 1px solid #b5daf7;
}
.container-main h4{
	margin: 0 0 20px 0;
	line-height: 30px;
    font-size: 20px;
    text-align: center;
}
.container-main p{
	margin-bottom: 5px;
	padding: 0 20px;
	line-height: 20px;
    text-indent: 2em;
    font-size: 14px;
}
.span5 {
    margin-left: 5px;
}

.article{}
.article .selectTdClass{background-color:#edf5fa !important}
.article table.noBorderTable td,table.noBorderTable th,table.noBorderTable caption{border:1px dashed #ddd !important}
.article table{margin-bottom:10px;border-collapse:collapse;display:table;}
.article td,th{padding: 5px 10px;border: 1px solid #DDD;}
.article caption{border:1px dashed #DDD;border-bottom:0;padding:3px;text-align:center;}
.article th{border-top:1px solid #BBB;background-color:#F7F7F7;}
.article table tr.firstRow th{border-top-width:2px;}
.article .ue-table-interlace-color-single{ background-color: #fcfcfc; }
.article .ue-table-interlace-color-double{ background-color: #f7faff; }
.article td p{margin:0;padding:0;}
.article a{color:Blue; text-decoration:underline}
.article table[align=center]{margin:auto;}
.article span{margin:0;}

.newlist{font-size: 14px;
min-height: 650px;
}
.newlist .sy-lanmu{
	margin: 15px 0;
}
.newlist h1{font-size: 20px;}
.newlist>ul>li{
	padding: 15px 0;
   border-bottom: 1px dashed #ddd ;
}
.newlist>ul>li>a>span{color:#157ed2;display: inline-block;margin-right: 10px;}


/* 登录 */
.gundong .form-signin{
	border:none
	}
.gundong .form-signin input[type="text"],.gundong .form-signin input[type="password"],.gundong .form-signin input[type="Verification Code"]{
	width:100%;
	margin:0 auto 10px auto
}
.gundong .form-signin input[type="Verification Code"]{
	width: 142px;
	margin-left: 0px;
	/* background: url(../img/login_yzm.png) 0 3px no-repeat; */
	background: url(../Member/img/login_yzm.png) 0 0px no-repeat;
}
.gundong .form-signin input[type="text"]{
	background: url(../Member/img/login_user.png) 0 0px no-repeat;
}
.gundong .form-signin input[type="password"]{
	background: url(../Member/img/login_pas.png) 0 0px no-repeat;
}

.gundong .form-signin .form-control{
	padding:4px;
	padding-left:40px;
	
}
.gundong .btn-warning{
	width: 218px;
	margin: 0px!important;
	}
.gundong .form-signin p{
	padding-right:0px;
    margin-bottom: 0px;
}
.gundong .login-yzm{
	position:inherit;
	width: 74px;
	height: 32px;
	float: right;
	margin-top: -43px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.loginafter{
	text-align: center;
}