﻿.buttonSearch {
	font-size: 12px;
}

.unwatermarkedSearch {
	height:16px;
	width:150px;	
	border:1px solid gray;
}

.watermarkedSearch {
	height:16px;
	width:150px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
	font-size: 12px;
}

.modalBackgroundSearch {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.PanelSearch {
	width: 600px;	
}

.PanelSearchHeader {
	width:100%; 
	height: 20px; 
	background-repeat: repeat-x; 
	background-image: url(../Images/Design/bg_bar.gif); 
	padding-left: 5px; 
	padding-right: 5px; 
	font-weight: bold; 
	border: 1px solid #666666; 
	border-bottom: 0px;
}