﻿/* Text Box with Different Border: */

.BrochureLeft
{
	width:115px;
	float:left;
}


.BrochureLeft li
{
	height:25px;
	text-align:left;
	list-style-type:none;
	margin-left:15px;
}

.BrochureRight li select 
{
	border:solid 1px gray;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;

}

.BrochureRight li input 
{
	border:solid 1px gray;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;
}


.BrochureRight .radio
{
	border:0px !important;
}

.BrochureRight
{
	width:310px;
	float:right;
	margin-left:10px;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;
}

.BrochureRight li
{
	height:25px;
	list-style-type:none;
}

#primaryContent p
	{
		width: 418px;
		padding: 10px;
		line-height: 15px;
		margin-bottom: 10px;
		color:#666;
	}