#holidayform {
	/*border: 1px solid;*/
}

/* input element styles */
input, textarea {
	border: 1px solid #aaa;
}

input[type="text"] {
	padding-left: 5px;
	margin-bottom: 5px;
}

input[type="radio"] {
	/*float: left;*/
}

/* submit button */
input[type="submit"] {
	font-style: italic;
	/*background-color: #E7BF3B;
	color: #fff;*/
}

select {
	margin-left: 10px;
}


/* set the height for style labels/images */
.styleoption {
	height: 275px;
}

.fontoption {
	height: 50px;
}

fieldset {
	border: none;
}

/* group of radio buttons for style and font */
fieldset.radiogroup {
	margin-top: 10px;
	float: left;
}

fieldset.radiogroup label {
	display: block;
	float: left;
	text-align: center;
	padding: 10px;

}

/* set label formatting to match "p" formatting */
fieldset.textgroup > label, fieldset.radiogroup > label {
	font-size: 70%;
	line-height: 135%;
	margin: 0;
	padding-left: 10px;
}

fieldset.textgroup > label {
	/*float: left;*/
	height: 20px;
	width: 100px;
	float: left;
}

fieldset#return_address {
	/*margin-top: 10px;
	margin-left: 1em;*/
	text-align: right;
	padding-left: 0;
}

fieldset#return_address {
	margin-right: -10px;
}

fieldset#shippinginfo {
	text-align: right;
}

fieldset#greeting {
	text-align: right;
}


/* generic styles */
.clear {
	clear: both;
}
.center {
	text-align: center;
}

