h1
{
	font-family:Verdana, "Trebuchet MS", Helvetica, sans-serif;
	font-size:smaller;
	font-weight: normal;
}

h2
{
	font-family:Verdana, "Trebuchet MS", Helvetica, sans-serif;
	font-size:smaller;
	font-weight: normal;
}

.needbold
{
	font-weight:bold;
}

.cvv_header
{
	font-family:Verdana, "Trebuchet MS", Helvetica, sans-serif;
	font-size:large;
	font-weight:bolder;
}

.cvv_text
{
	font-family:Verdana, "Trebuchet MS", Helvetica, sans-serif;
}

#logotext
{
	position: relative; /* this allows text to be hidden by graphic */
	height: 160px;
	width: 806px;
	left: 50%;  /* this stuff is for centering */
	margin-left: -403px;
	overflow: hidden;  /* this keeps text hidden if it grows due to user preferences*/
	background-color: #fff; /* so text can be read when images are turned off */
}

#navigation
{
	float: left;
	margin-top: 10px;
	margin-left: 21px;
	width:131px;
	height:313px;
	padding: 0px;
	list-style: none;
}

.bodyhead 
{
	font-weight:bold;
}

#bodytext
{
	margin-top: 10px;
	margin-left: 4px;
	width: 461px;
	font-family:Verdana, "Trebuchet MS", Helvetica, sans-serif;
	font-size:smaller;
	margin-bottom: 30px;
}

#copyrighttext
{
	font-size:60%;
	text-align:center;
	color:#666666;
	width: 461px;
	position:absolute;
	bottom: 10px;
}

#infoimg
{
	/* this is the email image whos html is encoded in the javascript*/
	border: 0;
	vertical-align:top;
}

#listimg
{
	/* this is the email image whos html is encoded in the javascript*/
	border: 0;
	vertical-align:middle;
}

#NoJava
{
	font-size:60%;
	color:#666666;
}

#inputForm
{
	border: 1px solid #ccc;
	padding: 10px 20px;
}

#inputForm legend
{
	font-size: 90%;
	color: #666;
	background: #eee;
	border: 1px solid #ccc;
	border-bottom-color: #999;
	border-right-color: #999;
	padding: 4px 8px;
}

.textline
{
	width: 320px;
}

.textline2
{
	width: 50px;
}

.textline3
{
	position: absolute;
	left: 80px;
	width: 100px;

}

.textline4
{
	width: 130px;
}

.textline5
{
	position: absolute;
	left: 150px;
	width: 50px;

}

input, textarea, select
{
	margin-top: 5px;
}

form p
{
	position: relative;
}

.custinfo_p
{
	margin-bottom: 1px;
	margin-top: 1px;
}

.both_ziplabel
{
	font-size:smaller;
	position: absolute;
	left: 80px;
	margin-bottom: 1px;
	margin-top: 3px;
}

.cc_cvvlabel
{
	font-size:smaller;
	position: absolute;
	left: 150px;
	margin-bottom: 1px;
	margin-top: 3px;
}

.feedback
{
	position: absolute;
	left: 170px;
	right: 0;
	color: red;
}

.feedback2
{
	font-size:smaller;
	position: absolute;
	left: 200px;
	right: 0;
	color: red;
	margin-bottom: 1px;
	margin-top: 3px;
}

.feedback4
{
	font-size:smaller;
	position: absolute;
	left: 220px;
	right: 0;
	color: red;
	margin-bottom: 1px;
	margin-top: 3px;
}

.feedback3
{
	font-size:smaller;
	position: absolute;
	left: 220px;
	right: 0;
	margin-top: 10px;
}

#feedbacktitle
{
	color: red;
}

#dateOfBirth
{
	margin-top: 5px;
	margin-right:0.5em;
}

#dayOfBirth
{
	margin-top: 5px;
	width: 40px;
	margin-right:0.5em;
}

#stateOfRes
{
	margin-top: 5px;
}

#yearOfBirth
{
	margin-top: 5px;
	width: 60px;
}

.custinfo_label
{
	font-size:smaller;
}

.noscriptimage
{
	float:right;
}

.custsection_label
{
	font-size:smaller;
	margin-bottom: 1px;
	margin-top: 15px;
}

/* for reasons unknown ,this isn't working as the book says it should*/
.hideThese
{
	color:red;
	text-indent: -5000px; /* this keeps the label hidden in the css world */
	width: 0;
	
}
