﻿#contentwrapper
{
	font: 10pt Verdana, Tahoma, arial,sans-serif;
	margin-left: 200px;
}

#previewtext
{
	width: 80%;
	margin: 0px auto;
	background-color: rgb(230,230,230);
}

.captchabox
{
	margin-top: 6px;
	background-color: rgb(230,230,230);
	padding: 3px 3px 3px 3px;
	display: block;
}

.headertextA
{
	font-weight: bold;
	font-size:120%;
	margin-bottom: 22px;
}

.section
{
	margin: 16px 0px 6px 0px;
}

.namebox
{
	width: 300px;
}

.recipientbox
{
	width: 350px;
}

.enterMoreText
{
	width: 80%;
	height:150px;
	margin: 0px auto;
	display:block;
}



.bluebutton
{
	display:block;
	background-image: url(../images/button-bg.png);
	background-position: top left;
	width: 194px;
	height: 69px;
	color: White;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-left: 50px;
	line-height: 65px;
}

.errorpanel
{
	color: rgb(150, 10, 10);
	background-color: rgb(220,220,220);
}

.floatclear
{
	font-size: 1px;
	line-height: 0px;
	height: 0px;
	clear: both;
}

.borderthinsolid
{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(30, 30, 30);
	padding: 2px 2px 2px 2px;
}


.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
	font-size: 90%;
}

.underline
{
	text-decoration: underline;
}

.horizontalcenter
{
	margin: 0px auto;
	text-align:center;
}
