﻿BODY {
	FONT-FAMILY: Arial, Verdana, sans-serif;
	FONT-SIZE: 11px;
	COLOR: #49483D;
	BACKGROUND-COLOR:#FFFFFF;
}
.search_text {
	font-family: arial;
	font-size: 11px;
	color: #636363;
	text-decoration: none;
}
.frm {
	font-family: arial;
	font-size: 10px;
	color: #636363;
	text-decoration: none;
}
.bi_green {
	font-family: arial;
	font-size: 17px;
	color: #6B9000;
	text-decoration: none;
}
.big_grey {
	font-family: arial;
	font-size: 16px;
	color: #585858;
	text-decoration: none;
}
.black_text {
	font-family: arial;
	font-size: 10px;
	color: #2F2F2F;
	text-decoration: none;
}
.grey_text {

	font-family: arial;
	font-size: 10px;
	color: #757575;
	text-decoration: none;
}
.more {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #78A100;
	text-decoration: none;
}
.copyright {
	font-family: arial;
	font-size: 10px;
	color: #A7A7A7;
	text-decoration: none;
}
.polis {
	font-family: arial;
	font-size: 11px;
	color: #A7A7A7;
	text-decoration: underline;
}
.links {
	font-family: arial;
	font-size: 10px;
	color: #A5A5A5;
	text-decoration: underline;
}
.links2 {

	font-family: arial;
	font-size: 10px;
	color: #686868;
	text-decoration: underline;
}
.green_text {


	font-family: arial;
	font-size: 10px;
	color: #679600;
	text-decoration: none;
}

#searchwrapper {
width:250px; /*follow your image's size*/
height:22px;/*follow your image's size*/
background-image:url(images/searchbox.jpg);
background-repeat:no-repeat; /*important*/
padding:3px;
margin:0px;
position:relative; /*important*/
}
 
#searchwrapper form { display:inline ; }
 
.searchbox {
	border:0px; /*important*/
	background-color:transparent; /*important*/
	width:225px;
	height:18px;
	font-weight: bold;
	color: #FFFFFF;
}

.searchbox_submit {
	border:0px; /*important*/
	background-color:transparent; /*important*/
	width:32px;
	height:28px;
	cursor:pointer;
	position:absolute;
	left:209px;
	top: -4px;
}
