/* CSS Document */

/* html tag overides */

html 		{ font-size:100.01%;margin:0;padding:0;border:none; }
body 		{font-size:.9em;margin:0;padding:0;border:none;background:#fff;font-family:Tahoma;}

h1			{font-size:1.2;font-family:Tahoma;color:#c42129;padding:.5em .5em 1em 1em;margin:0;font-weight:500;font-stretch:ultra-condensed;}
h2			{font-size:1;font-family:Tahoma;color:#c42129;padding:.4em .5em 0em 2em;margin:0;font-weight:500;font-stretch:ultra-condensed;}
h3			{font-size:1.1em;font-family:Tahoma;color:#5b4939;padding:1em 0 .3em .8em;margin:0;font-weight:500;font-stretch:ultra-condensed;}


#container		{width:622px;position:center;margin: 0 auto;padding:0;}
#header			{width:622px;height:237px;position:center;margin: 0 auto;padding:0;background:url('images/postcode-header.png') top no-repeat;margin-top:60px;}
#pContainer		{width:622px;height:93px;position:center;margin: 0 auto;padding:0;background:url('images/postcode-container.png') top no-repeat;}
#footer			{width:622px;height:159px;position:center;margin: 0 auto;padding:0;background:url('images/postcode-footer.png') top no-repeat;}
#logo			{width:622px;height:112px;position:center;margin: 0 auto;padding:0;background:url('images/postcode-logo.png') top no-repeat;}

#footer p		{font-size:.9em;color:#fff;text-align:center;padding:120px 0 0 0;margin:0;}
#footer a		{text-decoration:none;color:#000000;}
#footer a:link 	{text-decoration:none;}
#footer a:visited 	{text-decoration:none;}
#footer a:active {text-decoration:none;}
#footer a:hover	{text-decoration:none;color:#c42129;}

/* postcode button css */


/* postcode input css */
.postcodeContainer		{width:169px;height:93px;position:absolute;padding-left:200px;margin:0;}


input.formInputText   {font-size:4em;color:#fff;background-color:transparent;padding:2px;border:transparent;height:60px;font-family:"Courier New", Courier, mono;font-stretch:extra-expanded;text-align:left;}
input.formInputButton   {width:45px;height:27px;float:right;border:transparent;}
input.formInputButton:hover   {background-image: url('images/submit-h.png');}
input.formInputButton:active   {background-image: url('images/submit.png');}

.x-form-field {position:fixed;position:expression("absolute");} /* postcode input css */

