#person, #weddings, #comment{
	font-size:1.3em;
	padding:10px;
	margin:5px;
}
label {
	width:90px;
	float:left;
	margin:15px 0 0 0;
	clear:both;
	color:#FA587E;
	display:block;
	height:1.1em;
}  
p span{
	color:#FF0000;
	font-size:1.7em;
}
p{
	text-align:right;
}
#wedding-date {
	padding:15px 0;
}
input, select, textarea {
	float:left;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #993399;
	border:1px solid #ccc;
	height: 1.5em;
	margin-top:15px;
}

legend{
	font-size: 1.1em;
	color:#993366;
	font-weight:bold;
}
textarea{
	height: 150px;
	width: 250px;
}
#otherDetails {
	padding: 20px 15px 15px;
	margin: 0px auto 20px;
	clear:both;
}
#buttons input{
	background-color:#333;
	font-size:1.6em;
	color:#FFCCFF;
	padding:2px;
}
#warn-box{
	padding:10px;
	border:1px dotted #CCC;
	font-size:1.1em;
}
#warn-box li{
	color:#f00;
}
fieldset{
	background-color:#FEF3FB;
}
#wedding-date{
	clear:both;
}
.hiddenFields{
	display:none;
}
.LV_invalid,
.LV_valid				{ display:block; font-weight:bold; font-size:0.9em; float:left; margin:15px 0 0 5px; }
.LV_invalid				{ color:#F00; }
.LV_valid				{ color:#00CC00; }
input.submit-button		{ display:block; clear:both; width:200px; margin-left:90px; }
