.submit {
    height:28px;
    line-height:24px;
    background:url('../sysimg/brick80.png') 0 0 no-repeat;
    width:80px;
    color:#FFE4E1;/*mistyrose*/
    border:none;
	font-size: 10pt;
}

.msg-label {
	float: left;
	width: 150px;
	font-family: arial,verdana;
	font-size: 11pt;
	text-align: right;
	line-height: 25px;
	color:#DDC0CB;
}
.msg-value, .msg-value-date {
	float: left;
	width: 500px;
	font-family: arial,verdana;
	line-height: 25px;
}
.msg-value {
	font-size: 10pt;
}
.msg-value-date {
	font-size: 9pt;
	color:#888888;
}
.msgbox {
	width: 700px;
	padding: 10px;
}
.divider0, .divider10, .divider20, .divider-grey {
	clear: both;
	font-size: 1pt;
	overflow: hidden;
}
.divider0 {
	height: 0px;
}
.divider10 {
	height: 10px;
}
.divider20 {
	height: 20px;
}
.divider-grey {
	height: 10px;
	border-top: solid 1px #6f6f6f;
}
input.text {
	width: 500px;
}
textarea.textarea {
	width: 500px;
	height: 100px;
}
.error {
	color: red;
	font-family:arial;
	font-size:10pt;
}
.hide {
	display: none;
}
.plr-10 {
	padding-left: 10px;
	padding-right: 10px;
}
