body {
	background-color: #f0f0f0;
	font-family: arial, serif;
	font-size: 12px;
	margin: 0;
	color: #345;
}

a img {
	border: none;
}

a, a:visited {
	color: blue;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	text-align: center;
}

#page {
	margin: 20px auto;
	width: 760px;
	border: 1px #9c9c9c solid;
	background-color: white;
}

#header {
	height: 180px;
	background: #557FD4 url('images/header.jpg') top left repeat-x;
}

#header h1 {
	margin: 0;
	text-align: center;
}

#topmenu {
	border-top: 1px solid white;
	background: #40C000;
	font-weight: bold;
	color: white;
	text-align: center;
	padding: 5px;
}

#topmenu li, #topmenu ul {
	margin: 0;
	padding: 0;
}

#topmenu li {
	list-style-type: square;
	display: inline;
	margin-left: 5px;
}

#topmenu li a, #topmenu li a:active, #topmenu li a:visited {
	color: white;
	text-decoration: none;
}

#content {
	padding: 10px 30px;
}

.info h2 {
	padding-top: 20px;
}

.boxbesar {
	float: left;
	width: 480px;
	background: white url('images/box-besar.gif') bottom center no-repeat;
	padding: 5px 15px;
	margin-bottom: 20px;
}

.boxbesar img {
	margin: 5px 15px;
}

.boxbesar p {
	padding: 0 15px;
}

.boxbesar h3 {
	margin: 0;
	padding: 10px 15px 0;
	margin: -5px -15px;
	background: url('images/box-besar-top.gif') top center no-repeat;
}

#panduan, #panduan ul, #panduan li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.step, #panduan li {
	float: left;
	width: 320px;
	background: white url('images/box.gif') bottom center no-repeat;
	padding: 5px 15px;
	margin-bottom: 20px;
}

.step {
	list-style-type: none;
}

#panduan h3, .step h3 {
	margin: 0;
	padding: 10px 15px 0;
	margin: -5px -15px;
	background: url('images/box-top.gif') top center no-repeat;
}

.clear {
	clear: both;
}

#panduan .left, .step .left {
	margin: 0px 15px 0 0;
}

#panduan .right, .step .right {
	margin: 0px 0 0 15px;
}

.info {
	margin: 0 auto;
	width: 700px;
}

#footer {
	clear: both;
	text-align: center;
	border-top: 1px solid #f0f0f0;
	width: 300px;
	margin: 0 auto;
}

strong {
	color: green;
}

.faq p {
	text-align: justify;
}

.navtop, .navtop a, .navtop:visited {
	color: #888;
}

.inputfield {
	clear:both;
}
.inputfield label {
	float:left; width: 120px;
}

.wide {	margin: 0 auto;	width: 600px;}
.billing table {background-color:#ccc;}
.billing th {background-color:#557FD4;color:white;}
.billing td {background-color:white;padding: 5px 3px;text-align:center;}
.hilite td {background-color:#f0fff0;}
dt {font-weight:bold;margin-top:10px;}

.intouch {
	width:400px;
}