
a.navbar {
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	font-weight: normal; 
	padding: 6px 9px 6px 9px;
}
a.navbar2 {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

a.navbar2:hover 
{
	font-family: Arial;
	font-size: 12px;
	color:#000000;
}

body, html{padding:0; margin:0; color:#fff; font-family:Tahoma; font-size:12px; width:100%; height:100%;}   
a{text-decoration:none;color:#fff; font-family:Tahoma; font-size:15x}
img{border:0;border-style:none} 
.Error{font-family: Arial;font-size: 11px;font-weight: bold;color: red;}     
/* <Marquee> */
td.time{text-align:center;}
#timecontainer{
	color: #001f0e;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
}
#frmimages{padding-bottom:10px; padding-left:35px;}
.Message
{
	font-size:12px;
}

a.Message:link    {
	color:#ffffff;
}

a.Message:visited {
	color:#ffffff;
}

a.Message:active  {
	color:#ffffff;
}

a.Message:hover   {            
	color:#ffffff;
} 
.btnLogout a{
	color: #000000 !important;
	font-weight: 600;
	font-family: arial;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	text-align:center;
	background: url(img/logout.png) no-repeat;
	padding: 26px 39px;
	font-size: 20px;
	width: 92px;
}

form.my-form{float: left;width: 565px;height: auto;margin: 12px 0 0 0;}
form input[name="txtUsername"]{
	width:106px;
	height:27px;
	background:url(img/textbox.png) no-repeat;
	border:none;
	color:#A9A9A9;
	padding:0 5px;
}
form input[name="txtPassword"]{
	width:106px;
	height:27px;
	background:url(img/textbox.png) no-repeat;
	border:none;
	color:#A9A9A9;
	padding:0 5px;
}
#txtPasswordLabel{
	width:106px;
	height:27px;
	background:url(img/textbox.png) no-repeat;
	border:none;
	color:#A9A9A9;
	padding:0 5px;
}
form input[name="txtCode"]{
	width:60px;
	height:27px;
	background:url(img/textbox.png) no-repeat;
	border:none;
	color:#A9A9A9;
	padding:0 5px;
}
form input[name="code"]{
	width:60px;
	height:27px;
	background:url(img/textbox.png) no-repeat;
	border:none;
	color:#A9A9A9;
	padding:0 5px;
}
.captchaCode {
	max-width: 70px;
	font-size: 23px;
	color: #fff;
	background : #002b14;
	text-align: center;
}

li{list-style:none}
li a{text-transform:uppercase}
.menu{float: left; padding: 0px 0px;margin: 0px;}
.menu>li{float: left; background: url(img/after_menu4.png) right no-repeat;}
.menu>li>a{text-decoration: none; color: #001f0e; font-weight: bold; font-size: 14px; font-family: Arial; text-transform: uppercase; text-align: center; line-height: 0; padding: 0 18px;}
.menuaf{float: left;padding: 0 0px;margin: 0px;}
.menuaf>li{float: left; background: url(img/after_menu4.png) right no-repeat;}
.menuaf>li>a{text-decoration: none; color: #001f0e; font-weight: bold; font-size: 14px; font-family: Arial; text-transform: uppercase; text-align: center; line-height: 0; padding: 0 21px;}
.btnDaftar {
	float: right;
    background: url(img/register.png) center no-repeat;
    width: 175px;
    height: 80px;
	cursor: pointer;		
}
.btnDaftar{
	-webkit-mask-image: linear-gradient(-75deg,rgba(0,0,0) 30%,rgba(255,255,255,0.2)50%,rgba(0,0,0) 70%);
    -webkit-mask-size: 200%;
    animation: shine 1.2s infinite;
}
.btnLogin {
	width:175px;
	height:80px;
	position:absolute;
	background:url(img/signin.png) no-repeat;
	border:none;
	cursor:pointer;
	top:10px;
	right:180px;
	line-height: 27px;
	text-transform: uppercase;
	font-weight: bold;
}
