#Brochure
{
	position:relative;
	height:100%;
}

#Brochure .BrochureSmall
{
	position:relative;
	float:left;
	width:25%;
	height:355px;
	overflow:hidden;
	margin-right:8%;
}

#Brochure .BrochureSmall .Title
{
	height:50px
}

#Brochure .BrochureSmall .Title h4
{
	line-height:1em;
	margin:0em 0em 1em 0em;
}

#Brochure .Date
{
	font-size:1.1em;
	font-weight:bold;
	border-bottom:1px solid #4b4b4b;	
	height:25px;
}

#Brochure .BrochureSmall .Description
{
	padding-top:1em;
	font-weight:bold;
}

#Brochure .BrochureSmall img
{
	padding:3px;
	border:1px solid #ededed;
}

#Brochure .BrochureMain .Description
{
	margin:1em 0 1em 0;
	
}

#BeyondResolution form
{
	position:relative;
	height:100%;
	width:90%;
	height:120px;
	padding:2em;
	background-color:#f5fce1;
}
#BeyondResolution form input
{
	border:1px solid #a5acb2;
	width:200px;
}
#BeyondResolution form .SubmitButton
{
	width:54px;
	height:21px;
	padding:0;
	margin:0;
	border:0;	
	background-image:url(../images/btn_send.gif)
}

#BeyondResolution .Selected
{
	width:200px;
	border:1px solid #b6ed1e;
}
#BeyondResolution .TextBoxError
{
	border:1px solid red;
}

#BeyondResolution .Row
{
	position:relative;
	float:left;
	clear:both;
	margin:5px 0 0 0;
	width:100%;
}

#BeyondResolution .left
{
	float:left;
	width:30%;
	text-align:right;
}
#BeyondResolution .right
{
	float:right;
	width:65%;
}


