input[type=text],  input[type=password], textarea{
    border: 1px solid #ccc;
    padding: 4px;
    font-family: 'Arial';
    font-size: 12px;
}

select {
    height: 23px;
    width: 150px;
}

button, input[type='button'], input[type='submit']{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    /* border-image: none;*/
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 2px 12px;
    text-align: center;
    vertical-align: middle;
    width: 100px;
}

.btnReset {
    background-color: #27ae61;
   /* background-image: -moz-linear-gradient(center top , #62C462, #51A351);
    background-image: -webkit-linear-gradient(center top , #62C462, #51A351);
    background-image: linear-gradient(center top , #62C462, #51A351);
    background-repeat: repeat-x;*/
    
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btnSave {
   /* background-color: #1E7A6B !important;
    background-image: -moz-linear-gradient(#32CCB2, #1E7A6B);
    background-image: -webkit-linear-gradient(#32CCB2, #1E7A6B);
    background-image: linear-gradient(#32CCB2, #1E7A6B);
    background-repeat: repeat-x;
	*/
	background:#2a80b9;
	/*border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
	/*border:none;*/
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}


.btnDelete {
    background-color: #c1392b !important;
   /* background-image: -moz-linear-gradient(#fa2405, #961503);
    background-image: -webkit-linear-gradient(#fa2405, #961503);
    background-image: linear-gradient(#fa2405, #961503);
    background-repeat: repeat-x;*/
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btnPrint {
    background-color: #9c59b8 !important;
  /*  background-image: -moz-linear-gradient(#32CCB2, #1E7A6B);
    background-image: -webkit-linear-gradient(#32CCB2, #1E7A6B);
    background-image: linear-gradient(#1f76e0, #131c86);
    background-repeat: repeat-x;*/
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btnSearch {
    background-color: #9c59b8 !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btnPrint:disabled, .btnDelete:disabled, .btnSave:disabled, .btnReset:disabled, .btnSearch:disabled{
    background-color: #1E7A6B !important;
    background-image: -moz-linear-gradient(#32CCB2, #1E7A6B);
    background-image: -webkit-linear-gradient(#32CCB2, #1E7A6B);
    background-image: linear-gradient(#a59a9a, #707070);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.input_txt, .input_pass, .input_number, .input_amount {
    color: #000000;
}

.input_active{
    background-color: #f5f5f5;
    color: #000000;
}

.input_active_num, .input_active_amo, .g_input_amount, .g_input_number {
    background-color: #f5f5f5;
    color: #000000;
    text-align: right;
}

.input_date_down_future{
    width: 70px;
    text-align: center;
}

#comment_pickup_view{
    position: absolute;
    width: 400px;
    background-color: #FFF;
    display: none;
    z-index: 30;
}

#comment_list{
    padding: 7px;
    height: 500px;
    overflow: auto;
}

#comment_list .comment_body{
    font-size: 18px;
    margin: 7px;
    padding: 7px;
    cursor: pointer;
    border-bottom: 1px dotted #aaa;
}

#comment_list .comment_body:hover{
    background-color: #f0fff0;
}