/* Btns */
.btn1 { width:175px; height:24px; line-height:24px; text-align:center; color:#215778; background:url(../images/btn1_bg.gif) no-repeat; border-style:none; cursor:pointer; }
.btn2 { width:62px; height:24px; line-height:24px; text-align:center; color:#000; background:url(../images/btn2_bg.gif) no-repeat; border-style:none; cursor:pointer; }
.btn3 { width:65px; height:24px; line-height:24px; text-align:center; color:#333; background:url(../images/btn3_bg.gif) no-repeat; border-style:none; cursor:pointer; }
.btn4 { width:74px; height:20px; line-height:20px; text-align:center; color:#3f4d5e; background:url(../images/btn4_bg.jpg) no-repeat; border-style:none; cursor:pointer; }
.btn_search { display:block; width:65px; height:22px; line-height:22px; background:url(../images/btn_search_bg.jpg) no-repeat; border-style:none; cursor:pointer; }
.btn_search:hover { background:url(../images/btn_search_bg2.jpg) no-repeat; }

/* Webkit Hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	input:disabled { color:graytext; cursor:default; }
}

/* Mozilla Hack */
@-moz-document url-prefix() {
	input:disabled { color:graytext; cursor:default; }
}