@charset "utf-8";
/* tollbar atas */
#uberbar	{
	border-bottom:1px solid #EEF3FD;
	background:#666666;
	padding:10px 20px;
	position:fixed;
	top:0;
	left:0;
	z-index:2000;
	width:100%;
}
/* tollbar atas */
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#444;
	font-size:13px;
	background-color: #EEF3FD;
}
.formposkod
{
	margin:auto;
	width:640px;
	height:100%;
	text-align:left;
	border: 1px solid #EEF3FD;
	display:block;
	padding: auto;
	margin:auto;
	width:590px;
	height:100%;
	position: relative;
}
.center
{
	margin:auto;
	width:99%;
	height:100%;
	text-align:center;
	border: 1px solid #EEF3FD;
	display:block;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.border_rounded {
	background-color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #EEF3FD;
	padding: auto;
	margin:auto;
	width:640px;
	height:100%;
	position: relative;
	color: #333;
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
color:#444444;
font-size:12px;
}

/* pelangan*/
a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #36C;
}
a:link {
	text-decoration: none;
	color: #36C;
}
a:visited {
	text-decoration: none;
	color: #369;
}
a:hover {
	text-decoration: underline;
	color: #39C;
}
a:active {
	text-decoration: none;
	color: #39C;
	text-align: left;
}
.fg-button {
	outline: 0;
	margin:0 3px 0 0;
	padding: .1em 2em;
	text-decoration:none !important;
	cursor:pointer;
	position: relative;
	text-align: center;
	zoom: 1;
	font-family: Arial, Helvetica, sans-serif;
   }
  
