.MoxxieForm {
    font-size: 14px;
	margin: 0 -15px;
}

.MoxxieForm .row {
    margin: 0 0 15px 0;
}

.MoxxieForm .centered {
    text-align: center;
}

.MoxxiePanel {
	text-align:center;
}

.MoxxiePanelItem {
	display:inline-block;
	margin:6px;
}

.MoxxieForm .MoxxieFormItem {
	margin-bottom:15px;
}

.MoxxieForm .MoxxieFormItem h2, .MoxxieForm .MoxxieFormItem h3 {
	margin:0;
}

.MoxxieForm .MoxxieFormItemLabel, .MoxxiePanel .MoxxieFormItemLabel {
	font-weight:bold;
	padding:3px 0;
	line-height: 16px;
}

.MoxxieForm .MoxxieFormItemField {
	min-height:32px;
}

.MoxxieForm .twoCol {
	display:table;
	width:100%;
}

.MoxxieForm .twoCol > div {
	display:table-cell;
}

.MoxxieForm .MoxxieFormRequired {
	color:#ff0000;
	padding-left:6px;
}

.MoxxieForm input[type="text"], .MoxxieForm input[type="tel"], .MoxxieForm input[type="email"], .MoxxieForm input[type="url"]
, .MoxxieForm input[type="password"], .MoxxieForm select, .MoxxieForm textarea {
	padding:4px 9px;
	border-radius:3px;
	border:1px solid #bbb;
	font-size:12px;
}

.MoxxieForm .MoxxieFormItemField input[type="text"], .MoxxieForm .MoxxieFormItemField input[type="tel"], .MoxxieForm .MoxxieFormItemField input[type="email"]
, .MoxxieForm .MoxxieFormItemField input[type="url"], .MoxxieForm input[type="password"], .MoxxieForm .MoxxieFormItemField select, .MoxxieForm .MoxxieFormItemField textarea
, .MoxxieDataEntryTable input[type="text"], .MoxxieDataEntryTable input[type="password"], .MoxxieDataEntryTable select, .MoxxieDataEntryTable textarea {
	width:100%;
}

.MoxxieForm .MoxxieFormItemField input[type="text"], .MoxxieForm .MoxxieFormItemField input[type="tel"], .MoxxieForm .MoxxieFormItemField input[type="email"]
, .MoxxieForm .MoxxieFormItemField input[type="url"], .MoxxieForm input[type="password"], .MoxxieForm .MoxxieFormItemField select
, .MoxxieDataEntryTable input[type="text"], .MoxxieDataEntryTable input[type="password"], .MoxxieDataEntryTable select {
	height:32px;
}

.MoxxiePanelItem input[type="text"], .MoxxiePanelItem input[type="password"], .MoxxiePanelItem textarea, .MoxxiePanelItem select,
.FilterSortColumnItem select {
	padding:4px 9px;
	border-radius:3px;
	border:1px solid #bbb;
	font-size:12px;
}

.MoxxieForm .CheckBoxList {
	list-style:none;
	margin-left:0;
}

.MoxxieForm .CheckBoxList li {
	float:left;
	margin:10px 20px 0 0;
	white-space:nowrap;
}

.MoxxieForm input[type="checkbox"] {
	margin-right:5px;
}

.MoxxieForm .MembershipPlan {
	padding:10px;
	border-radius:3px;
	border:1px solid #bbb;
	margin-bottom:15px;
}

.MoxxieForm .MembershipPlan h4 {
	margin:0 0 10px;
	font-size:15px;
	font-weight:bold;
	color:#213c7c;
}

.MoxxieForm .MembershipPlan .PlanPrice {
	float:right !important;
	padding-left:10px !important;
}

.MoxxieForm .MembershipPlan .PlanPrice h4 {
	color:#639044 !important;
}

.MoxxieForm .MembershipPlan .PlanSpiff {
	text-align:center;
	font-size:11px;
	font-weight:bold;
}

/*.MoxxieForm .MembershipPlan .twoCol > div:first-child {
	padding: 5px;
}

.MoxxieForm .MembershipPlan .twoCol > div:last-child {
	padding-right:5px;
}

.MoxxieForm .MembershipPlan .MoxxieFormItemLabel {
	padding:0;
}*/

.MoxxieForm .IconButton {
	font-size:24px;
	color:#545454;
}

.MoxxieForm .IconButton i.selected {
	color:#00b4f1 !important;
}

.MoxxiePanelItem input[type="checkbox"] {
	margin: 9px 5px 10px 0 !important;
}

.MoxxieFormErrorMessage {
	color:#cc0000;
}

.MoxxieForm .MoxxieFormErrorMessage {
	float:right;
	color:#cc0000;
}

table.MemberApps {
    margin: 0 auto;
}

.PanelOptions {
    text-align: center;
    margin: 10px 0;
}

.PanelOptions label {
    margin: 0 5px;
}

.dnnEditState .DnnModule-MoxxieMembershipApp .StandardContainerHeader {
    display: none;
}

.MoxxieForm .AppFormCheck {
	display:none;
}