#eCommForm
{
	margin: 0 auto;
	text-align:left;
	width:700px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
}
input.text
{
	width:214px;
}
input.amount
{
	width:64px;
}
input.cvv2
{
	width:31px;
}
textarea.address
{
	width:214px;
	height:40px;
}
textarea.comments
{
	width:321px;
	height:80px;
}
fieldset
{
	display:block;
	margin:0px 0px 21px 0px;
	padding:10px;
	width:100%;
	border:1px solid #000;
}

#formTitle
{
	font-size:24px;
	font-weight:bold;
	letter-spacing:3px;
}
#tellAFriend
{
	float:right;
	padding:3px;
	background-color:#dcc231;
}

#tell_a_friend
{
	height:60px;
}

.block_labels label
{
	display:block;
}
.left_labels label
{
	display: block;
	float: left;
	width: 130px;
}

.required
{
	font-size:12px;
	font-weight:bold;
}
legend
{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:18px;
	font-weight:bold;
	letter-spacing:1px;
	border:1px solid #000;
	padding:1px 5px;
	margin:0 0 10px 0;
}
.dollar
{
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:0px 1px 0px -9px;
}

a.reset
{
	color:#000;
	float:right;
	margin:4px 0 0 0;
}

/* container for the captcha divs */
#captchaContainer
{
	background-color:#f7f7f7;
	width:200px;
	border:1px solid #ccc;
	text-align:left;
	padding:10px 10px 10px 10px;
}
/* sets margin of all divs within captcha container */
#captchaContainer div
{
	margin:5px 0 10px 0;
}
/* style for text instructions div */
#etapCaptchaInstructions
{
	color:#000000;
	display: block;
	font-size:1em;
	line-height:1.4em;
}
/* original captcha text hidden */
#etapCaptchaChallenge  
{
	display:none;
}
/* text input for the captcha module */
#etapCaptchaInput
{
	display:inline;
}

#submitAndReset
{
	margin:10px 0 10px 0;
}
#thawte
{
	margin:10px 0 10px 0;
}

