body{
  font-family: Tahoma;
  text-align: center;
}
#flogin {
	position: absolute;
/*	background-image: url(../admin/images/header.jpg);*/
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	left: 0;
    right: 0;
	width: 780px;
	top:10px;
/*	border: 0px solid #265180; */
	padding-top: 40px;
	text-align: left;
}

#content {
	margin-left: 200px;  /* Margin Kiri */
	padding: 30px 5px 0 0;  /* Jarak Atas Kehuruf,Jarak Samping Kanan Kehuruf, Jarak Bawah Kehuruf,Jarak samping Kiri Kehuruf*/
	text-align: left;
}
#content p {
	font-size: 75%;  /* ukuran huruf */
	line-height: 1.8em; /* spasi baris */
	padding-left: 2em; /* paragraf kiri */
	text-align: center;
}

a:link,a:visited {
  color:#265180;
}
a:hover {
	color: #FF6600;
	text-decoration:none;
}
h4 {
	font: normal 110% Georgia;
	color: #265180;
	background-color: transparent;
	border-bottom: 0px dotted #265180;
}
table {
	font-family: Tahoma;
	font-size: 8pt;
	border-width: 0px;
	border-style: none;
	border-color: #999999;
	border-collapse: collapse;
	margin: 10px 0px;

}
th{
	color: #FFFFFF;
	font-size: 7pt;
	text-transform: uppercase;
	text-align: center;
	padding: 0.5em;
	border-width: 1px;
	border-style: solid;
	border-color: #969BA5;
	border-collapse: collapse;
	background-color: #265180;
}
td{
	padding: 0.5em;
	vertical-align: top;
	border-width: 0px;
	border-style: solid;
	border-color: #969BA5;
	border-collapse: collapse;
}
input,textarea,select{
	font-family: Tahoma;
	font-size: 8pt;
}
#footer{
    margin-left: 200px;  /* Margin Kiri */
	padding: 5px 0px 10px 300px;
	font-size: 70%;
	color: #555555;
  	background-color: #FFFFFF;
	text-align: left;

}

#errorlogin{
	padding: 5px 0px 10px 300px;
	font-size: 100%;
	color: #265180;
  	background-color: #FFFFFF;
	text-align: center;
}

/*--Made In Anang---*/

#copyright {position: absolute;
       margin-left: auto;
       margin-right: auto;
       left: 0;
       right: 0;
       width: 100%;
	   top:60%;
       height: auto;
       background-color: white;
       border: 0px solid black; }

#stars {position: absolute;
       margin-left: auto;
       margin-right: auto;
       left: 0;
       right: 0;
       width: auto;
	   top:53%;
       height: auto;
       background-color: white;
       border: 0px solid black; }

#one  {position: absolute;
       top: 0;
       left:0;
       height: 50px;
       width: 50px;
       background-color: orange; }

#two  {position: absolute;
       top: 0;
       left:100px;
       height: 50px;
       width: 50px;
       background-color: blue; }




