/* @override 
	http://www.bangkokair.dev/css/samui-island-marathon.css
	http://www.bangkokair.com/css/samui-island-marathon.css
*/

@charset "UTF-8";
/* CSS Document */
.select-type label {
	display: block;
	margin-bottom: 5px;
}

.message-group {
	font-weight: bold;
	color: #3d905d;
}
#checkbox_acknowledge {
	margin: 4px 5px 70px 0;
	float: left;
}
#sprycheckbox_acknowledge label {
	/*color: #900;*/
	color: #224a7c;
}
#acknowledge-cargo {
	background: #fcd3d3;
	padding: 8px 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	behavior: url(/css/PIE.htc);
}
input.txt {
	border: 1px solid #538BBB;
    color: #538BBB;
    font-size: 12px;
    padding: 3px;
}

h3.title-underline {
	border-bottom: 1px solid #79a7d1;
	margin-bottom: 10px;
}

.message-group {
	font-weight: bold;
}


td.first-colum {
	width: 100px;
	height: 25px;
	font-weight: bold;
}

#samui-apply-form div.select-type div {
	height: 25px;
}

#samui-apply-form table tbody tr td.first-colum {
	font-weight: normal;
	font-style: normal;
}

td.first-colum-condition {
	text-align: right;
	color: #538bbb;
	width: 160px;
}
input.btn {
	background: #538bbb;
	font-size: 12px;
	color: #FFF;
	border: none;
	display: inline-block;
	cursor: pointer;
	text-transform: uppercase;
	margin: 0 20px 0 0;
	padding: 5px 20px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px 1px 3px;
	-moz-box-shadow: #666 0px 1px 3px;
	box-shadow: #666 0px 1px 3px;
	background: #538BBC;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#538BBC), to(#183c6e));
	background: -moz-linear-gradient(#538BBC, #183c6e);
	background: linear-gradient(#538BBC, #183c6e);
	-pie-background: linear-gradient(#538BBC, #183c6e);
	behavior: url(/css/PIE.htc);
}

tr.table-head td{
	background-color: #1c3f79;
	color: white;
}

table.samui-table,table.samui-table td{
	border: 1px solid #193f61;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}

#side-content {
	position: absolute;
	margin-left: 722px;
	width: 248px;
	text-align: center;
	margin-top: 30px;
}

h1.topic-content.inactive {
	background-color: #8cbff1;
}

#main-content-column table.samui-maps tbody tr td {
	vertical-align: middle;
	padding-right: 10px;
}

/* Result */

table.table-result-samui tbody tr.result-th td {
	background-color: #193f61;
	color: white;
}


table.table-result-samui, table.table-result-samui tbody tr td {
	border: 1px solid #193f61;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}


