@charset "utf-8";
body{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #211546;
	position: relative;
}
#wrap {
	background-color: #ffffff;
	background-image: url(imgs/bkgrd.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-radius: 4px;
	border: 1px solid #002856;
	-webkit-box-shadow: 0px 2px 2px 2px #333333;
	box-shadow: 0px 2px 2px 2px #333333;
	height: 500px;
	overflow: hidden;
	position: relative;
}
#header {
	font-size: 32px;
	color: #fff;
	margin: 0px;
	width: 480px;
	height: 90px;
	padding-top: 20px;
	padding-left: 20px;
	position: relative;
}
#main {
	height: 300px;
	margin: 0px;
	padding: 0px;
	width: 500px;
	position: relative;
}
#secondary-main{
	position:relative;
	margin: 25px;
}
#selection {
	width: 500px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
}
#details {
	position: absolute;
	right: -500px;
	top: 0px;
	width: 500px;
	display: block;
}
#banner{
	font-size: 8px;
	width: 200px;
	margin-top:5px;
}
#banner-span{
	color: #1a6dff;
}
#banner-span:hover{
	cursor: pointer;
	color: #8e258b;
}
#footer {
	font-size: 18px;
	height: 50px;
	margin-left: 20px;
}
#footer:hover{
	cursor: pointer;
	color: #1a6dff;
	position: relative;
}
#warn {
	height: 40px;
	border-radius: 0 0 4px 4px;
	display: none;
	position: relative;
}
.ui-icon-alert{
	float: left;
	margin-right: 5px;
}
.realm{
	text-align: center;
	font-size: 28px;
}
.realm:hover{
	cursor:pointer;
	color:#1a6dff;	
}
#pki {
	background-image: url(imgs/auth_sprite.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 150px;
	height: 200px;
	margin-top: 50px;
	margin-left: 5px;
	position: absolute;
	display: inline-block;
}
#otp {
	background-image: url(imgs/auth_sprite.png);
	background-repeat: no-repeat;
	background-position: -150px 0px;
	height: 200px;
	width: 150px;
	margin-top: 50px;
	margin-left: 170px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#ad {
	background-image: url(imgs/auth_sprite.png);
	background-repeat: no-repeat;
	background-position: -300px 0px;
	width: 150px;
	margin-top: 50px;
	margin-left: 335px;
	height: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: inline-block;	
}
.divider {
	background-image: url(imgs/center_line.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 200px;
	position: absolute;
}
#selection-divider-1{
	width:5px;
	margin-top: 50px;
	margin-left: 160px;
	top: 0px;
	left: 0px;
}
#selection-divider-2{
	width:5px;
	margin-top: 50px;
	margin-left: 325px;
	top: 0px;
	left: 0px;
}
#detail-divider{
	width:50px;
	margin-top: 50px;
	margin-left: 200px;
	top: 0px;
	left: 0px;
}
#realm-title {
	font-size: 30px;
	color:#8e258b;
	text-align: right;
	margin: 0px;
	padding: 0px;
	width: 320px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#realm-tooltip{
	background-image: url(imgs/question.png);
	background-repeat: no-repeat;
	background-position: 50% 90%;
	width: 30px;
	position: absolute;
	left: 320px;
	top: 0px;
	height: 30px;
}
#placeholder {
	background-image: url(imgs/auth_sprite.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 150px;
	height: 200px;
	margin-top: 50px;
	margin-left: 50px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#realm-form {
	height: 200px;
	width: 250px;
	margin-top: 50px;
	margin-left: 250px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.label-span{
	display:block;
	margin: 5px 0px;
}
#user-info{
	postion: relative;
	margin: 25px 0px 20px 0px;
}
#user-info input {
	width: 200px;
}
