@charset "utf-8";
/* CSS Document */
.quick_msgs_panel {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* LIST OF NEWEST MESSAGES */
#newest_msgs ul, #newest_msgs li, #newest_msgs p, 
#newest_msgs h4, #newest_msgs h5  {
	margin: 0;
	padding: 0;
}
.author_date {
	font-style: italic;
}
ul#msgs_list {
	margin-left: 18px;
}
ul#msgs_list p {
	margin-left: -18px;
}
#newest_msgs h4 {
	font-size: 13px;
	padding-bottom: 15px;
}
#newest_msgs h5 {
	font-size: 11px;
}
/* CREATE MESSAGE FORM */
#msg_form caption {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 15px;
	text-align:left;
}
#msg_form td {
	vertical-align: top;
}
#msg_form label {
	display: block;
	margin-right:10px;
}
.input_msg {
	width: 320px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left:5px;
}
.button_row {
	text-align:right;
}


