body, td, button, input, textarea {
	font-family: arial, verdana, sans-serif; 
	font-size: 11px;
} 
 
select, option {
	font-family: arial, verdana, sans-serif; 
	font-size: 11px;
}
 
a {
	text-decoration: none;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #336699;	 
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.width100persent
{
	width: 100%;
}

.width98persent
{
	width: 98%;
}

.width95persent
{
	width: 95%;
}

.width225
{
	width: 225px;
}
.width200
{
	width: 200px;
}
.width190
{
	width: 190px;
}
.width170
{
	width: 170px;
}
.width150
{
	width: 150px;
}

/*
border color from x-panel border-color
background from ul.x-tab-strip-top background
*/
input.btn 
{
    border: solid 1px #99bbe8;
    background-color: #cedff5;
}


#placeAddrSearch {
	margin-top: 0;
	margin-left: 0px;
	position: relative;
	background-color: white;
	border: solid 1px #C8C8C8;
}

.textinput.placeAddrSearch  { color: #A8B2AC; }


#placeAddrSearch input#searchInput {
	margin: 0;
	border-width: 0;
	padding: 2px;
	font-size: 12px;
	width: 72%;
	background-color: transparent;
}
#placeAddrSearch input#searchInput2 {
	margin: 1;
	border-width: 0;
	padding: 1px;
	font-size: 12px;
	width: 72%;
	background-color: transparent;
}
/* OVERRIDDEN BY COMPLIANT BROWSERS */
#placeAddrSearch button#searchButton {
	margin: 0;
	padding: 2px;
	width: 12%;
	border: none;
	cursor: pointer;
	background-color: transparent;
	background-image: url(images/search-field-bg.png);
	background-position: center right;
	background-repeat: no-repeat;
}
#placeAddrSearch button#finnbutton {
	margin: 0px;
	padding: 2px;       
	width: 19px;
	height:19px;
	border: none;
       /* border: solid 1px #B7BDBF;*/
	cursor: pointer;
	background-color: transparent;
	background-image: url(images/search-field-bg.png);
	background-position: center;
	background-repeat: no-repeat;
}
#placeAddrSearch button#virtualKeyboardButton {
	margin: 0;
	padding: 2px;
	width: 12%;
	border: none;
	cursor: pointer;
	background-color: transparent;
	background-image: url(images/virtualKeyboard-simplesearch.gif);
	background-position: center right;
	background-repeat: no-repeat;
}
#placeAddrSearch button#virtualKeyboardButton_samisk {
	margin: 0;
	padding: 2px;
	width: 12%;
	border: none;
	cursor: pointer;
	background-color: transparent;
	background-image: url(images/virtualKeyboard_samisk-simplesearch.gif);
	background-position: center right;
	background-repeat: no-repeat;
}
/* IGNORED BY IE6 */
#placeAddrSearch > button#searchButton {
	height: 100%;
}

