@charset "utf-8";
/* CSS Document */

table tr td {
	text-align:justify;
}
#tips p {
	padding:10px;
	clear:right;
}

/* by April 120214 */

#alasan {
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	background-color:#5e6166;
	padding:10px;
}
	#alasan ol li {
		color:#CCC;
		text-align:left;
		float:left;
	}
	#alasan ol li strong {
		color:#CCC;
		text-align:left;
		font-weight:bold;
	}
	#alasan p {
		color:#CCC;
	}
#clear {
	clear:both;
}

.margin_25px {
	margin-top:25px;
	margin-bottom:25px;
	font-family:"Verdana", Helvetica, Geneva, sans-serif;
}
.with_button {
	color:#f3f3f3;
	padding:5px;
	background-color:#595959;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	border:solid thin #474747;
	-moz-box-shadow:2px 2px 2px #cacaca;
	-webkit-box-shadow:2px 2px 2px #cacaca;
	box-shadow:2px 2px 2px #cacaca;
}
#tips_plc {
	background-image:url(../img/dot_pattern.png);
	background-repeat:repeat;
	width:100%;
	min-width:900px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	border:solid 1px #d4d4d4;
	-moz-box-shadow:inset 0px 2px 2px #cacaca;
	-webkit-box-shadow:inset 0px 2px 2px #cacaca;
	box-shadow:inset 0px 2px 2px #cacaca;
}
	#tips_plc span {
		min-width:15%;
		max-width:85%;
		min-height:100px;
		float:right;
	}
	#tips_plc .tips_text {
		width:85%;
		min-width:85%;
		max-width:85%;
	}
	#tips_plc .tips_img {
		width:15%;
		min-width:15%;
		max-width:15%;
	}
	#tips_plc .tips_text p {
		text-align:justify;
		margin:15px;
		float:right;
	}
	#tips_plc .tips_text .why {
		margin:2px 15px;
		float:left;
	}
	#tips_plc .tips_img img {
		margin:10px;
	}
		#tips_plc span ul li {
			float:left;
			margin-left:15px;
			background-color:#595959;
			-moz-border-radius:5px 5px 5px 5px;
			-webkit-border-radius:5px 5px 5px 5px;
			border-radius:5px 5px 5px 5px;
			border:solid thin #474747;
			-moz-box-shadow:2px 2px 2px #cacaca;
			-webkit-box-shadow:2px 2px 2px #cacaca;
			box-shadow:2px 2px 2px #cacaca;
		}
			#tips_plc span ul li a {
				text-align:justify;
				padding:5px;
				color:#CCC;
				text-transform:capitalize;
			}

#about_us {
	width:900px;
	min-width:900px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	border:solid 1px #FFF;	
	-moz-box-shadow:0px 0px 2px #999;
	-webkit-box-shadow:0px 0px 2px #999;
	box-shadow:0px 0px 2px #999;
}
		#about_us p {
			text-align:justify;
			margin:10px;
			font-family:"Verdana", Helvetica, Geneva, sans-serif;
		}

#ket_plc {
	min-width:900px;
	width:100%;
	max-height:560px;
	height:560px;
	overflow:hidden;
}
	#ket_plc div {
		float:left;
		margin-left:2px;
	}
	#ket_plc div .ket {
		width:445px;
		max-width:445px;
		float:left;
		clear:both;
	}
		#ket_plc div .ket .ket_num {
			font:24px "Verdana",Helvetica,Geneva,sans-serif;
			float:right;
			max-width:48px;
			width:48px;
			height:48px;
			max-height:48px;
			margin-top:5px;
			margin-right:5px;
			background-image:url(../img/num_bg.png);
			background-position:top left;
			background-repeat:no-repeat;
			color:#fff;
			padding-top:7px;
		}
		#ket_plc div .ket .ket_txt {
			font:14px "Verdana",Helvetica,Geneva,sans-serif;
			float:right;
			max-width:390px;
			width:390px;
			text-align:justify;
			margin-top:5px;
		}