/* CSS Document */
/* active樣式是給目前所選取頁籤用的 */ 
#sr_change{
	width: 370px;
	background-image: url(../index_images/bg_sr.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 108px;
	margin-top:2px;
} 
#sr_change #sr_menu{
	height: 25px;
	width: auto;
	padding-left: 75px;
	padding-top: 1px;
}
#sr_change #sr_menu #ticket{
	text-align:center;
	float: left;
	padding-right: 3px;
	padding-left: 3px;
	line-height: 25px;
	height: 25px;
	width: auto;
	font-weight:bold;
	font-size:11px;
}
#sr_change #sr_menu #ticket a{
line-height: 25px;
height: 25px;
width: auto;
}
#sr_change #sr_menu #ticket a:hover{
line-height: 25px;
height: 25px;
width: auto;
}
.active {
	color:#838383;
	cursor:pointer;
	text-align:center;
	font-size:13px;
	width: auto;
	float: left;
	padding:0 5px !important;
	padding:0 0px;
	height: 25px;
	line-height: 25px;
	background-color: #FFF;
	font-weight:bold;
}
 /* inactive樣式是給未選取頁籤用的 */  
.inactive {
	cursor:pointer;
	text-align:center;
	float: left;
	padding:0 0px;
	line-height: 25px;
	height: 25px;
	width: auto;
	font-weight:bold;
	font-size:11px;
}

.layer{
width:100%;     
}

.sr_area01{
	background-color: #dbe5e7;
	height: 69px;
	width: 350px;
	text-align: left;
	padding: 3px;
}
.sr_area01 p{
	background: url(../index_images/icon_05.gif) no-repeat 3px 4px;
	#background: url(../index_images/icon_05.gif) no-repeat 3px 8px;	
	padding-left: 12px;
	height: 24px;
	font-size: 11px;
}
.sr_area01 select.s001{
	font-size: 12px;
	padding:1px;
*font-size: 12px;
	color: #666666;
}
.sr_area01 #s_button{
	float: left;
	width: 86px;
	position: absolute;
	bottom: 23px;
	_bottom: 45px;
	left:300px;
	top:446px;
}

