
/* ### -- -- -- -- -- LinkUs -- -- -- -- -- ### */

.CodeView {
	width: 100%;
	height: 50px;
	border: 0px none transparent;
	background-color: transparent;
}

.CodeView:focus {
	width: 100%;
	border: 0px none transparent;
	background-color: transparent;
}


/* ### -- -- -- -- -- Message -- -- -- -- -- ### */

.message .NewMessageHeader {
	min-height: 15px !important;
	padding: 2px 5px !important;
	margin: 0px -15px 0px -15px !important;
}

.message .NewMessageBody {
	min-height: 15px !important;
	padding: 2px 5px !important;
	margin-left: -15px!important;
	margin-right: -15px!important;
}

.message .NewMessageFooter {
	min-height: 15px !important;
	padding: 2px 5px !important;
	margin: 0px -15px 0px -15px !important;
}

.messageInner .messageSubject {
	margin: -7px -15px 0px -15px;
	min-height: 15px;
	font-weight: bold;
}
