body {
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	background-color: #cccccc;
}

.error {
	color: #990000;
	font-weight: bold;
	font-size: .9em;
}

.formlabel {

}

.forminput {
	text-align: left;
}
.forminput input {
	font-size: 20px;
	border-radius: 4px;
	border: solid 1px #ccc;
	width: 95%;
	padding: 3px;
}

#logo {
}

#main {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -188px 0px 0px -150px;
	width: 300px;
	height: 375px;
}

#mainTable {
	width: 100%;
	background-color: #ffffff;
	border: solid 3px #b7b7b7;
	border-spacing: 5px;
}
#mainTable tr:nth-last-child(1) td {
	padding-bottom: 10px;
}

.title {
	font-size: 2em;
	font-weight: bold;
}
.or {
	border-top: solid 1px #ccc;
	margin-top: 8px;
}
.or div {
	font-style: italic;
	color: #999;
	font-family: Times, serif;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	width: 40px;
	margin: -13px auto 0;
	font-size: 17px;
}
.loginthomasrye {
	display: inline-block;
	background-color: #e4e4e4;
	border: solid 1px #ccc;
	padding: 3px 8px 3px 3px;
	border-radius: 4px;
	color: #777;
	text-decoration: none;
	line-height: 21px;
	vertical-align: middle;
	font-weight: bold;
}
.loginfacebook {
	display: inline-block;
	background-color: #3b5998;
	padding: 3px 8px 3px 3px;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	line-height: 21px;
	vertical-align: middle;
	font-weight: bold;
}
.loginfacebook img {
	vertical-align: middle;
	margin-right: 5px;
}