.topcontainer {
	width: 500px;
	margin: 10% auto;
	zoom: 150%;
}

p {
	line-height: 200%;
}

.login-wrapper {
	background: #f9f9f9 url(../images/hex.jpg) repeat;
	width: 100%;
	height: 100%;
	padding-top: auto;
	text-align: center;
}

.front {
	width: 700px;
	height: 190px;
	top: 30%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display:block;
}

.welcome {
	top: 0;
	left: 0;
	width: 300px;
	height: 190px;
	float: left;
	text-align: left;
}

.loginarea {
	width: 350px;
	height: 190px;
	float: right;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#e5e5e5')"; /* IE8 */
	border-radius: 4px;
	border: 1px solid #cccccc;
	-moz-box-shadow: 0 20px 30px #252525;
	-webkit-box-shadow: 0 20px 30px #252525;
	box-shadow: 0 20px 30px #252525;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

#footer {
	width: 700px;
	position: relative;
	margin-top: 60px;
	margin-bottom: 50px;
	font-size: 12px;
}

#footer ul {
	margin: 0;
}

#footer ul li {
	float: left;
	margin-right: 20px;
	list-style-type: none;
}

li.last {
	text-align: right;
	margin-left: 236px;
	margin-right: 0 !important;
}

p.warning {
	color: #E91753;
	text-align: left;
}
