* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 16px;
	font-family: Consolas, sans-serif, Arial;
}
#loginbar {
	height: 250px;
	width: 250px;
}
#login {
	height:250px;
	width:240px;
	margin-bottom: 5px;
	padding: 0px 5px;
}
#noscriptlogin {
	height: 240px;
	width: 240px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	display: block;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
.login {
	width:240px;
	height:240px;
	margin:0px auto;
	margin-bottom:5px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background-color:#eee;
}
.login h3 {
	margin:0px 0px 15px;
	padding:0px;
	line-height:40px;
	font-size:20px;
	color:#fff;
	text-align:center;
	-moz-border-radius:10px 10px 0px 0px;
	-webkit-border-radius:10px 10px 0px 0px;
	border-radius:10px 10px 0px 0px;
	background-color:#DA251E;
}
.btn {
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height:20px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	text-decoration:none;
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btn-default:hover {
	color: #333;
	background-color: #ebebeb;
	border-color: #adadad;
}
