@CHARSET "UTF-8";
select {
	width: 130px;
}

input[type='text'],input[type='password']
{
	width:130px;
	border-radius: 3px;
	border: 1px #95b8e7 solid;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	color: black;
}
select
{
	width:130px;
}

body {
	font: 12px 微软雅黑;
}

table {
	border: #95b8e7 solid;
	border-width: 1px;
}

td, th {
	border: #95b8e7 none;
	border-width: 0px 1px 1px 0px;
	padding:2px 5px;
	white-space: nowrap;
}

.jptButton{
    color: #666;
    font-weight: 300;
    font-size: 14px;
    font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-decoration: none;
    text-align: center;
    line-height: 25px;
    height: 25px;
    padding: 0 10px;
    margin: 0;
    display: inline-block;
    appearance: none;
    cursor: pointer;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    border-style: solid;
    border-width: 1px;
    border-color: #088ef0;
    background: -webkit-gradient(linear, left top, left bottom, from(#34a5f8), to(#088ef0));
    background: linear-gradient(#34a5f8, #088ef0);
    background-color: #088ef0;
    color: #fff;
    -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
}
.jptButton:visited {
    color: #666;
}
.jptButton:hover, .jptButton:focus {
    text-decoration: none;
    outline: none;
}
.jptButton:active{
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    text-decoration: none;
    color: #666;
    border-color: #0880d7
    background: #2798eb;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
.jptButton:disabled {
    top: 0 !important;
    background: #EEE !important;
    border: 1px solid #DDD !important;
    text-shadow: 0 1px 1px white !important;
    color: #CCC !important;
    cursor: default !important;
    appearance: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    opacity: .8 !important;
}

.JPDialog table {
    border: none;
}
.JPDialog th,td {
    border: #95b8e7 none;
	border-width: 0px 1px 1px 0px;
	padding:0;
	white-space: nowrap;
}