
body {
  background: #ccccff;
  background: url(vimg/verback1.jpg) repeat;  
  font-family: Arial;
}



h2 {
  font-size: 14px;
}

p {
  font-size: 12px;
}

a {
  text-decoration: none;
  color: #4e4e4e;
  font-size: 12px;
}

a:hover {
  text-decoration: underline;
}

input {
  background: #ededed;
  border: 1px solid #c3c3c3;
  color: #777;
  padding: 4px ;
}

input:focus, input:hover {
  background: #fff;
  color: #4e4e4e;
}


input[disabled] {
  background: #c3c3c3;
}


/* Main Styles */

#container {
  width: 290px;
  margin: auto;
}

#header h1 {
  background: url(img/logo1.jpg) no-repeat;
  width: 148px;
  height: 89px;
  margin: 10px 0 16px 20px;
  text-indent: -9999px;
  float: left;
}



 

#login-box {
  background: #ffffff;
  width: 230px;
  /*height: 250px;*/
  height: 190px;
  padding: 30px;
  margin-top: 190px;
  -webkit-border-radius: 10px 10px 10px 10px;    
  -moz-border-radius: 10px 10px 10px 10px;        
  
  -moz-box-shadow: 0 0 5px 5px #888;
  -webkit-box-shadow: 0 0 5px 5px#888;
  box-shadow: 0 0 5px 5px #888;
    
}

#login-box p {
  font-size: 12px; 
  line-height:16px;
}


#headernya {
  /*background: #195589; */   /* #CD0719;*/  /* #195589; */
  background: url(../is/{{KODESKUL}}/imgz/BarLogin_sister.jpg) no-repeat;
  width: 290px;
  height: 50px;
  margin: -30px 0px 0px -30px;
  /*color: #cbcbcb;*/
  text-align: center;
  padding-top: 12px;
  
  -webkit-border-radius: 10px 10px 0px 0px;    
  -moz-border-radius: 10px 10px 0px 0px;        
}

#footernya {
  width: 290px;
  height: 30px;
  margin: -16px 0px 0px -30px;
  color: #4c4c4c;
  text-align: center;
  padding-top: 44px;
  font-size: 9px;
}


#bk11 {
  margin-top:18px;
  color: #3a3a3a;
}

#bk12 input {
  width: 220px;
}

#bk21 {
  color: #3a3a3a;
  margin-top:12px;
}

#bk22 input {
  width: 220px;
}

#QapTcha {
  margin-top: 26px;
}

.QapTcha {
  margin-top: 26px;
}

#tombol {
  margin-top:18px;
  margin-left: 64px;
}

.btn {
  font-size: 14px;
  width: 100px;
}


#msgbox {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  padding-top: 2px;
}
  

.messageboxerror111{
	position:absolute;
	width:auto;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
	font-weight:bold;
	color:#CC0000;
}



