




/*
     FILE ARCHIVED ON 7:15:27 Nov 24, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 4:08:43 Sep 21, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
@font-face {
    font-family: 'wf_SegoeUI';
    src: url('/web/20131124071527/http://www.scroogled.com/Assets/Shared/fonts/West-European/Light/latest.eot');
    src: local('☺'), 
        local("Segoe UI"),
        local("Segoe"),
        local("Segoe WP"),
        url('/web/20131124071527/http://www.scroogled.com/Assets/Shared/fonts/West-European/Light/latest.woff') format('woff'), 
        url('/web/20131124071527/http://www.scroogled.com/Assets/Shared/fonts/West-European/Light/latest.ttf') format('truetype'), 
        url('/web/20131124071527/http://www.scroogled.com/Assets/Shared/fonts/West-European/Light/latest.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


::-webkit-input-placeholder {	font-family: 'wf_SegoeUI', sans-serif}
:-moz-placeholder {				font-family: 'wf_SegoeUI', sans-serif}
::-moz-placeholder {			font-family: 'wf_SegoeUI', sans-serif}
:-ms-input-placeholder {  		
	font-family: 'wf_SegoeUI', sans-serif; 
}

#spinner {
    top: 9px;
    left: 56px;
}

#inputText { 
	min-width:0 !important; 
	width:167px; 
	max-width:167px; 
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	font-size: .75em;
	color: #333333;
	border: 1px solid #acacac;
	border-radius: 2px;
	background: #ebebeb;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    padding: 4px 5px;
	font-family: 'wf_SegoeUI', sans-serif !important;
}
#inputText:focus {
	border-color: #096;
	outline: 0;
}
#placeholder {
    line-height: 25px;
	font-family: 'wf_SegoeUI', sans-serif !important;
	text-transform: uppercase;
	margin-left: 9px;
    font-size: .75em;
}	
#btnSubmit {
	background: #000000;
	border-radius: 0;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'wf_SegoeUI', sans-serif !important;
	font-size: .75em;
	padding: 5px 8px 6px 13px;
	-webkit-font-smoothing: antialiased;
}

#btnSubmit:hover {
    background: #808285;
}
