/* classes */
.largetext {
	font-size:130%;
	font-weight:bold;
}

.floatleft {
	float: left;
}

.sectheadtext {
	font-weight:bold;
	position: relative;
}

.sectheadtext2 {
	font-size:150%;
	font-weight:bold;
}

.fortunetext {
	font-style:italic;
}

.headfoot{
	width:100%;
	text-align:center;
	background-color:#CCCCFF;
	padding:10px 0px 10px 0px;	/*top, right, bottom, left*/
	background-color:#CCCCFF;
}

.error_input2{
	color: red;
}

.error_input{
	font-size:150%;
	color: red;
}

/* form cell/rows */
.formrow{
	width:90%;
	position: relative;
	clear: right;
	clear: left;
	clear: bottom;
	clear: top;
	padding: 0px 0px 0px 20px;
	
}
.formcell1{
	float: left;
	width: 150px;
	padding: 0;
	padding-left: 1px;
}
.formcell2{
	float:left;
	padding:0px 10px 0px 10px;	/*top, right, bottom, left*/
	width:15px;
	max-width:15px;
}
.formcell3{
	float:left;
	width:300px;
}




