div#page_container {      
	clear: both;
    width: 1142px;
    margin: auto;
    height: auto;  
}

div#left_column {
    margin: auto;
    padding: 0;
    width: 1141px;
    min-width: 0;
    height: 1px;
    z-index: 2000;
    position: relative;
}

div#right_column {
    float: right !important; */
    display:;
    width: 80% !important;
}

#right_column form {
    position: relative !important;
    width: 1121px !important;
    padding: 10px !important;
}


/*.LoginCont {
	position: absolute;
	width: 400px;
	height: 300px;
}*/
#login_form {
	position: relative;
	left: 40px;
	top: 20px;
	width: 350px;
	height: 170px;
}
#lblusernum {
	position: absolute;
	left: 20px;
	top: 40px;
}
#usernum {
	position: absolute;
	left: 155px;
	top: 40px;
}
#lblpassword {
	position: absolute;
	left: 20px;
	top: 75px;
}
#password {
	position: absolute;
	left: 155px;
	top: 75px;
}
#btnLogin {
	position: absolute;
	left: 20px;
	top: 110px;
	width: 120px;
}
#ExitButton {
	position: absolute;
	left: 160px;
	top: 110px;
}
#buttonExitButton {
	width: 120px;
}

.MembLogin {
    font-weight: bold;
    font-size: 2em;
    margin: 10px 0 10px 0;
    padding: 0;
}