@charset "utf-8";
/* CSS Document */

body {
	/*background:url(../images/bg_page.jpg) repeat-x;*/
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#container {
/*	width:650px;
	text-align:left;
	align:left;
	top:200px;
	margin:0px auto;
	padding:0px;
	position:relative;*/
	position:absolute;
     z-index:5;
     top:50%;
     left:50%;
     margin:-200px 0 0 -350px;	

	
}
#login {
	width:670px;
	height:370px;
}
#logme {
	width:190px;
	height:115px;

	color:#333;
	z-index:1000;
	top:230px;
	left:45px;
	position:absolute;
}
#logme table {
	width:100%;
	top:13px;
	position:relative;
}
#logme .btnsubmit {
	background:url(../images/btn_masuk_off.gif);
	width:68px;
	height:25px;
	border:0;
}
#logme .btnsubmit:hover {
	background:url(../images/btn_masuk_on.gif);
	width:68px;
	height:25px;
	border:0;
}



#dload{
	width:115px;
	height:100px;
	z-index:1000;
	position:absolute;
	top:370px;
	right:35px;
}

#faq{
	width:250px;
	height:100px;
	z-index:1000;
	position:absolute;
	top:360px;
	left:0px;
}
#infos{

	z-index:1000;
	position:absolute;
	top:90px;
	left:410px;
}

#dload {
	right:-150px;
	color:#0000FF;
	width:305px;
	height:29px;
}
	

#req{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999;
	text-align:center;
}
#sucess{
	
	color:#FF0000;
	text-align:center;
	text-transform:uppercase;
}
.txtlog {
	font-weight:normal;
	color:#000000;
	
}
.txtemail {
	font-weight:normal;
	color:#ffffff;
	
}
#email {
	width:205px;
	height:115px;
	color:#333;
	z-index:1000;
	top:186px;
	left:290px;
	position:absolute;
}

 .mybutton_full{
 	width:105%;
     font-size: 14px;
     padding: 5px 40px;
     border-radius: 5px;
     border: solid 0px #443d3d;
     cursor: pointer;
     display: inline-block;
     font-family: Arial;
     color: #ffffff;
     box-shadow: 0px 10px 14px -7px #616174;
     background: -webkit-linear-gradient(90deg, #443d3d 5%, #696969 100%);
     background: -moz-linear-gradient(90deg, #443d3d 5%, #696969 100%);
     background: -ms-linear-gradient(90deg, #443d3d 5%, #696969 100%);
     background: -o-linear-gradient(90deg, #443d3d 5%, #696969 100%);
 }
 .mybutton_full:hover{
     background: -webkit-linear-gradient(90deg, #696969 5%, #443d3d 100%);
     background: -moz-linear-gradient(90deg, #696969 5%, #443d3d 100%);
     background: -ms-linear-gradient(90deg, #696969 5%, #443d3d 100%);
     background: -o-linear-gradient(90deg, #696969 5%, #443d3d 100%);
 }
 .mybutton_full:active{
     position: relative;
     top: 1px;
     box-shadow: rgba(255,255,255,0.2) 0 16px 0,inset rgba(0,0,0,0.3) 0px 4px 16px;
 }

