#logincontent {
	width: 100%;
	height: 100%;
}

#wrapper {	
	padding: 0px 0 0 0px;
	height: 100%;
}

#wrapper {
	width: 350px;
	left: 90px;
	position: relative;
}

#wrappertop {
	background:url("/inc/img/wrapper_top.png") no-repeat;
	height: 22px;
}

#wrappermiddle {
	background:url("/inc/img/wrapper_middle.png") repeat-y;
	height: 240px;
}

#wrapperbottom {
	background:url("/inc/img/wrapper_bottom.png") no-repeat;
	height: 22px;
}

#wrapper h2 {
	margin-top: 0px;
	margin-left: 25px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
}

#username_input {
	margin-left:25px;
	position:absolute;
	width:300;
	height:50px;
	margin-top:40px;
}

#password_input {
	margin-left:25px;
	position:absolute;
	width:300;
	height:50px;
	margin-top:100px;
}

#inputmiddle {
	float:left;
	background:url("/inc/img/input_middle.png") repeat-x;
	width:276px;
	height:50px;
}

#inputright {
	float: left;
	background: url("/inc/img/input_right.png") no-repeat;
	width :12px;
	height: 50px;
}

#inputleft {
	float:left;
	background:url("/inc/img/input_left.png") no-repeat;
	width:12px;
	height:50px;
}

#password, #username {
	display: block;
	width: 276px;
	height: 45px;
	background: transparent;
	border: 0;
	color: #bdbdbd;
	font-size: 14px;
	padding-left: 20px;
}

#url_password, #url_user {
	display: block;
	position: absolute;
	margin-top: -32px;
	float: left;
	margin-left: 0px;
}

#submit {
	height: 20px;
	width: 300px;
	position:absolute;
	margin-top: 180px;
	margin-left: 25px;
}

@media only screen and (max-width: 640px) {
	#wrapper {
		left: auto;
		margin: 0px auto;
	}
	
	#logincontent {
		text-align: center;
	}
}


