@charset "utf-8";
/* CSS Document */

#rekening_plc {
	width:900px;
	min-width:900px;
	max-width:900px;
	padding-left:30px;
	clear:both;
	margin:0 auto;
}
	#rekening_plc .rekening {
		width:225px;
		float:left;
		background-image:url(../img/bank_bg.png);
		background-repeat:no-repeat;
		background-position:top left;
		min-height:190px;
	}
		#rekening_plc .rekening img {
			clear:right;
			margin-right:auto;
			margin-left:auto;
		}
		#rekening_plc .rekening p {
			font-size:12px;
			clear:right;
			margin-left:10px;
			margin-right:10px;
			width:200px;
			min-width:200px;
			float:left;
			text-align:justify;
			color:#CCC;
		}

#tanpa_konfirmasi {
	float:left;
	width:100%;
	min-width:900px;
	clear:both;
	background-color:#5e6166;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
#text_plc {
	width:100%;
	min-width:900px;
	clear:both;
}
	#text_plc p {
		float:left;
		clear:both;
		text-align:center;
	}
#tips {
	min-height:85px;
	float:left;
}
	#tips h3 {
		color:#F90;
		font-size:16px;
		width:100%;
		border:none;
	}
	#tips p {
		color:#DDD;
		text-align:justify;
	}
	#tips img {
		padding:10px;
		clear:right;
	}
	#tips span {
		min-width:10%;
		max-width:90%;
		float:right;
	}
	#tips ul li {
		display:block;
	}

/* by April 120213 */
#pembatalan {
	-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;
}
	#pembatalan p {
		text-align:justify;
		color:#CCC;
	}	
		#pembatalan ul li {
			text-align:justify;
			color:#CCC;
		}
#clear {
	clear:both;
}
#pembayaran tr td {
	text-align:left;
}

.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_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;
			}
	#tips_plc .tips_text .why {
		margin:1px 15px;
		float:left;
	}
#ket_plc {
	min-width:900px;
	width:100%;
	max-height:330px;
	height:330px;
	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;
		}