.mf-input {
	padding:5px;
	width:100%;
}

.mf-label { color:red; display:none; }

#mf-message 
{
	width:100%;
	height:100px;
}

.mf-button
{
	width:150px;
	height:35px;
}

.modalform
{
	left:10%;
	position:relative;
	width:80%;
	font-family:"Arial";
	font-weight:bold;
	font-size:16px;
}

#span-modalform
{
	border:solid 1px black;
	background-color:#f7fffc;
	padding:5px;
	color:black;
}

.btn-modalform
{
	text-decoration:none;
	color:black;
	font-weight:bold;
	cursor:pointer;
}
.btn-modalform:hover
{
	text-decoration:underline;
	color:black;
}


.mf-body
{
	background-color:white;
	/*border:solid 1px black;*/
	padding:10px;
}

.mf-read, .mf-unread
{
	float:right;
	padding-right:10px;
	height:24px;
	cursor:pointer;
}

.mf-trash
{
	height:20px;
	float:right;
	padding-right:10px;
	cursor:pointer;
}