.rsm_message {
	margin-top: 20px;
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.rsm_message h3 {
	margin: 0 0 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #EEEEEE;
	font-size: 18px;
    line-height: 20px;
}

.rsm_header {
	width: 100%;
}

.rsm_header span {
	width: 100%; 
	text-align: right; 
	display: block;
}

#unsubscriber_email, #rsm_unsub_email {
	margin-bottom: 0;
}

#rsmail-lists input[type="checkbox"] {
	margin: 0;
}

.rsm_attachements {
	border-top: 1px solid #E9EAED;
    list-style: none outside none !important;
    margin-top: 15px !important;
    padding: 0 !important;
}

.rsm_attachements li {
	float: left;
	margin-right: 10px !important;
}

.rsm_attachements a, 
.rsm_attachements a:hover,
.rsm_attachements a:focus,
.rsm_attachements a:active {
    display: block;
    padding-left: 20px;
}

.rsmtable tr, .rsmtable td {
	border: none;
}

.rsmtable td, .rsmtable th {
    padding: 5px;
}

.rsmtable th {
    border-bottom: 1px solid #C8C8C8;
}

#rsmail-lists label,
#rsmail-mailing-lists label {
    display: inline;
    margin-left: 5px;
}

#rsmail-lists a,
#rsmail-mailing-lists a {
	text-decoration: none;
}

#rsmail-lists .accordion-inner strong,
#rsmail-mailing-lists .accordion-inner strong {
	text-align: center;
	display: block
}

.rsm-history-container {
	position: relative;
}

.rsm-message-loading {
	opacity: 0.4;
    filter: alpha(opacity=40);
}

.rsm-message-loader {
	position: absolute;
    right: 50%;
    top: 50%;
}

.rsm-unsubscribe-info {
	text-align: center; 
	font-weight: bold;
}