.contentbox {
    padding: 10px;
    margin: 5px 0;
    font-size: 12px;
}

.formbox {
    border: 1px solid #888891;
    background-color: #dddde2;
}

.lefthalfbox {
    width: 250px;
    float: left;
}

.righthalfbox {
    width: 250px;
    float: right;
}
    
.datagridbox {
    border: 1px solid #aaa;
    background-color: #fff;
    padding:0px;
}



.clientbox {
    border: 1px solid #948494;
    background-color: #e4dde4;
}


.userbox {
    border: 1px solid #848494;
    background-color: #dddde4;
}


.orderbox {
    border: 1px solid #948484;
    background-color: #e4dddd;
}

.orderbox table.orderlist th {
    background-color: #948484;
    color: white;
    border-bottom: 1px solid #948484; 
}

.orderbox table.orderlist td {
    border-bottom: 1px solid #948484; 
}

.downloadbox {
    border: 1px solid #849484;
    background-color: #dde4dd;
}


.downloadbox table.orderlist th {
    background-color: #849484;
    color: white;
    border-bottom: 1px solid #849484; 
}

.downloadbox table.orderlist td {
    border-bottom: 1px solid #849484;
}


	.ui-button { outline: 0; margin:0 4px 0 0; padding: .4em 1em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; color: black;}
	a.ui-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; right: auto; left: .2em; margin-left: 0; }
        button .ui-icon1 { position: absolute; top: 50%; margin-top: -8px; right: auto; left: .2em; margin-left: 0; }

	button.ui-button { 
          width:100px; overflow:visible; white-space:nowrap; font-size: 0.98em;
        }

	a.ui-button-icon-left { padding-left: 2.1em;}
	button.ui-button-icon-left { padding-left: .2em; }
	.ui-button-icon-right { padding-right: 2.1em; }
	a.ui-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
	button .ui-icon { display: block; width: 20px; height: 16px; float: left; }
	.ui-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }
	

	a.ui-button { text-decoration: none; color: black;  font-size: 0.98em;}
        a.ui-button:hover { text-decoration: none; }


