

 .message {
    width:660px;
    padding: 5px;
    margin: 10px 0 10px 0;
    background-color: #eee;
    border: 1px solid #aaaaaa;
}

 .mymessage {
    width:720px;
    padding: 5px;
    margin: 10px 0 10px 0;
    background-color: #eee;
    border: 1px solid #aaaaaa;
	line-height:20px;
	font-size:12px;
}

.tagEditor
{
	margin: 4px 0;
	padding: 0;
}

.tagEditor li
{
	display: inline;
	background-image: url(/css/minus_small.png);
	background-color: #eef;
	background-position: right center;
	background-repeat: no-repeat;
	list-style-type: none;
	padding: 0 18px 0 6px;
	margin: 0 4px;	
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.tagEditor li:hover
{
	background-color: #eee;
}

.qborder {
	border-bottom: 1px dotted #6d6d6d;
}

