/*輸入框樣式*/
.input{
	font-size:14px;
	font-family:"新細明體";
	height:24px;
	background-image:url("input_background01.gif");
	color:#0044cc;
}

/*灰色漸層按鈕*/
.gray_button{
	cursor:pointer;
    font-size:14px;
    font-family:"新細明體";
    height:24px;
	background-color:#779999;
    background-image:url(button_background01.gif);
    border-style:solid;
    border-color:#DDDDDD;
    border-width:1px;
}

/*輸入表格樣式*/
.input_table{
	border: thin dotted #666666;
	background-color:#E4E4F1;
}