.body_container {
    height: 380px;
    margin: auto;
    position: relative;
    width: 420px;
    padding-top: 100px;
}

.logo {
	background: transparent url('../images/logo.png') no-repeat;
	display: block;
	height: 54px;
	float:left;
	width: 190px;
}

.container {
	background-color: #F0F3F8;
	border: 1px solid #367cb0;
	padding: 0 1em 0 1em;
	text-align: left;
	border-radius: 2px;
}

.agency_portal {
	font-weight: bold;
	text-align: right;
	height: 30px;
	margin-top: 10px;
	font-family: helvetica;
	font-size: 15px;
}

.loginid {
	margin-left: 22px;
	color: #333333;
	margin-top: 10px;
	font-family: helvetica;
	font-size: 13px;
	font-weight:bold;
}

.password {
	margin-left: 24px;
	color: #333333;
	margin-top: 10px;
	font-family: helvetica;
	font-size: 13px;
	font-weight:bold;
	/*background-color: white;*/
}

.inputbox {
	width: 241px;
	height: 17.8px;
	/*border-left: 1px inset #C3C3C3;
	border-right: 1px solid #dddddd;
	border-top: 2px inset;
	border-bottom: 1px solid #dddddd;*/
	
}

.login_button {
	height: 40px;
	margin-left: 290px;
	padding-top: 10px;
}

.footer {
	padding-bottom: 1.2em;
	padding-top: 0.2em;
	text-align: center;
	font-size: .7em;
	color: #545454;
	border-top: 2px solid #ABCADF;
	clear: both;
	margin-top: 1em;
}

.header {
	border-bottom-color: #ABCADF;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	height: 65px;
	margin-top: 15px;
}

.button {
	background-color: #2e79b2;
	color: #FFFFFF;
	font-weight: bold;
	height: 30px;
	width: 80px;
	/*border: 0;*/
	cursor:pointer;
	margin-top:7.5px;
}

ul,li {
	margin: 0px;
	padding: 0px;
}

ul>li {
	list-style-type: none;
}

.msg {
	display: block;
	color: #ff0202;
	padding-left: 50px;
	padding-top: 17px;
	font-weight: bold;
}

.content ul>li {
	height: 30px;
}

.inputPassword {
	margin-left: 5px;
}

.login_error {
	border-left: 2px solid #ff0202;
	border-right: 2px solid #ff0202;
	border-top: 2px solid #ff0202;
	border-bottom: 2px solid #ff0202;
	height: 55px;
	background: transparent url('../images/error-icon.png') no-repeat left;
	background-position: 10px 50%;
	border-radius: 0.3em;
	margin-bottom: 20px;
	visibility: hidden;
}
.containerWrapper {
	background: #b8b8b8;
	padding:15px 13px 15px 13px;
}
#caption{
	color:#1E80C1;
	font-weight: bold;
	font-size: 13px;
	font-family: helvetica;
	text-align: right;
	padding:10px;
}

