@media screen {

	table.searchform {
		padding-top:30px;
		font-weight:bold;
	}
	table.searchform th.description {
		height:30px;
		padding-bottom:10px;
	}
	td#searchform-keyword {
		padding-top:5px;
	}
	td#searchform-date, td#searchform-category, td#searchform-city {
		padding-top:15px;
	}
	td#searchform-submit {
		padding-top:20px;
	}
	td#searchform-city p, td#searchform-category p {
		padding:0px;
		padding-top:2px;
		line-height:17px;
		margin:0px;
		border:0px;
	}
	td#searchform-city p input, td#searchform-category p input {
		line-height:16px;
		height:16px;
		vertical-align:middle;
		display:block;
		float:left;
		margin-right:3px;
	}
	td#searchform-category div p label {
		display:inline-block;
		width:110px;
	}
	td#searchform-category div p {
		padding-top:1px;
		font-weight:normal;
	}
		
	td#searchform-keyword input.searchform-text {
		border-top:1px solid #404040;
		border-left:1px solid #808080;
		border-bottom:1px solid #909090;
		border-right:1px solid #808080;
		width:300px;
	}
	
	td#searchform-date td {
		width: 260px;
	}
	td#searchform-date td select { 
		width:110px;
	}
	td#searchform-date td select option {
		padding-left:3px;
	}
	td#searchform-category td.input-left, td#searchform-city td.input-left {
		width:145px;
	}
	td#searchform-category td.input-middle, td#searchform-city td.input-middle {
		width:199px;
	}
	td#searchform-category td.input-right, td#searchform-city td.input-right {
		width:152px;
	}
		
	table.searchform div#timer-display-show, div#timer-display-music, div#timer-display-club {
		display:none;
	}
	table.searchform div#timer-display-show p, div#timer-display-music p, div#timer-display-club p {
		padding-left:10px;
	}
	table.searchform div.timer-displayOn {
		display:block;
	}
	table.searchform div.timer-displayOff {
		display:none;
	}
	
	

}
