@CHARSET "ISO-8859-1";
* Standard CSS untuk SmartCMC */
/* Body Style */
body, p, h1, h2, h3, h4, h5, h6, div, ol, li, td, th, a, form, input, select, textarea, option, label {
	font:10pt Arial;
	line-height:150%;
	color:#000000;
}
h1.page-title {
	font-size:18px;
	font-weight:normal;
	border-bottom:1px solid #5a76b8;
	padding:0 0 2px 30px;
	margin:0 0 10px 0;
	color:#4d4d4d;
}

/* standard cell */
td, th {
/*	vertical-align: top; */
	line-height: 150%;
}
td.text, td.form {
	padding: 4px;
}
.floatRight{
 	float: right;
	margin: 0px 5px 5px 10px;
}
.floatLeft{
 	float: left;
	margin: 0px 10px 5px 0px;
}
.center{
	text-align: center;
}
.left{
	text-align:left;
}
.right{
	text-align: right;
}
.justify{
	text-align:justify;
}
.clear{
	clear: both;
}

/* standard Hyperlink */
a { text-decoration:none; color:#1a5396; }
a:hover { text-decoration:underline; color:#0b2d55; }

/* standard Form */
form{ 
	margin:0px; 
	padding:0px; }
input, select, textarea, option, label { 
	font-size:10pt; }
input.text { 
	background-color:#fff; 
	width:212px;
	border:1px solid #06007f; 
	padding:2px 2px; }
input.text2 { 
	background-color:#fff; 
	width:95px; 
	border:1px solid #06007f; 
	padding:2px 2px; }
input.button { 
	padding:9px 30px;
	background:url(../images/member-login-button-bg.png) no-repeat; 
	color:#fff; 
	border:none; 
	font-size:8pt; 
	font-weight:bold; }
input.button:hover { 
	background:url(../images/member-login-button-bg-hover.png) no-repeat; 
	color:#fff; 
	border:none; 
	cursor:pointer; }
select { 
	background-color:#FFFFFF; 
	border:1px solid #ccc; }
textarea { 
	background-color:#fff; 
	border:1px solid #06007f; 
	line-height:150%; 
	padding:10px; }