@charset "utf-8";
/* CSS Document */
HTML,BODY{
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
    color: #000;
}

#login-form{
	position: relative;
	background: #252525;
 	width: 220px;
	padding: 20px;
}
#login-form-cmm, #login-form-px {
	display: none;	
}
	#login-form p {
		position: relative;
		padding: 0; margin: 0;	
	}
	#login-form label {
		position: absolute;
		top: 0;
		left: 0;	
		font-size: 15px;
		font-weight: bold;
		padding: 0 5px 0 5px;
		line-height: 30px;
		color: #5A5A5A;
	}
#login-form SPAN{
  width: 220px;
  height: 30px;
  background: #252525;
  display: block;
  margin: 0 0 5px 0;
}
#login-form SELECT{
  width: 210px;
  position: relative;
  top:3px;
  left:5px;
  /*background: #252525;
  color: #A9A9A9;*/
  font-size: 15px;
  font-weight: bold;
  border: none;
  /*text-shadow: 1px 1px 2px #000;*/
}
#login-form INPUT[type=text], #login-form INPUT[type=password]{
  width: 210px;
  height: 30px;
  line-height: 30px;
  background: #FFF;
  border: 0px;
  color:#000;
  font-size: 15px;
  font-weight: bold;
  padding: 0 5px 0 5px;
  display: block;
  margin: 0 0 10px 0;
}
#login-form button{
	position: relative;
    color: #000;
	  font-size: 14px;
	  text-decoration: none !important;
	  text-shadow: 1px -1px 0px #ddd;
	  background: #cccccc url(images/btn_lgray.png) repeat-x 0 0;
	  line-height: 29px;
	  height: 29px;
	  display: block;
	  text-align: center;
	  width: 130px;
	  margin-left: 40px;
	  border: none;
	  zoom: 1;
	  cursor: pointer;
	  white-space: nowrap;
	  overflow: hidden;
	    -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
#login-form button:hover {
	  background-position: 0 -35px;
}