/** container table around pannel **/
.panelContainer {
	border: solid 1px #a7a7a7;
	background-color: #efefef;
}

/** single cell in orderpannel **/
.panelCell{
	background-color : #efefef;
}

.panelHr{
	border-color: #a7a7a7;
}

/*select, input, textarea */
.panelInputText ,.panelInputSelect {
	height:19px;
    font-family: arial,verdana,helvetica;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #8f8f8f;
    border-right-color: #8f8f8f;
    border-bottom-color: #8f8f8f;
    border-left-color: #8f8f8f;
    background-color:#cdcdcd;
    padding-left:3px;
}