.commonbutton {
    cursor: hand;
    min-width: 4.5rem;
    text-align: center;
    line-height:  100%;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    height: 1.5rem;
    border: none;
    background: #478cc3;
}
/*
.searchButton:first-child .commonbutton{
    background: #a8d278;
}
.searchButton:last-child .commonbutton{
    background: #f2a02f;
}*/
.commonbuttoncolor {
    cursor: hand;
    min-width: 4.5rem;
    text-align: center;
    line-height:  100%;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    height: 1.5rem;
    border: none;
    background-color: #ee7346;
}


.commonbuttongreen {
    cursor: hand;
    min-width: 4.5rem;
    text-align: center;
    line-height:  100%;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    height: 1.5rem;
    border: none;
    background: #a8d278;
}

.commonbuttongreencolor {
    cursor: hand;
    min-width: 4.5rem;
    text-align: center;
    line-height:  100%;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    height: 1.5rem;
    border: none;
    background-color: #ee7346;
}


.commonbuttonorange {
    cursor: hand;
    min-width: 4.5rem;
    text-align: center;
    line-height:  100%;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    height: 1.5rem;
    border: none;
    background: #f2a02f;
}

.commonbuttonorangecolor {
    cursor: hand;
    min-width: 4.5rem;
    text-align: center;
    line-height:  100%;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    height: 1.5rem;
    border: none;
    background-color: #f2a02f;
}


.searchText {
    /* height:1rem; */
    font-size: 1rem;
    /*-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;	*/
}

.searchSelect {
    font-size: 1rem;
}

img {
    vertical-align: middle;
}

select {
    font-size: 1rem;
    height: 1.5rem;
    align-self: self-start;
}

checkbox {
    font-size: 1rem;
}

A {
    color: #006699;
    text-decoration: none;
}

A:ACTIVE {

    color: #006699;
    text-decoration: none;
}

A:FOCUS {
    color: black;
    text-decoration: none;
}

A:HOVER {
    color: #ff4500;
    text-decoration: none
}

A:LINK {

    text-decoration: none;
}



.dialogTable {
    BORDER-COLLAPSE: collapse;
    table-layout: fixed;
    word-break: break-all;
    valign: top;
    width: 99%;
    height: 99%;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}

.dialogTopTr {
    height: 30px;
}

.dialogTopLeft {
    width: 5px;
    background-image: url(main/xf_m_bg31.jpg);
}

.dialogTopMid {
    background-image: url(main/xf_m_bg33.jpg);
    background-color: #ffffff;
    text-align: center;
    font-size: 14pt;
}

.dialogTopRight {
    width: 5px;
    background-position: right;
    background-image: url(main/xf_m_bg34.jpg);
}

.dialogLeft {
    background-image: url(main/xf_m_bg38.jpg);
    background-color: #ffffff;
    width: 5px;
}

.dialogContent {

}

.dialogRight {
    width: 5px;
    background-image: url(main/xf_m_bg39.jpg);
    background-position: right;
}

.dialogBottomTr {
    height: 8px;
}

.dialogBottomLeft {
    width: 5px;
    background-image: url(main/xf_m_bg35.jpg);
}

.dialogBottomMid {
    background-image: url(main/xf_m_bg36.jpg);
    background-color: #ffffff;
}

.dialogBottomRight {
    background-image: url(main/xf_m_bg37.jpg);
    background-position: right;
}
/**多行文本的滚动条隐藏,由程序自动调整高度**/
textarea{
	overflow:hidden;

}

 
input[type='checkbox']{
	width: 1rem;
	height: 1rem;
	background-color: #ffffff;
	border:1px solid #ccc;
	border-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	margin-right: 5px;
	vertical-align:middle; margin-top:auto;margin-bottom:auto;
}
input[type='checkbox']:checked{
	width: 1rem;
	height: 1rem;
	background: url("../img/checked.png") no-repeat;
	background-size: 100% 100%;
	border-radius: 2px;
	outline: none;
	vertical-align:middle; margin-top:auto;margin-bottom:auto;
}

input[type='radio']{
	width: 1rem;
	height: 1rem;
	background-color: #ffffff;
	border:1px solid #ccc;
	border-radius:50%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	margin-right: 5px;
	vertical-align:middle; margin-top:auto;margin-bottom:auto;
}
input[type='radio']:checked{
	width: 1rem;
	height: 1rem;
	background: url("../img/checked.png") no-repeat;
	background-size: 100% 100%;
	border-radius:50%;
	outline: none;
	vertical-align:middle; margin-top:auto;margin-bottom:auto;
}


 