body {
    font-size: 12px;
    font-family: Verdana, "Trebuchet MS", Helvetica, SunSans-Regular, Sans-Serif;
    padding:0px;
    margin:0px;
    background-color: #005059;
}
#content { 	
	position:absolute;
	height:265px; 
	width:620px;
	margin:-70px 0px 0px -300px;
	top: 35%; 
	left: 50%;
	text-align: left;
	padding: 0px;
    background-color: #ffffff;
 	border:2px solid #CC6633;
	overflow: auto;
}
h1 {  margin: 20px 0 0; }
h1 a { background: inherit; }
#logo { float: left; color: #808080; line-height: 25px; }
p, h2 {
    margin: 0px; 
    padding: 10px; 
}
h2 {
	font-family: "arial";
	letter-spacing: 1px;
	font-size: 12px;
	font-style:italic;
	text-align: center;
	color: #ffffff;
	text-transform:uppercase;
	background-color: #0066CC;
	font-weight:bold;
}

.formlogin{
	font-family: "Tahoma", georgia;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 30px;
	letter-spacing: 1px;
 }
.logo {
	padding-right: 10px;
	padding-bottom: 10px;
}
.bolder{
	font-weight:bolder;
}
.formlogin input{
	font-family: tahoma;
	font-size:12px;
	background-color:#F4F5F9;
	border:1px solid #326699;
}
.buttons{
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	width:80px;
	height:25px;
	color:black;
}
.buttons:hover{
	background-color:#0066CC;
	color:#ffffff;
	cursor:pointer;
}

#error_msg{
    margin-top:10px;
    color:#FF3300;
    text-align:center;
    padding:5px;
    font-family:"tahoma";
    font-size:12px;
    font-weight:700;
}

#tengah2{
    text-align: left;
    width: 500px;
    margin-top:100px;
    margin-left: auto;
    margin-right: auto;
    padding:10px;
    height:150px;
    text-align:center;
    color:#999999;
}
.icon_frame{
    border: 1px solid #0066FF;
    width: 100px;
    height: 100px;
    margin: 70px 0 0 50px;
}
.nav{
    margin-top:30px;
}
.nav ul { list-style: none; margin: 0; padding: 0;display: inline; cursor:pointer;}
.nav li {float: left; position: relative;list-style: none; display: inline; text-align: center; margin-left: 38px;} 
.nav li a{margin:0; text-align: center; text-decoration: none; font-weight: 700; color: #336699;}
.nav li a:hover{color:#FF6600; text-decoration: overline;}
