.login_page_link {
	font-family:arial,helvetica,sans-serif; 
	font-size:12px; 
	color:#000; 
	text-decoration:none; 
	font-weight:400;
}

.login_page_link:hover {
	font-family:arial,helvetica,sans-serif; 
	font-size:12px; 
	color:#000; 
	text-decoration:none; 
	font-weight:400;
	text-decoration: underline;
}

.login_form{
	border: solid 1px #D7D6E7; 
	border-radius:20px; 
	background-color:#FFFFFF;
}

.login_text_field{
	border: 1px solid #D7D6E7;
	padding:3px;
	background-color:#FFFFFF;
	font: 12px Arial, Verdana, sans-serif;  
	color: #444444;
}

.login_button{
	border: 1px solid #D7D6E7;
	padding:3px; 
	width:80px;	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
	cursor: pointer;
}

.login_button:hover {
	background-color: #CBFFA8;
}

.top_line_2 {
	background: #F6F6F6 url('../site_files/static_images/top_left_shim_repeat.bmp');
	background-repeat:repeat-x;
}

.browser_message
{
	font: 15px Tahoma, Helvetica, Arial, Verdana, sans-serif; 
	font-weight: bold;
	color: #3B4B31;
	background-color: #A5FF86;
	padding: 10px;
	margin: 10px auto 10px auto;
	border: 1px solid #D7D6E7;
	text-align:right;
	position:relative;
	width:425px;
	background-image:url(../site_files/static_images/supported-browsers-icon.png) !important; background-repeat: no-repeat; background-position: -10px 5px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;  
	cursor: pointer;
	line-height:15px;
}

.browser_message:hover {
	background-color: #CBFFA8;
}

.new_login_message
{
	font-family:MuseoSans100;
	font-size: 17px; 
	color: #FFFFFF;
	background-color: #5B99B5;
	padding:15px 10px 15px 10px;
	margin: 60px auto 60px auto;
	border: 1px solid #5B99B5;
	border-radius: 5px;
	text-align:center;
	position:relative;
	width:425px;
	/* background-image:url(../site_files/static_images/white-new-128.png) !important; background-repeat: no-repeat; background-position: -12px -37px; */ */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;  
	cursor: pointer;
	line-height:15px;
}

.new_login_message:hover {
	background-color: #42BCF4;
	border: 1px solid #42BCF4;
}

.touch_button {
	border: 1px solid #D7D6E7;
	text-align:center;	
	background-color: #E8E8E8;
	cursor: pointer;
	color: #5C5C5C;
	font: 30px MuseoSans300; 
}

.touch_button:active {
	background: #A5FF86;
	border: 1px solid #D7D6E7;
	color: #457535;
}

.touchscreen_status {
	font: 20px MuseoSans100; 
	border: 1px solid #D7D6E7;
	text-align:center;
	vertical-align:center;
	background-color: #5C5C5C;
	color: #F0F0E8;
	line-height: 30px;
}

.touchscreen_status_go {
	background-color: #A5FF86;
	color: #3B4B31;
}

.touchscreen_status_stop {
	background-color: #AD0C0C;
}

.clock {
	vertical-align: top;
	color: #808080;
	font: 30px tahoma, Helvetica, Arial, Verdana, sans-serif; 
	text-align:center;
}

/* .login_field .x-form-field{
	font-family: MuseoSans100;
	font-size:15px;
	height:30px;
	background-image: none;
}
.login_field .x-form-item-label{
	font-family: MuseoSans100;
	font-size:15px;
	padding-top:5px;
}
.login_field .x-field-default-form-focus{
	border: solid 1px #000000;
} */

.login_field .x-form-item-label{
    font-size: 14px;
    font-family: OpenSans400;
    height: 30px;
    padding-top: 6px;
}

.login_field .x-form-text{
    font-size: 14px;
    font-family: OpenSans400;
    border-radius: 8px;
    height: 30px;
    padding-left: 10px;
}