
        	html{
			  height:100%;
			}
			
			body{ 
			  font: 62.5% Arial,sans-serif; 
			  margin: 0px;
			  padding: 0px;
			  height : 100%;
			  background-color:#f1f0f0;
			}
			
			.loadingIndicator{
				position: absolute;
			}
       
       		.floatRemover{
       			min-height: 0px;
       			line-height: 0px;
       			height : 0px;
       			clear: both;
       		}
       		
			.newtr_prompt{
				height:30px;
			}
			.newtr_prompt_text{
				margin:7px 0 0 10px;
			}
			.newtr_prompt_text img{
				float:right;
				margin-right:10px;
				cursor:pointer;
				*margin-top:-12px;
			}
			/*
			input:focus{
				background:yellow;
			}
			*/
			/*
			input[type='text']:focus,input[type='password']:focus,input[type='file']:focus{
				background:yellow;
			}
			form input:focus,form select:focus{
				background:yellow;
			}
			
			select:focus{
				background:yellow;
			}
			*/
			/*
			.input_focus{
				background:yellow;
			}*/
			.input_error{
				border:2px red solid;
			}