﻿
.l-button { 
	height: 23px;
	overflow: hidden;
	width: 70px;
	line-height: 23px;
	cursor: pointer;
	position: relative;  text-align:center;
	 border:1px solid #D3D3D3; color:#333333;
	background:url('../images/ui/button.gif') repeat-x center center;
}

.l-button-over,.l-button:hover {
	background-image:url('../images/ui/button-over.gif'); border-color:#D3D3D3;
}
.l-button-disabled {
	background-image:url('../images/ui/button-disabled.gif'); color:#9D9D9E;
}
/*自己做的按钮样式、、、、、、石猛*/

.ui-btn {
display: inline-block;
padding: 0 13px;
height: 28px;
border: 1px solid #c1c1c1;
border-radius: 2px;
box-shadow: 0 1px 1px rgba(0,0,0,0.15);
background: -moz-linear-gradient(top,#fff,#f4f4f4);
background: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f4f4f4));
background: -o-linear-gradient(top,#fff,#f4f4f4);
background: -ms-linear-gradient(top,#fff 0,#f4f4f4 100%);
background: linear-gradient(top,#fff,#f4f4f4);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f4f4f4');
font: 14px/2 \5b8b\4f53;
color: #555;
vertical-align: middle;

cursor: pointer;
}

.ui-btn-sp {

padding: 0 16px;
border: 1px solid #d76f01;
box-shadow: 0 1px 1px rgba(197,174,141,0.8);
background: #f67f00;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,#f67f00 0,#ea7800 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f67f00),color-stop(100%,#ea7800));
background: -webkit-linear-gradient(top,#f67f00 0,#ea7800 100%);
background: -o-linear-gradient(top,#f67f00 0,#ea7800 100%);
background: -ms-linear-gradient(top,#f67f00 0,#ea7800 100%);
background: linear-gradient(to bottom,#f67f00 0,#ea7800 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f67f00',endColorstr='#ea7800',GradientType=0);
font-weight: bold;
color: #fff;
text-shadow: 0 2px 2px rgba(0,0,0,0.22);
}

.mrb {
 margin-right: 10px;
}


/*蓝色按钮*/

.ui_state_highlight {
border: 1px solid #3b68b3;
box-shadow: 0 1px 1px rgba(0,0,0,0.3);
background: #3876c3;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,#3876c3 0,#346fb9 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#3876c3),color-stop(100%,#346fb9));
background: -webkit-linear-gradient(top,#3876c3 0,#346fb9 100%);
background: -o-linear-gradient(top,#3876c3 0,#346fb9 100%);
background: -ms-linear-gradient(top,#3876c3 0,#346fb9 100%);
background: linear-gradient(to bottom,#3876c3 0,#346fb9 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3876c3',endColorstr='#346fb9',GradientType=0);
font-weight: bold;
color: #fff;

height:28px;
width:50px;
cursor: pointer;
}



.footerDiv
{
	bottom:0px; position:fixed;text-align:right;width:100%;font-weight: bold;
    
     padding-right:30px;
    
    height: 40px;
    line-height: 40px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#f4f4f4));
    _background:#fcfcfc;
    border-top: 1px solid #d3d3d3;
  
    background: -o-linear-gradient(top, #fcfcfc, #f4f4f4);
    background: -ms-linear-gradient(top, #fcfcfc 0%,#f4f4f4 100%);
    background: linear-gradient(top, #fcfcfc, #f4f4f4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f4f4f4');background: -moz-linear-gradient(top, #fcfcfc, #f4f4f4);
    
 }