#navbar, #footer, #licplates {
	display: none !important;
}
.login-top-left {
	background: url(../images/frame-top-left.png) no-repeat 0 0;
	width:45px;
	height:40px;
}
.login-top {
	background: url(../images/frame-top.png) repeat-x 0 0;
	margin-left:45px;
	width:400px;
	height:40px;
}
.login-top-right {
	background: url(../images/frame-top-right.png) no-repeat 0 0;
	width:45px;
	height:40px;
	margin-left:445px;
}
.login-left {
	background: url(../images/frame-left.png) repeat-y 0 0;
	width:45px;
	height:233px;
	margin-top:40px;
}
.login-center {
  overflow:hidden;
  position:relative;
  clear:left;
  margin-left:45px;
  margin-top:40px;
  height: 235px;
  width:400px;
  background-color: #640e27;
}
.login-inner {
border-style:inset;
background-color: #cccb9e;
position: absolute;
margin-top: 15px;
margin-left: 15px;
width: 362px;
height:197px;
border-width: 4px;
}
.login-right {
	background: url(../images/frame-right.png) repeat-y 0 0;
	width:45px;
	height:233px;
	margin-top:40px;
	margin-left:445px;
}
.login-bottom-left {
	background: url(../images/frame-bottom-left.png) no-repeat 0 0;
	width:45px;
	height:48px;
	margin-top:273px;
}
.login-bottom {
	background: url(../images/frame-bottom.png) repeat-x 0 0;
	margin-left:45px;
	margin-top:273px;
	width:400px;
	height:47px;
}
.login-bottom-right {
	background: url(../images/frame-bottom-right.png) no-repeat 0 0;
	width:45px;
	height:48px;
	margin-top:273px;
	margin-left:445px;
}
#wrapper {
	width: 490px !important;
	height: 321px !important;
	margin: auto !important;
}
#frame {
	width: 445px !important;
	height: 321px !important;
	position: absolute; 
	top:20%;
}
h1 {
	margin-top: 20px;
	text-align: center;
	font-size: 150%;
}
#login-form {
	margin: 15px 9px 5px 9px;
	width: 400px;
}
#login-form label {
	width: 85px;
}
.buttons {
	margin-top: 5px !important;
}
.cancel {
  position: absolute;
  background-color: #555;
  margin-top: 0px;
  margin-left: 212px;
  border: none;
  color: #fff;
  font-size: 110%;
  text-shadow: 1px 1px #222;
  padding: 7px 40px;
  display: block;
  text-decoration: none;
}
.cancel:hover {
  background-color: #444;
  cursor: pointer;
  text-decoration: underline;
}
input[type=password] {
  border: #aaa solid 2px;
  display: block;
  font-size: 110%;
  height: 25px;
  padding: 2px;
  width: 250px;
  margin-bottom: 5px;
}
#login-form input[type=submit] {
	width: 205px;
	margin-top: 0px !important;
	height: 36px !important;
	float: left !important;
}
