hand {
	font-family: 'Cinzel Decorative', cursive;
	font-size:16px;
	line-height: 20px;
}

.contentheader {
	font-family: 'Cinzel Decorative', cursive;
	font-size:20px;
	line-height: 30px;
	color:#900;
}

.container {
	background:url(http://www.aaweddingcars.com/redesign/images/spacers/white.png);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.contentintro {
	text-align: center;
	font-family: 'Tangerine', cursive;
	font-size: 34px;
	color:#999
}
.contentbody {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 15px;
	text-align: left;
	line-height: 20px;
	}

A.class1 {color:red;}
A.class1:link  {text-decoration: none; color:#666;}
A.class1:visited {text-decoration: none; color:#999;}
A.class1:hover {text-decoration: none; color:#CCC;}
A.class1:active {text-decoration: none; color:#333;}.caption {
	font-size: 10px;
}

.formstyle {
	width:400px;
	border: 1px solid #000;
	height: 25px;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

textarea {
	width:400px;
	border: 1px solid #000;
	height: 250px;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}