body {
	background-color: #fff;
	font-family: 'Arial';
	font-size: 12px;
	color: #0550A5;
	color: #4E4E4E;
}
#content {
	margin: 0 auto;
	width: 390px;
	margin-top: 120px;
}
#content #logo {
	 background: #fff url('../img/logo.png') no-repeat 0 0px;
	 width: 209px;
	 height: 81px;
	 position: absolute;
	 left: 0px;
	 top: 0px;
	 margin: 30px;
}
#content #logo-va {
    background-image: url("../img/logo-va.png");
    background-position: right center;
    bottom: 30px;
    display: block;
    font-size: 16px;
    height: 16px;
    padding-top: 45px;
    right: 30px;
    width: 250px;
	position: absolute;
}

.loginadmin th {
	text-align: left;
}
.response-msg {
	margin: 0 auto !important;
	width: 300px;
}