﻿body
{
}

.msg
{
	margin: 6px;
	border-style : solid;
	border-width : 1px;
	border-color : #B0B0B0;
}

.msgSubject
{
	font-style: oblique;
	font-weight: bold;
	float: left;
}

.msgText
{
	padding-top: 5px;
	padding-bottom: 5px;
	clear: left;
}

.msgReplyImg
{
	border: none;
	float: left;
}

.msgButtons
{
	text-align: right;
	margin-right : 50px;
}

.msgFooter
{
	font-style: oblique;
	font-size: small;
}

.inputSubject
{
	border-color: #F0F0F0;
	width: 380px;
	border-style : solid;
}

.inputMessageText
{
	border-color: #F0F0F0;
	width: 380px;
	border-style : solid;
}