@charset "utf-8";
.verdanaarial_white
{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;
 color:#FFFFFF;
}
.verdanaarial_black
{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;
 color:#000000;
}


.LoginBoxDiv
{
	background-color:#FFFFFF;
	border:2px #C1BEBE;
	border-radius:8px;
	width:273px;
	height:315px;
	float:left;
	position:absolute;
	margin-top:150px;
}
.LoginCompanyLogoDiv
{
	width:273px;
	height:100px;
	float:left;
	position:absolute;
	margin-top:35px;
}




.LoginTable .signin { font-family:'Arial',sans-serif; color:#616976; font-weight:bold;}
.LoginTable input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.LoginTable input[type=text] {
    width: 90%;
    padding: 12px 10px;
	padding-left:20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
	background-image:url(../pageimage/login/usr_icon.png);
	background-position:left;
	background-repeat:no-repeat;
}


.LoginTable input[type=password] {
    width: 90%;
    padding: 12px 10px;
	padding-left:20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
	background-image:url(../pageimage/login/pwd_icon.png);
	background-position:left;
	background-repeat:no-repeat;

}

.LoginTable input[type=button] {
    width: 90%;
    background-color: #41a1de;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}


.LoginTable input[type=button]:hover {
    background-color: #0c6e8e;
}

.LoginTable label[id="hreftext"] {
  font-family:'Arial',sans-serif; color:#41a1de; font-size:13px;	
}

.LoginTable label[id="hreftext"]:hover {
  font-family:'Arial',sans-serif; color:#0c6e8e; font-size:13px;cursor: pointer;	
}

.LoginTable label[id=normtext] {
	font-family:'Arial',sans-serif; color:#B4B1B1; font-size:13px;
    padding-right:20px;
    margin: 8px 0;
    display: inline-block;
}

.container {
	font-family:'Arial',sans-serif; color:#B4B1B1;
    position: relative;
    padding-left: 22px;
	padding-right:15px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	display: inline-block;
	
}

/* Hide the browser's default checkbox */
.container input {
	position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
	border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #B4B1B1;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #e1e8ee;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    top: 2px;
	left:6px;
    width: 3px;
    height: 10px;
    border: solid #87949d;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

