﻿/*
Styles for Additional Services and Multiple Stores pages
*/

/* Table of Contents:

	1. Common Styles
	2. Form Styles

*/


/****************1. Common Styles********************/
.bottomCenter {
	text-align: center;
}
.btnAdditionalService {
	margin: 1.5em 0 0;
}


/****************2. Form Styles********************/
.formSet.interests {
	width: 300px;
}
.interestCheckbox {
	clear: both;
	float: left;
}
.interestCheckbox input[type="checkbox"] {
	clear: left;
	float: left;
	margin: .417em .417em 0;
}
.interestInfo {
	float: left;
	width: 240px;
}
.interestDescription {
	font-size: 12px;
	font-style: italic;
	line-height: 0;
}
.radioChoice {
	margin: 0 1em;
}