/* CSS Document */


#textbox1
{
	width: 430px;
	margin: 0;
	padding: 0 30px 0 20px;
	border-right: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	float: left;
}

#textbox1noborder
{
	width: 430px;
	margin: 0;
	padding: 0 30px 0 20px;
	border-right: 1px dotted white;
	border-left: 1px dotted #ccc;
	float: left;
}

#textbox2
{
	width: 200px;
	font-size: 10px;
	padding-left: 12px;
	margin: 0;
	float: right;
}


.emphasis p
{
	line-height: 1.8em;
}