#outerLogin
{
	width: 450px;
	height: 275px;
	
	background-color: #fff;
	position: absolute;
	
	left: calc(50% - 225px);
	top: calc(50% - 200px);
	
	border-top: 5px solid;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	
	border-image: url("./imgs/fancy.png") 1 round repeat;
}

.loginWcontent
{
	padding: 20px 30px 15px 30px;
	height: 271px; 
	border-top: 0 !important;
}

.loginWcontent h2
{
	text-align: center;
	font-weight: 300;
	margin-bottom: 20px;
	margin-top: 20px;
	
	font-size: x-large;
	float: right;
}

h4
{
	margin: 0 0 0 0;
}

.form-actions
{
	margin-top: 30px;
}

.logo
{
	float: left;
	margin-top: 10px;
}

.loginerror
{
	font-size: small;
	display: none;
	
	padding: 5px !important;
	font-family: "Open Sans";
	
	position: fixed;
	top: -1px;
	left: 50%;
	
	width: 300px;
	margin-left: -150px;
	
	z-index: 32;
	text-align: center;
}

.alert
{
	border-radius: 0 0 4px 4px !important;
}