
	body{
	 background: url(images/bg-tile.jpg) top center repeat-x #000000;
	 margin: 0px;
	 padding: 0px;
	 font-family: arial, sans-serif;
	 font-size: 14px;
	 }
	 
	#logo{
	 margin: 15px 0px 0px 0px;
	 }
	 
	form{
	 display: inline;
	 }
	 
	.panel{
	 width: 273px;
	 margin-top: 20px;
	 border: 1px solid #959595;
	 background: url(images/content-box-tile.gif) repeat-x bottom left #171312;
	 }
	.panelpadding{
	 padding: 20px 15px 20px 20px;
	 text-align: left;
	 }
	#search{
	 width: 340px;
	 margin-top: 20px;
	 border: 1px solid #959595;
	 background: url(images/content-box-tile.gif) repeat-x bottom left #171312;
	 }
	#result{
	 width: 450px;
	 margin-top: 20px;
	 border: 1px solid #959595;
	 background: url(images/content-box-tile.gif) repeat-x bottom left #171312;
	 display: none;
	 }
	 
	.fullpanel{
	 width: 750px;
	 height: 475px;
	 margin-top: 27px;
	 border: 1px solid #959595;
	 background: url(images/fullpanel-bg.gif) repeat-x bottom left #171312;
	 overflow: auto;
	 }
	.fullpanelpadding{
	 padding: 20px 20px 20px 20px;
	 line-height: 1.4em;
	 text-align: left;
	 }
	 
	li{
	 line-height: 1.4em;
	 padding: 0px;
	 margin: 0px;
	 }
	
	ul{
	 line-height: 1.4em;
	 padding: 0px;
	 margin: 15px;
	 }
	 
	h1{
	 display: inline;
	 font-size: 16px;
	 line-height: 1.5em;
	 }
	h2{
	 display: inline;
	 font-size: 14px;
	 line-height: 1.5em;
	 }
	 
	input, select{
	 font-size: 12px;
	 }
	 
	td{
	 font-size: 12px;
	 color: #FFFFFF;
	 }
	 
	.red{
	 color: #ff2020;
	 font-style: italic;
	 }
	 
	.list{
	 line-height: 1.6em;
	 }
	 
	#footer{
	 margin-top: 10px;
	 color: #a6a6a6;
	 }
	 
	#country{
	 position: absolute;
	 left: 50%;
	 top: 90px;
	 margin-left: -374px;
	 width: 251px;
	 text-align: right;
	 font-size: 18px;
	 color: #8a8a8a;
	 font-family: arial, sans-serif;
	 font-weight: bold;
	 }
	 
	a:link{color: #ff1818;}
	a:visited{color: #ff1818;}
	a:focus{color: #ff1818;}
	a:hover{color: #ff1818;}
	a:active{color: #ff1818;}