

.men1{
   border-top: 1px solid #2a9631;
   background: #9dcfa3;
   background: -webkit-gradient(linear, left top, left bottom, from(#3fb02e), to(#9dcfa3));
   background: -moz-linear-gradient(top, #3fb02e, #9dcfa3);
   padding: 2px 2px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
   font-size: 12px;
   font-family: Verdana, serif;
   text-decoration: none;
   vertical-align: middle;
   cursor: pointer;

}
.men2{
   border-top: 1px solid #f79797;
   background: #d19d9d;
   background: -webkit-gradient(linear, left top, left bottom, from(#ed0000), to(#d19d9d));
   background: -moz-linear-gradient(top, #ed0000, #d19d9d);
   padding: 2px 2px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0
   color: white;
   font-size: 12px;
   font-family: Verdana, serif;
   text-decoration: none;
   vertical-align: middle;
   cursor: pointer;
}

.l1{
   background: url('../images/login.png');
	left: 30%;
   position: absolute;
   text-align: center;
   top: 30%;
   width: 500px;
}
.l2{
   background: url('../images/set_login.png');
	left: 30%;
   position: absolute;
   text-align: center;
   top: 30%;
   width: 500px;
} 
.l3{
   margin-top: 20px;
   text-align: right;
}

.orm{
   padding:4px;
}
 .lab{
   font-family: Verdana;
   font-size: 12px;
   margin-right: 5px;
}

.inp{
 	background: url('../images/input2.png');
  	background-repeat: no-repeat;
	border: medium none;
   height: 30px;
}
  