#loader {
    display:    block;
    position:   fixed;
    z-index:    999999;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, 9 ) /* .9 */
                url('../img/loader.gif') 
                50% 50% 
                no-repeat;
}


h4{
	font-size: 16px;
}

/* Start of Form Control Custom*/
.searchtext{
	height: 40px;
    font-size: 16px;
} 

input[type=text]:focus, textarea:focus, [type=password]:focus{
	background-color: #FFFFCC;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);	
}
/*End of Form Control Custom*/


/* set overflow modal class */
/*.modal { overflow: auto !important; }*/

