*{
	font-size: 10pt;
	font-style: normal;
	margin: 0px;
}

.content{
	position:fixed;
	width:100%;
	height:100%;
	background-color:#202232
}

.login_form{
	margin:-368px 0px 0px -491px;
	position: relative;
	width:982px;
	height:496px;
	left:50%;
	top:50%;
	background-image: url(../../images/security/login_live_bg.png);
}

.form{
	margin:-368px 0px 0px -491px;
	position: relative;
	width:982px;
	height:496px;
	left:50%;
	top:50%;
	background-image: url(../../images/security/login_live_bg.png);
}

input{
	padding:0px;
	background-color:#FFFFFF;
	float:right;
	width:261px;
	height:31px;
	line-height:31px;
	border-width: 0;
	outline:none;
}

.input_submit{
	padding:0px;
	background-color:#1D96ED;
	color:white;
	float:right;
	width:395px;
	height:40px;
	border-radius: 3px;
	margin-right: -75px;
}

.tr_space{
	height:50px;
}

tr{
	height:33px;
}

.content_table {
	position:absolute;
    left:500px;
    top:196px;
	border-collapse:collapse;
	padding:0px;
	width:340px;
}
.prompt{
	width: 85px;
}

.error{
	position:relative;
	top: -73px;
	/*left: -100px;*/
	padding-left:60px;
}

.header{
	background-color: #151721;
	height: 68px;
}

#leftLogo{
	position:absolute;
	left:28px;
	top:9px;
}

#rightPhoneNumber{
	position:absolute;
	right:28px;
	top:30px;
}

#upperRight{
	float: right;
	margin: 5px;
}

#lowerLeft{
	position: absolute;
	bottom: 5px;
	z-index: -1;
}

#version{
	position: absolute;
	left: 45%;
	bottom: 17px;
}
