.portselect {
	padding: 20px 0;
	border-bottom: 2px solid #2c79b4;
	z-index: 23;
	height: initial;
	position: relative;
	min-height: 40px;
	margin: 0 25px;
}

#province {
	font-size: 14px;
	width: 264px;
	float: left;
	height: 35px;
	margin-left: 14px;
	border: 1px solid #ccc;
	padding-left: 10px;
	line-height: 35px;
	color: #999;
}

#portcode {
	font-size: 14px;
	width: 264px;
	float: left;
	height: 35px;
	margin-left: 14px;
	border: 1px solid #ccc;
	padding-left: 10px;
	line-height: 35px;
	color: #999;
}

#datepicker {
	width: 246px;
	float: left;
	height: 31px;
	margin-left: 14px;
	border: 1px solid #ccc;
	padding-left: 10px;
	line-height: 31px;
	background-color: #fff;
	color: #4c4c4c;
}

.tidetableselect td input.time {
	background: url(../images/index_search_icon03.jpg) 222px center
		no-repeat;
}

.secSeachBTN {
	width: 80px;
	height: 38px;
	line-height: 38px;
	background-color: #fe8c1c;
	color: #fff;
	font-size: 16px;
	border: none;
	border-radius: 5px;
	padding: 0;
	margin-left: 20px;
	cursor: pointer;
}

.tidesearch{
    pointer-events: auto;
	background: url(../images/search.png) no-repeat 0 -77px #0080ff;
	/*#3385ff*/
	margin-left: 10px;
	width: 57px;
	height: 35px;
	float: left;
	border: 0;
	padding: 0;
	cursor: pointer;
	border-radius: 0 2px 2px 0;
	box-shadow: 1px 2px 1px rgba(0, 0, 0, .15);
	
}

#tideline {
	width: 1200px;
	height: 600px;
	margin: 0 25px;
}

.web-tidal-box {
	/*border:1px solid #ddd;
	border-top:0;*/
	padding: 20px 25px 20px 25px;
	background: #fff;
}

.web-tidal-box h3.web-tital-hotsearcher {
	font-weight: 100;
	line-height: 40px;
}

.web-tidal-box h3.web-tital-hotsearcher a {
	margin-right: 15px;
}

.web-tidal-box table.tidaltable {
	background: #e1e1e1;
}

.web-tidal-box table.tidaltable th {
	background: #f5f5f5;
	font-size: 16px;
}

.web-tidal-box table.tidaltable td {
	background: #fff;
	text-align: center;
	height: 40px;
}

.web-tidal-box table.tidaltable tr td:nth-child(1) {
	font-size: 16px;
	font-weight: 700;
}

.web-tidal-box h4.web-tital-h4 {
	font-weight: 100;
	line-height: 20px;
	padding-top: 10px;
	font-size: 12px;
}


/*.portselect
{
	margin: auto;
	text-align:center;
}*/
/*.tidetableselect
{
	margin: auto;}
	text-align:center;
}*/
.message {
	background-color: black;
	font-size: 22px;
	font-family: inherit;
	color: white;
	position: absolute;
	width: 220px;
	height: 60px;
	z-index: 1000;
	left: 400px;
	top: 200px;
	border-radius: 25px;
	text-align: center;
	vertical-align: center;
}

.message span {
	display: block;
	height: 60px;
	vertical-align: center;
}

.msgbox {
	position: absolute;
	width: 150px;
	height: 30px;
	z-index: 1;
	left: 400px;
	top: 200px;
}

.cursor {
	cursor: pointer
}