/* CSS Document */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    
    .hdrSearch {
	    font-size: 12px;
	    color: #666;
	    font-family: Calibri;
	    border: 2px solid #004c7f;
	    width: 90px;
    }		
}