/* BUTTON */
input, textarea, select, checkbox { 
	display: inline-block;
	height: 30px; 
	border: 1px solid #DDDDDD;
	font-size: 14px;
	padding: 6px 5px;
	/* 圓角 */	
    border-radius: 3px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
	behavior: url(border-radius.htc);
	}
input { 
	height:15px;
	}

checkbox ,radio{
	vertical-align:middle; 
	}
/*
input:focus, textarea:focus ,select:focus  {
border:#35a5e5 0.8px solid;
box-shadow: 0 0 1px rgba(81, 203, 238, 0.8);
-webkit-box-shadow: 0 0 1px rgba(81, 203, 238, 0.8);
-moz-box-shadow: 0 0 1px rgba(81, 203, 238, 0.8);
	}
*/	
#extra, #state, #checkbox {
	vertical-align:middle; 
	margin-right: 5px;
	}
	
/* BUTTON */
.button_sub,.button_file,.button1 ,.button2 ,.button3 ,.button4,.button5  {
	display: inline-block;
    padding: 6px 16px;
    height: 16px; 
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
	white-space: nowrap;
    font-family: sans-serif;
    font-size: 12px;
    /*font-weight: bold;*/
    border-radius: 3px;
    vertical-align: middle;
    margin: 0 1px;

    box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;

    }
.button_sub{
	height: 30px;
	width: 120px;	
	padding: 6px 20px;
	color: #365D98;
    border: 1px solid #365D98;
    background-color: #fff;
    }
.button_sub:hover,.button_sub:active {
    color: #fff;
    background: #365D98;
    }

.button_prew{
	display: block;  
	position: absolute;  
	top: 0;
	left: 0;  
	width: 100px;
	height: 20px; 
	font-size: 20px;
	opacity: 0;
    }
.button_file{
    position: relative;
	width: 80px;
	padding: 6px 20px;
	color: #365D98;
    border: 1px solid #365D98;
    background-color: #fff;
    }
.button_file:hover,.button_file:active {
    color: #fff;
    background: #365D98;
    }
	
	
.button1{
    color: #365D98;
    border: 1px solid #365D98;
    background-color: #fff;
    }
.button1:hover,.button1:active {
    color: #fff;
    background: #365D98;
    }
.button2{
    color: #999999;
    border: 1px solid #DDDDDD;
    background-color: #fff;
    }
.button2:hover,.button2:active {
    color: #fff;
    background: #999999;
    }
.button3{
    color: #D96C00;
    border: 1px solid #D96C00;
    background-color: #fff;
    }
.button3:hover,.button3:active {
    color: #fff;
    background: #D93600;
    }

.button5 {
    padding: 6px 6px;
	color:#AAAAAA;
	background:#FFFFFF;
	border: 1px solid #DDDDDD;
	}
.button5:hover { 
	color:#444444;
	background:#BBBBBB; 
	}