	*{
			line-height: 1.5em;			
		}
body {
			font-family: Verdana,Tahoma,sans-serif;
			background: none repeat scroll 0 0 #E5D7B2;
		}
		body, body table {
			font-size: 11px;
			
		}
           #groupbox,
            #sitelegal {
                width: 430px;
                margin: 0 auto;
            }
            #feedbackLoginFailure,
            #feedbackExpiredSession,
            #forMonitoring,
            #forgetPasswordLink {
               display: none;
            }
            #LOGINFORM {
                padding-bottom: 1em;
            }
            #LOGINFORM label {
                float: left;
                width: 75px;
				line-height: 2.5em;
            }
            #LOGINFORM div.field {
                padding: 2px;
            }
            #USER,
            #PASSWORD {
                box-sizing: border-box;
            }           
            #login-button {
                width: 120px;
            }
            #sitetxt {               
                padding-top: 0.5em;
            }
			label {
				font-weight: bold;
				margin-right: 10px;
				padding-left: 20px;
			}
			h1.appHeaderApplication {
				color: #FFFFFF;
				display: inline;
				font-family: Arial,sans-serif;
				font-size: 20px;
				font-weight: normal;
				margin: 0;
				padding: 0;
				white-space: nowrap;
				vertical-align:middle;
			}
			img {
				border: 0 none;
				background-color: #000;
				filter: alpha(opacity=80);
				opacity: 0.5; 
				vertical-align:middle;
			}
			ul.appMenu {
				height: 22px;
				list-style-type: none;
				margin: 0;
				padding: 0;
			}			
			ul.appMenu li {
				color: #FFFFFF;
				cursor: default;
				float: left;
				font-family: Verdana,sans-serif;
				font-size: 11px;
				font-weight: bold;
				margin-top: 1px;
				padding: 3px 7px 4px;
				white-space: nowrap;
			}
			ul.appMenu li a, ul.appMenu ul li a {
				cursor: pointer;
				display: block;
				text-decoration: none;
			}		
			ul.appMenu li a:hover{				    
					background: url("images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") repeat-x scroll 50% 50% #5C9CCC;
					border: 1px solid #4297D7;
					color: #FFFFFF;					
					margin : -4px -7px -4px;
					padding : 4px 7px 4px;										
			}
		   input[type="text"], input[type="password"], input[type="submit"], input[type="button"], input[type="reset"] {
				-moz-border-bottom-colors: none;
				-moz-border-image: none;
				-moz-border-left-colors: none;
				-moz-border-right-colors: none;
				-moz-border-top-colors: none;
				background-image: url("../images/forms/input_shadow.png");
				background-repeat: no-repeat;
				border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
				border-style: solid;
				border-width: 1px;
				font: 1em Arial,Helvetica,Verdana,sans-serif;
				padding: 5px 1px;			
		}
		#USER, #PASSWORD{
				width:180px;
		}
		.urllink{
			color:blue;
			text-decoration: underline;
		}
		.SectionHead{
				font-weight: normal;
				line-height: 125%;
				margin: 0.7em 0 0.6em !important;
				color: #2E6E9E !important; 
				font-size: 1.8em !important;				
			}
		.labelSM {
			float: left;
			line-height: 2.5em;
			width: 75px;
			font-weight:bold;
			width: 140px;
		}