* {
	font-family: arial, tahoma, verdana, sans-serif;
	font-weight: normal;
	font-size: 16px;
}
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
}
body {
	background-size: 100%;
}
.logoframe, .logoframe img {
	max-height:150px;
	max-width:300px;
}
#l_content input:-ms-input-placeholder {
   color: #999999;
}
#loadingBackground {
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .50;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    z-index: 999;
}
#loadingModal {
   height: auto;
   width: auto;
   padding: 10px;
   margin-left: -75px;
   margin-top: 19px;
   position: absolute;
   left: 50%;
   top: 50%;
   z-index: 1000;
}
.box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	width: 100%;
}
#l_content {
	margin: 10px;
    width: 90%;
    max-width: 450px;
	border: 0px;
	/*border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	box-shadow: 5px 5px 3px #c5c5c5;*/
	overflow: auto;
	background-color: rgb(255, 255, 255);
	border: solid 1px rgb(235, 235, 235);
	padding: 15px;
}
.l_spacer {
	padding: 10px;
	font-size: 9pt;
}
#username{
   background: url('/ecms/images/4.1/username.png') left center no-repeat;
   background-position: 5px 5px;
   padding-left: 25px;
   width: 90%;
   background-color: white;
}
#password{
   background: url('/ecms/images/4.1/password.png') left center no-repeat;
   background-position: 5px 5px;
   padding-left: 25px;
   width: 90%;
   background-color: white;
}
#newpassword{
   background: url('/ecms/images/4.1/password.png') left center no-repeat;
   background-position: 5px 5px;
   padding-left: 25px;
   width: 90%;
   background-color: white;
}
#newcpassword{
   background: url('/ecms/images/4.1/password.png') left center no-repeat;
   background-position: 5px 5px;
   padding-left: 25px;
   width: 90%;
   background-color: white;
}
.button{
	border: none;
	height: 45px;
	width: 150px;
   	/*background: url('/ecms/images/4.1/login.png') no-repeat;*/
   	background-color: #005293;
   	color: #fff;
   	cursor: pointer;
   	font-size: 12pt;
}
.button2{
	border: none;
	height: 30px;
	width: 100px;
   	/*background: url('/ecms/images/4.1/login.png') no-repeat;*/
   	background-color: #005293;
   	color: #fff;
   	cursor: pointer;
   	font-size: 12pt;
}
.buttondisable{
	background: url('/ecms/images/processing_image.gif') center no-repeat;
	color: transparent;
}
.link {
	border: none;
	height: 45px;
	width: 130px;
   	background-color: white;   
   	cursor: pointer;
   	vertical-align: top;
   	text-align: right;
   	color: #005293;
   	background-color: rgb(255, 255, 255);
   	padding: 0px;
   	margin: 0px;
   	vertical-align: middle;
}
.mnu_footer_cloud {
	background: url('/ecms/images/4.1/swirl_black.png') left center no-repeat;
	height: 30px;
	width: 260px;
	white-space: nowrap;
	vertical-align: bottom;
}
.mnu_footer_table {
	color: #005293;
}
.k-window-title {
	background: none;
}
.k-window-actions {
	background: none;
}
#securitycode{
   background: url('/ecms/images/4.1/username.png') left center no-repeat;
   background-position: 5px 5px;
   padding-left: 25px;
   width: 90%;
   background-color: white;
}