/*styles searchbox*/
body {
	margin-left: 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
}
.tbl{
	background-image: url(bg.gif);
	width:500px;
	height:400px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

.wrapper{
	padding-top: 40px;	
}

.radiobtn{
color:#333333;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
line-height:2.5em;
margin-left:25px;
text-align:left;
}

.text{
	position:relative;
	top:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:15px;
	text-align:center;
	font-weight: bold;
}

.dropdown{
float:left;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
margin-left:25px;
margin-top:20px;
padding-left:0;
text-align:left;
}

.dropdown_country{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color: #000000;	
	padding-top: 5px;	
	padding-left:0px;
	width:150px;
}

/*seo links*/

a.textlink:link {text-decoration: underline; color: #03b6e8;}
a.textlink:visited {text-decoration: underline; color:#03b6e8;}
a.textlink:active {text-decoration: underline; color:#03b6e8;}
a.textlink:hover {text-decoration: underline; color: blue;}


a.squarebutton{

background: transparent url('square-blue-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('square-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
	
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */ 
margin-top:10px;
width:100%;
}

.button1{
margin-left:25px;
}
.button2{
margin-left:125px;
}
