.uniForm #unsubscribe {
	float: left;
	background: red;
	color: white;
}
.uniForm #unsubscribe:hover {
	background: black;
}

.ml-sub-filter {
	text-align: left;
	background-color: #fff;
	color: #000;
	padding: 10px 10px 0;
	border: 1px solid #6e94b7;
	margin: 0 0 10px;
}
.ml-sub-filter h2 {
	margin-top: 0;
	padding: 0 0 5px;
	border-bottom: 1px dotted #000;
}
.ml-sub-filter fieldset {
	margin: 0 0 10px;
	padding: 0;
	border: 0;
}
.ml-sub-filter .cntrl {
	margin-bottom: 10px;
	width: 49%;
	float: left;
}
.ml-sub-filter 	.contains {
	width: 85%;
}
.ml-sub-filter label.field {
	display: block;
	font-weight: bold;
}
.ml-sub-filter .radio {
	margin: 3px 0;
}
.ml-sub-filter fieldset.submit {
	border-top: 1px dotted #000;
	padding-top: 5px;
}
.ml-sub-filter fieldset.submit .note {
	float: left;
	width: 50%;
	margin: 0 0 5px 5px;
}
.ml-sub-filter .action1 {
	float: right;
}
.ml-sub-filter a.action2 {
	display: block;
	padding: 5px;
	margin: 0 10px;
	float: right;
}

.ml-sub-link {
	text-align: left;
	margin-bottom: 10px;
	font-size: 10pt;
}

.ml-attach-box {
	position: relative;
	padding-top: 40px;
	text-align: left;
	width: 330px;
}
.ml-attach-box .uploadify {
	position: absolute;
	left: 0;
	top: 0;
	margin-bottom: 1em;
}
.ml-attach-box .uploadify-button {
	background-color: #505050;
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 2px solid #808080;
	color: #FFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	width: 100%;
}
.ml-attach-box .uploadify:hover .uploadify-button {
	background-color: #606060;
	background-position: center bottom;
}
.ml-attach-box .uploadify-button.disabled {
	background-color: #D0D0D0;
	color: #808080;
}
.ml-attach-box .uploadify-queue {
	width: 100%;
	height: 162px;
	overflow: auto;
}
.ml-attach-box .uploadify-queue-item {
	background-color: #F5F5F5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 11px Verdana, Geneva, sans-serif;
	margin-top: 5px;
	max-width: 350px;
	padding: 10px;
}
.ml-attach-box .uploadify-error {
	background-color: #FDE5DD !important;
}
.ml-attach-box .uploadify-queue-item .cancel a {
	background: url('../img/uploadify-cancel.png') 0 0 no-repeat;
	float: right;
	height:	16px;
	text-indent: -9999px;
	width: 16px;
}
.ml-attach-box .uploadify-queue-item.completed {
	background-color: #E5E5E5;
}
.ml-attach-box .uploadify-progress {
	background-color: #E5E5E5;
	margin-top: 10px;
	width: 100%;
}
.ml-attach-box .uploadify-progress-bar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
}
.ml-attach-box .attach-limit {
	position: absolute;
	display: block;
	left: 135px;
	top: 10px;
}

.ml-msg-submit {
	float: left;
	position: relative;
	padding-left: 80px;
	width: 320px;
	text-align: left;
	margin-top: 2px;
}
.ml-msg-submit > label {
	position: absolute;
	top: 2px;
	left: 0;
	font-weight: bold;
}
.ml-msg-submit ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.ml-msg-submit ul li {
	margin-bottom: 4px;
	padding: 0 2px 2px;
	vertical-align: middle;
}
.ml-msg-submit .highlight {
	background: #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.ml-msg-confirm {
	position: relative;
	text-align: center;
	padding: 20px 0 60px;
	font-size: 14pt;
	border-bottom: 1px dotted black;
	margin-bottom: 20px;
}
.ml-msg-confirm form .yes,
.ml-msg-confirm form .no {
	cursor: pointer;
	display: block;
	width: 100px;
	font-size: 16pt;
	font-weight: bold;
	border: 1px solid black;
	text-align: center;
	padding: 0;
	position: absolute;
	bottom: 15px;
	text-decoration: none;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.ml-msg-confirm form .yes:hover,
.ml-msg-confirm form .no:hover {
	background-color: blue;
}
.ml-msg-confirm form .yes {
	right: 150px;
	background-color: green;
}
.ml-msg-confirm form .no {
	left: 150px;
	background-color: red;
}

.ml-msg-review {
	text-align: left;
	font-size: 12pt;
}
.ml-msg-review .row {
	clear: both;
}
.ml-msg-review .row .half {
	float: left;
	width: 170px;
	margin-right: 20px;
}
.ml-msg-review .field {
	position: relative;
	padding-left: 145px;
	margin-bottom: 20px;
}
.ml-msg-review .field label {
	position: absolute;
	font-weight: bold;
	top: 0;
	left: 0;
	display: block;
	text-align: right;
	width: 135px;
}
.ml-msg-review .field ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.ml-msg-review .field li {
	margin-bottom: 5px;
}
.ml-msg-review .body {
	max-width: 550px;
	max-height: 300px;
	overflow: auto;
}

.ml-msg-review-form {
	clear: both;
}
.ml-msg-review-form form {
	text-align: right;
}

.ml-group-select {
	padding: 4px 8px;
	text-align: right;
	border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
}
.ml-group-select .selectors {
	float: left;
	padding-top: 4px;
}
.mlgs-top {
	border-top: 0;	
}
.mlgs-bottom {
	border-bottom: 0;	
}

.ml-grouping {
	margin-bottom: 10px;
	width: 49%;
}
.ml-grouping h2 {
	font-size: 14pt;
	margin-top: 0;
}
.ml-grouping ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.ml-grouping ul li {
	padding: 2px 15px;
}

.ml-grouping-add {
	float: left;
}
.ml-grouping-add h2 {
	color: green;
}
.ml-grouping-rem {
	float: right;
}
.ml-grouping-rem h2 {
	color: red;
}
.ml-grouping-submit {
	clear: both;
	text-align: right;
	border-top: 1px dotted gray;
	padding-top: 5px;
}
