@CHARSET "UTF-8";

#logonForm {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -94px;
	margin-top: -40px;
	padding: 5px;
	width: 177px;
	font-size: 12px;
	font-weight: bold;
	background-color: gray;
	border-radius: 5px;
}

.input {
	margin-bottom: 5px;
	width: 175px;
	min-width: 175px;
	max-width: 175px;
	text-align: center;
	border: 1px solid #ffffff;
}

.input:hover {
	border-color: #6633CC;
}

.submit {
	-moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background-color: #f5f5f5 !important;
    background-image: linear-gradient(to bottom, #fff, #e6e6e6) !important;
    background-repeat: repeat-x !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #b3b3b3 !important;
    border-image: none !important;
    border-radius: 4px !important;
    border-style: solid !important;
    border-width: 1px !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    color: #333 !important;
    cursor: pointer !important;
    display: block !important;
    font-size: 12px !important;
    line-height: 20px !important;
    margin-bottom: 0 !important;
    text-align: center !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) !important;
    vertical-align: middle !important;
    font-size: 12px !important;
    line-height: 14px !important;
    font-weight: normal !important;
    margin: 2px 5px 2px 0 !important;
    overflow: hidden !important;
    float: left !important;
    padding: 6px 7px 7px 8px !important;
	width: 177px;
}

.submit_bak {
	width: 175px;
	min-width: 175px;
	max-width: 175px;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #616161;
	border-radius: 3px;
	background-color: #717171;
}

.submit:hover {
	background-color: #0045cc !important;
	background-image: linear-gradient(to bottom, #08c, #04c) !important;
	background-repeat: repeat-x !important;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
}

#loginFooter {
	
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	
	
}
#footerAppName {
	
	float: right;
	
}
#footerAppVersion {
	margin-left: 5px;
	margin-right: 10px;
	float: right;
	
}