/* CSS by Om */
body { 
	margin:120px 0px 0px 0px; 
	/*background-image:url(../images/bg.jpg);
	background-position:top; 
	background-color:#75838B; 
	
	background-attachment:fixed; */
	background: #072a68 url("../images/backdrop_portal.gif") repeat-x top;

}

.button {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	height: 27px;
	display: compact;
	float: center;
	overflow: hidden;
	color:#000000;
	background-color: #EEEEEE;
	padding: 0px 15px 2px 15px;
	border:#CCCCCC 1px solid;
}
.button:hover{
	background-color: #FFCC00;
	cursor:pointer;
}

input.text {
	border:1px solid #CCC;
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 12px; 
	color:#333;
	padding:5px;
}
.judul2 {
	font-size:14px; 
	text-transform:capitalize; 
	font-weight:thin; 
	border-bottom:1px dotted #cccccc; 
	border-top:1px dotted #cccccc; 
	padding-top:7px; 
	color: #0099FF;
	padding-bottom:7px 
}

a {
	color:#FFFFFF 
}

a:hover {
	color:#FF0000 
}
.table_login {
	border-color:#FFF;
	/*background-color:#F4E2A6;*/
	background-image:url(../images/bg_kawe.png);
	font-family: Tahoma, Helvetica, Arial, sans-serif; 
	font-size: 12px; 
	color:#333333; 
	width:381;
	height:281;
	line-height:15px;
	/*-moz-border-radius: 10px;*/
}
.table_login td {
	height:20px;
}
