* {

}

html {
	border: 0 none;
	height: 100%;
	margin: 0;
	overflow-y: scroll;
	padding: 0;
}

body {
	background: url("../images/index/bg.jpg") no-repeat scroll center center #242424;
	border: 0 none;
	height: 100%;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

#page {
	height: 100%;
	position: relative;
	overflow: hidden;
}

#wrap {
	min-height: 100%;
	min-width: 900px;
	position: relative;
}

#main {
	height: 100%;
	padding: 40 0 135px;
	position: relative;
	visibility: hidden;
}

.formWrapper {
	width: 540px; /* adjust if necessary */
	margin: 0 auto;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 15px;
}

#registerFormWrapper {
	width: 650px;
}

#lostFormWrapper {
	width: 840px;
}

.logo {
	margin: 0 auto;
	display: block;
	width: 380px;
}

.input_wrap {
	background: url("../images/index/input.png") no-repeat scroll 0 11px transparent;
	border-width: 0;
	float: left;
	height: 64px;
	margin: 0 0 0 -13px;
	position: relative;
	width: 219px;
}

.input_wrap.blurred {
	background-position: left -136px;
}

.input_wrap.filled {
	z-index: 0;
}

.input_wrap.blurred label {
	color: #DDDDDD;
}

.formWrapper input[type='text'], .formWrapper input[type='password'] {
	border-width: 0;
	color: #4B637A;
	cursor: pointer;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 20px;
	left: 0;
	margin: 12px 0 0 11px;
	padding: 8px 10px;
	position: absolute;
	top: 0;
	width: 176px;
	z-index: 2;
	background: transparent;
}

#idpSelect {
	display: table;
	margin: auto;
}

#idpSelect label {
	margin-left: 5px;
}

#h1 {
	margin-top: 120px;
}

a.link:visited {
	color: #999;
	text-decoration: none;
}

a.link:hover {
	color: #fff;
	text-decoration: none;
}

a.link {
	color: #999;
	text-decoration: none;
}

.invisible {
	visibility: hidden;
}

input.submit:hover {
	background-color: #F8F8F8;
	background-image: -moz-linear-gradient(center top, #F5F5F5, #F1F1F1);
	background-image: -webkit-linear-gradient(top, #F5F5F5, #F1F1F1);
	border: 1px solid #C6C6C6;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #333333;
	text-decoration: none !important;
	cursor: pointer;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px	rgba(255, 255, 255, 0.7) inset;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.37);
}

input.submit {
	-moz-user-select: none;
	background-color: #EF58A8;
	background-image: -moz-linear-gradient(center top, #EF58A8, #EB3090);
	background-image: -webkit-linear-gradient(top, #EF58A8, #EB3090);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#EF58A8',EndColorStr='#EB3090');
	border-left: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	cursor: default;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 6px 6px 6px 6px;
	color: #FFF;
	display: inline-block;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	height: 42px;
	line-height: 27px;
	min-width: 54px;
	text-align: center;
	margin: 12px 0 0 4px;
	padding: 0px 30px 0px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(255, 255, 255, 0.7) inset;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.37);
	white-space: nowrap;
	cursor: pointer;
	width: auto;
	position: relative;
}

input.submit-login {
	width: 114px;
}

p.bottom {
	text-align: center;
	color: #CCC;
}