﻿#SearchPanel 
{
	float: left;
	width:280px;
	position:fixed;
	top: 10px;
	left:10px;
	background-color:#E3EEFB;
}

#ResultsPanel
{
	width:260px;
	float:left;
	overflow:auto;
	position:fixed;
	top: 200px;
	right:20px;
	left:20px;
	bottom:20px;
}

#PreviewPanel 
{
	margin-left:300px;
	min-height:800px;
	border:thin aqua dashed;
}

#frmPreview
{
	height:100%;
	width:100%;
	min-height:600px;
	display:block;
}

.SearchResultItem
{
	margin-bottom: 10px;
}

.SearchResultItem h2
{
	font-size:16px;
}

.SearchResultItem p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}