.ui-timepickr {
    position:absolute;
    width:380px; 
	background-color:transparent;
	z-index:99;
}

.ui-timepickr-row {
    margin:0;
    padding:0;
	margin-top:2px;
    display:none;
    position:relative;
	z-index:99;
}

.ui-timepickr-button {
    float:left;
    margin:0;
    padding:0;
    list-style:none;
    list-style-type:none;
	z-index:99;
}

.ui-timepickr-button span {
    font-size:10px;
    padding:4px;
    margin-left:1px;
    text-align:center;
    cursor:pointer;
    display:block;
    text-align:center;
	background-color:#000;
	z-index:99;
    /* system theme (default) */
    border-width:1px;
    border-style:solid;
    /*border-color:ThreeDLightShadow ThreeDShadow ThreeDShadow ThreeDLightShadow;
    color:ButtonText;
    background:ButtonFace;*/
}

.ui-timepickr-button span.ui-state-hover {
    /*color:HighlightText;*/
    background:#999;
	z-index:99;
}

.ui-state-hover span {
    /*background:#0F0;*/
}
