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,input[type="password"]{
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.delete_s {
/* font-family: Helvetica !important; */
font-size: 12px;
cursor: pointer;
border:1px solid #ce1f00;
padding:2px 10px;
width:auto;
overflow:visible;
}

input.cancel_s, input.search_s {
/* font-family: Helvetica !important; */
font-size: 12px;
cursor: pointer;
border:1px solid #d8d8d8;
/*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 {
/* 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 {
/* 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 {
color: #FFF;
background: #cc0000 url(/images/d5/bg_button.gif) repeat-x center;
}
input.search_s, input.search_m, input.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 {
color: #666;
background: #FFF url(/images/d5/bg_btn_cancel.gif) repeat-x center;
}

input.delete_s, input.delete_m, input.delete_l {
color: #FFF;
background: #BB0000 url(/images/d5/bg_btn_delete.gif) repeat-x center;
}

input.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;
}


.btn_dBlueBg {/* edit 09.3.5 */
	border:1px solid #1f596c;
	background:#1f596c;
	color:#fff;
	padding:1px 5px;
	cursor:pointer;
}

