﻿.search-laws .bg1{
	border-radius:6px;
	margin:0 5px;
     height: 40px;
    font-family: "微軟正黑體", Helvetica, sans-serif;
    font-size: 0.8rem;
    line-height: 40px;
    vertical-align: middle;
    box-sizing: border-box;
    border: none;
	padding: 0 10px;
	background-color:#ededed  ;
	border:1px solid #999;
 }
.search-laws .bg1:focus{
	background-color: #FFFFFF;
    border:1px solid #FF9933;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,153,51,0.6);
	   -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,153,51,0.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,153,51,0.6);
			}
			
.search-laws .date {
    padding-left: 40px;
    background:#ededed url(../images/calender.png) 5px center no-repeat;
    background-size: 25px auto;
	width:188px;
	
	

}

.search-laws li{
	list-style:none;
	display:block;
	padding:10px 0;
	border-top:1px dashed #ccc;}
	
label.hide{
	font-size:0}
	
.search-laws li .title{
	width:100px;
	display:inline-block;
	text-align:right;
	 }	
	 
.search-laws .btn-Submit{
 	color:#fff;
	padding:10px 15px;
	font-size:105%;
	border-radius:5px;
	border:0;
	margin-left:5px;
	cursor:pointer}

.search-laws .btn-Submit:hover, .search-laws .btn-Submit:focus{
 	background: #608c27;
    background: -moz-linear-gradient(top, #608c27 2%, #27681a 100%);
    background: -webkit-linear-gradient(top, #608c27 2%,#27681a 100%);
    background: linear-gradient(to bottom, #608c27 2%,#27681a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#608c27', endColorstr='#27681a',GradientType=0 );}


.laws-tb td{
	border-left:0;
	border-right:0;
	border-bottom:1px solid #ccc;
	vertical-align:middle}

.laws-info{
	padding:15px;
	font-size:1.5em;
	line-height:1.5;
	color:#333;
	background-color:#F7F7F7;
	margin:15px 0;
	border-radius:8px;
	border:1px solid #CCC}


