fieldset {
	margin: 0 !important;
	padding: 0 !important;
}

.form-ccoptin {
	color: [FONT_COLOR_REPLACE];
	font-family: [FONT_FAMILY_REPLACE];
	width: 100%;
	margin-bottom: 4px;
	display: inline-block;
}

img.ccmod-image {
	max-width: [MAX_IMAGE_WIDTH_REPLACE]px;
	margin-right: auto;
	margin-left: auto;
	[IMAGE_ALIGN_REPLACE];
}

div.ccmod-form-title {
	color: [FONT_COLOR_REPLACE];
	padding-bottom: 10px;
}

div.ccmod-description {
	color: [FONT_COLOR_REPLACE];
	padding-bottom: 10px;
}

p.ccmod-form-title {
	color: [FONT_COLOR_REPLACE];
}

p.ccmod-description {
	color: [FONT_COLOR_REPLACE];
}

.form-ccoptin-req {
	color: [FONT_COLOR_REPLACE];
	font-family: [FONT_FAMILY_REPLACE];
	font-size: 10px;
	font-style: italic;
	clear: both;
	padding-bottom: 6px;
}

.jform-lbl-style {
	color: [FONT_COLOR_REPLACE];
	font-size: [FONT_SIZE_REPLACE]px;
	font-family: [FONT_FAMILY_REPLACE];
	font-weight: [FONT_WEIGHT_REPLACE];
	width: 100% !important;
}

.ccmod-center {
	text-align: center;
}

.ccmod-left {
	text-align: left;
}

.ccmod-right {
	text-align: right;
}

.placeholder {
  color: #aaa;
}

#safeDiv {
	padding-top: 5px;
	text-align: center;
	font-size: 10px;
	color: [FONT_COLOR_REPLACE];
	clear: both;
}

#safeDiv a {
	color: [FONT_COLOR_REPLACE];
}

.ccmajix-spacer{
	height: 2px;
	width: 100%;
	clear: both;
}

.ccmajix-checkbox{
	margin-right:4px !important;
	float:left;
}

.ccmajix-checkbox-container{
	margin-left:auto;
	margin-right:auto;
	float:left;
}

.ccmajix-checkbox-label{
	font-family: [FONT_FAMILY_REPLACE];
	font-size: [FONT_SIZELESS2_REPLACE]px; 
	font-weight: normal;
	color: [FONT_COLOR_REPLACE];  
	width: [CSS_WIDTH_REPLACE];
	display: inline-block;
	margin-bottom: 0px;
	vertical-align: middle;
	padding-left: 5px;
}

.ccmajix-multiselect-list{
	font-family: [FONT_FAMILY_REPLACE];
	font-size: [FONT_SIZELESS2_REPLACE]px; 
	font-weight: normal;
	color: [FONT_COLOR_REPLACE];  
	width: [CSS_WIDTH_REPLACE];
}

.submit-align-outside{
	[BUTTON_ALIGN_REPLACE];
}

.submit-align-inside{
	[BUTTON_ALIGN_REPLACE];
	margin-right: 10px;
	margin-left: 10px;
}

.ccmajix_error {
	color: red;
}

.ccmajix-text-inline {
}