label.textbox_xxh, input.textbox_xxh {
font-size: 24px;
line-height: 26px;
font-weight: bold;
padding: 4px;
}

label.textbox_h, input.textbox_h {
font-size: 16px;
line-height: 18px;
font-weight: bold;
padding: 3px;
}

label.textbox_m, input.textbox_m {
font-size: 14px;
line-height: 16px;
font-weight: bold;
padding: 3px;
}

label.textbox_s, input.textbox_s {
font-size: 12px;
line-height: 14px;
font-weight: bold;
padding: 2px;
}

input.textbox_s, input.textbox_m, input.textbox_h, input.textbox_xxh{
border-top: 1px solid #AAA;
border-left: 1px solid #CCC;
border-right: 1px solid #DDD;
border-bottom: 1px solid #DDD; 
background: #FFF url(/images/d3/bg_textBox.gif) no-repeat left top;
}

input.submit_s, input.save_s, input.search_s, input.cancel_s, input.delete_s,
button.submit_s, button.save_s, button.search_s, button.cancel_s, button.delete_s {
/* font-family: Helvetica !important; */
font-size: 10px;
cursor: pointer;
border-top: 0;
border-left: 0;
border-right: 1px solid #444;
border-bottom: 1px solid #444;
padding:2px 10px;
width:auto;
overflow:visible;
}

input.submit_m, input.save_m, input.search_m, input.cancel_m, input.delete_m,
button.submit_m, button.save_m, button.search_m, button.cancel_m, button.delete_m {
/* font-family: Helvetica !important; */
font-size: 12px;
cursor: pointer;
border-top: 0;
border-left: 0;
border-right: 1px solid #444;
border-bottom: 1px solid #444;
padding:3px 12px;
width:auto;
overflow:visible;
}

input.submit_l, input.save_l, input.search_l, input.cancel_l, input.delete_l,
button.submit_l, button.save_l, button.search_l, button.cancel_l, button.delete_l {
/* font-family: Helvetica !important; */
font-size: 14px;
cursor: pointer;
border-top: 0;
border-left: 0;
border-right: 1px solid #444;
border-bottom: 1px solid #444;
padding:4px 16px;
width:auto;
overflow:visible;
}

input.submit_s, input.submit_m, input.submit_l, input.save_s, input.save_m, input.save_l,
button.submit_s, button.submit_m, button.submit_l, button.save_s, button.save_m, button.save_l {
color: #FFF;
background: #339933 url(/images/d5/bg_button.gif) repeat-x center;
}
input.search_s, input.search_m, input.search_l,
button.search_s, button.search_m, button.search_l {
color: #222;
background: #FFF url(/images/d5/bg_btn_cancel.gif) repeat-x center;
}

input.cancel_s, input.cancel_m, input.cancel_l,
button.cancel_s, button.cancel_m, button.cancel_l {
color: #666;
background: #FFF url(/images/d5/bg_btn_cancel.gif) repeat-x center;
}

input.delete_s, input.delete_m, input.delete_l,
button.delete_s, button.delete_m, button.delete_l {
color: #FFF;
background: #BB0000 url(/images/d5/bg_btn_delete.gif) repeat-x center;
}

input.disable,
button.disable {
//background: #333 url(/images/d5/btn_darken.gif) repeat-x center !important;
background: #333 url(/images/d5/bg_btn_disable.gif) repeat-x center !important;
color: #AAA !important;
}

select {
border-top: 1px solid #AAA;
border-left: 1px solid #CCC;
border-right: 1px solid #DDD;
border-bottom: 1px solid #DDD;
padding: 2px;
/* background: url(/images/d3/bg_textBox.gif) no-repeat left top; */
}

option {
padding: 0 6px;
}

textarea {
border-top: 1px solid #AAA;
border-left: 1px solid #CCC;
border-right: 1px solid #DDD;
border-bottom: 1px solid #DDD;
overflow-y: auto;
background: #FFF url(/images/d3/bg_textarea.gif) repeat-x left top;
}

textarea.h {
font-size: 16px; 
line-height: 18px;
padding: 3px;
}

textarea.m {
font-size: 14px; 
line-height: 16px;
padding: 3px;
}

textarea.s {
font-size: 12px; 
line-height: 14px;
padding: 3px;
}

select,option {
font-size: 12px;
}

/* status report */
#notification {
margin: 12px;
}

#notification .entry li {
margin-left:15px;
}

#notification .notify {
padding: 8px 12px;
background-color: #ccffcc;
color: #222;
}

#notification .error {
padding: 8px 12px;
background-color: #ffcccc;	
color: #222;
}
