body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #333;
	margin: 0px;
}
#main {
	position: absolute;
	left: 0px;
	top: 90px;
	margin-left: 220px;
	width: 680px;
	background-color: #E3F5FB;
	border: 1px solid #09C;
	padding: 10px;
}
#header {
	background-image: url(images/header.gif);
	background-position: left;
	height: 80px;
	width: 100%;
	background-repeat: repeat-x;
	margin-bottom: 10px;
}
#login {
	background-image: url(images/login.gif);
	background-repeat: no-repeat;
	margin: auto;
	height: 175px;
	width: 300px;
	padding-top: 75px;
}

a {
	color: #1C85A9;
	text-decoration: none;
	border-style: none;
}
a:hover {
	color: #59C1E3;
	text-decoration: none;
	border-style: none;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
input {
	background-color: #F5F9FA;
	border: 1px solid #A9CED6;
	font-size: 11px;
	padding: 2px;
}
input:hover {
	background-color: #D8E9EC;
	border: 1px solid #A9CED6;
	font-size: 11px;
	padding: 2px;
}
textarea {
	background-color: #F5F9FA;
	border: 1px solid #A9CED6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
textarea:hover {
	background-color: #D8E9EC;
	border: 1px solid #A9CED6;
	font-size: 11px;
	padding: 2px;
}
select {
	background-color: #F5F9FA;
	border: 1px solid #A9CED6;
	font-size: 11px;
	padding: 2px;
}
select:hover {
	background-color: #D8E9EC;
	border: 1px solid #A9CED6;
	font-size: 11px;
	padding: 2px;
}
th {
	background-color: #97D8EE;
}

.title {
	font-size: 20px;
	font-weight: bold;
	color: #25AEDB;
	margin-bottom: 8px;
	line-height: normal;
}
.sukses{
	padding: 5px 5px 5px 36px;
	width:90%;
	background-position: 10px 50%;
	background-color: #D9ECFF;
	border:1px solid #48A4FF;
	margin-bottom:3px;
	margin-top:3px;
	background-image: url(images/tick.gif);
	background-repeat: no-repeat;
}
.eror{
	padding: 5px 10px 5px 36px;
	width:90%;
	background: url(images/exclamation.gif) #FFFFDD no-repeat;
	background-position: 10px 50%;
	BACKGROUND-COLOR: #FFD7D7;
	border:1px solid #FF0000;
	margin-bottom:3px;
	margin-top:3px;
}
.submit {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.submit:hover {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
a img {
	border-style: none;
}
.edit {
	background-image:url(images/edit.png);
	background-repeat:no-repeat;
	display:block;
	height: 18px;
	width: 18px;
}
.edit:hover {
	background-image:url(images/edit_2.png);
	background-repeat:no-repeat;
}
.hapus {
	background-image:url(images/hapus.png);
	background-repeat:no-repeat;
	display:block;
	height: 18px;
	width: 18px;
}
.hapus:hover {
	background-image:url(images/hapus_2.png);
	background-repeat:no-repeat;
}
.pub_ya {
	background-image:url(images/publish_y.png);
	background-repeat:no-repeat;
	display:block;
	height: 18px;
	width: 18px;
}
.pub_t {
	background-image:url(images/publish_yh.png);
	background-repeat:no-repeat;
	display:block;
	height: 18px;
	width: 18px;
}
.pub_t:hover {
	background-image:url(images/publish_y.png);
}
.pub_tidak {
	background-image:url(images/publish_t.png);
	background-repeat:no-repeat;
	display:block;
	height: 18px;
	width: 18px;
}
.row1 {
	background-color: #ACE0F1;
	height: 18px;
}
.row2 {
	background-color: #BEE6F4;
	height: 18px;
}
#elm {
	padding: 2px;
}

