body, html {
	margin: 0;
	font-weight: 100;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	color: #A60054;
	overflow: hidden;
}

#loginreg {
	position: relative;
	height: 395px;
}

.predirectmsg {
	z-index: 3;
	position: absolute;
	top: 100px;
	left: 50px;
	width: 810px;
	background: #fff;
	text-align: center;
}

.predirectmsg p {
	padding: 20px;
	font-size: 24px;
	color: #A60054;
	border: 5px solid #A60054;
	margin: 10px;
	border-radius: 15px;
}

.logreghead {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0;
}

.tabs {
	width: 700px;
	float: none;
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0 auto;
}

.tabs li{
	float: left;
}

.toptab {
	display: block;
	margin-right: 2px;
	padding: 10px 20px;
	border-radius: 5px 5px 0 0;
	color: #A60054;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	background: rgba(255,255,255,0.4);
	cursor: pointer;
	position: relative;
	top: 3px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.toptab:hover {
	top: 0;
}

.toptab.checked {
	background: #A60054;
	color: white;
	top: 0;
}

.checked ~ [id^=tab-content] {
	display: block;
}

.tab-content{
	z-index: 2;
	display: none;
	text-align: left;
	width: 100%;
	font-size: 16px;
	line-height: 140%;
	background: #A60054;
	border-radius: 0 5px 5px 5px;
	color: white;
	position: absolute;
	top: 42px;
	left: 0;
	box-sizing: border-box;
	-webkit-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

.tab-content form {
	margin: 20px;
}

.tab-content form p {
	margin-left: 100px;
}

.tab-content fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.elements label {
	width: 95px;
	padding-right: 5px;
	display: block;
	float: left;
	text-align: right;
}

.elements label, .elements input, .submit input {
	font-size: 19px;
	line-height: 160%;
	height: 32px;
}

.elements input {
	border: none;
	background: white;
	color: #A60054;
	padding: 0 10px;
	border-radius: 5px;
}

.elements input[type=password] {
	width: 250px;
}

.elements a {
	clear: both;
	height: 20px;
	margin: 0 0 5px 0;
	left: 100px;
	position: relative;
	display: block;
	color: white;
	font-size: 11px;
	font-style: italic;
}

.submit input {
	position: relative;
	left: 100px;
	margin-top: 10px;
	background: none;
	color: white;
	cursor: pointer;
	border-radius: 5px;
}