*{box-sizing:border-box}
body{
	font-family:Verdana;
	font-size:15px;
}
a:link {
    text-decoration: none;
	color: #3090C7;
}

a:visited {
    text-decoration: none;
	color: #3090C7;
}

a:hover {
    text-decoration: underline;
	color: #728C00;
}

a:active {
    text-decoration: underline;
	color: #B2C248;
}
.page-content{
	max-width:1000px;
	position:relative;
	margin:auto;
}
#login-content {
  /*position:center;*/
  text-align:center;
  margin:auto;
  top: 55px;
  right: 0;
  z-index: 1001;    
  background: #e1ff69;
  background-image: linear-gradient(top, #fff, #eee);  
  padding: 5px;
  padding-top:20px;
  box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  border-radius: 3px 0 3px 3px;
  max-width:250px;
  min-width:250px;
 }
#login-password{
	margin-top:4px;
 }
 fieldset{
	border: 0;
}


	#content {
		position: relative;
		z-index:2;
	}
	#content img {
		position: absolute;
		top: 0px;
		right: 0px;
	}
	#content img:hover{
		width:150%;
	}