.SimpleSearch
	{
	margin : 16px 1%;
	padding : 1.5%;
	width : 94%;
/*
	display : flex;
	flex-direction : row;
*/
	background-color : #f0f0f0;
	}

.SimpleSearch input
	{
	margin-right : 1%;
	width : 96%;
	height : 30px;	
	
	padding-left: 10px;
	
	border-radius:5px;
	border: 1px solid #999999;
	}

.SimpleSearch img
	{
	cursor:pointer;
	}
	
.SimpleSearch .RadioButton 
	{
	width:5%;
	}