#searchLeft{
	padding:0px 5px 5px 0px;
	width: 590px;
	height: 100%;
	float: left; 
}
#searchRight{
	width: 200px;
	height: 100%;
	float: left;
}

#searchLeft table{
	width: 100%;
}
#searchLeft h1{
	font-size: 1.5em;
	margin-bottom: 10px;
}
#searchLeft table td{
	text-align: center;
	font-size: 1.3em;
	padding: 2px;
}
#searchLeft table a
{
	font-size: 1em;
	color: #487ff0;
}
#searchLeft table tr#header{
	font-weight: bold;
	background: #eee;
}
#searchLeft table tr.grey{
	background: #eee;
}
#searchLeft table tr.white{
	background: #fff;
}
div#searchErrorMess{
	border: 1px solid #c5c5c5;
	padding: 10px;
	text-align: center;
	width: 560px;
	margin-bottom: 10px;
	height: 20px;
}
div#searchErrorMess p.error{
	font-size: 1.3em;
	color: red;
}
#searchErrorMess p.success{
	font-size: 1.3em;
	color: green;
}