@charset "UTF-8";
/* CSS Document */

.input-text {
border:3px double #999999;	
color:#000;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:16px;
margin-left:5px;
padding-left:10px;
width:250px;}

.input-submit 
{
background-color:#333;
border:3px double #999999;	
color:#fff;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:14px;
margin-left:5px;
padding-left:10px;
width:95px;}

#country {
border:3px double #999999;	
color:#000;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:16px;
margin-left:5px;
padding-left:10px;
width:270px;}

h1 {display:none;}
.img_left {float:left; border:none;}


/* Scrolling Number - also see 'scrolling.div.js' */
 #scrolldiv   {position:absolute; width:250px;height:50px;left:0px;top:0px; padding:16px;background: none; border:none;  background-image:url(../../i/number.png); background-repeat:no-repeat;  z-index: 9999;}