#container {
	/*background:url(../images/login/back2.jpg) no-repeat fixed center #000;*/
	/*height:800px;*/
	border:0px solid red;
}


input {
	background-color: white;
	opacity:0.7;
}


#area{
	margin:130px auto;
	width:410px;
	height:350px;
	border:0px solid yellow;
	font-family:Tahoma,Verdana;
}

#messageAlert{
	font-size:11px;
	color:red;
}

.wallpaper{
	cursor:pointer;
}
.pertama {background:url(../images/login/login1.png) no-repeat center;opacity:1;}
.kedua {background:url(../images/login/login2.png) no-repeat center;opacity:1;}


.label {
	font-size:14px;
	font-weight:bold;
	color:#333;
	font-family:Arial;
}

.red:hover{
	background:-moz-linear-gradient(center top , #C9151B, #A11115) repeat scroll 0 0 transparent
}

.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
  padding: 5px 10px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

