/* new MessageForm and Forum styling */
/* this expects a div or table as class 'messagebox' surrounding all elements */

.messagebox {margin:8px 0 0 0;
            border:0;
            background:transparent;
	    }
.messageheader, .messagefotter {
            padding:0 0 0 5px;
            border:0;
            background:#cc0000;
	    color:black;
            height:2em;
            }
.messageauthor {
	    padding:2px 3px;
            border-top:1px solid #000;
            border-left:1px solid #000;	    
	    }
.messagesubject {
	    margin:0 0 0px 0;
	    padding:0 3px;
            border-top:1px solid #000;
            border-left:1px solid #000;
            background:#cc0000;
	    color:black;
            height:1.5em;
            } 
.messagetext {
            margin:0;
            padding:1em;
            border-top:1px solid #000;
            border-left:1px solid #000;
            background:transparent;
            }

/* older CommentBoxPlus compatible styling */
.messagehead {
            margin:1em 0 0 0;
	    font-size:1.2em;

            padding:0.5em;
            border:3px dashed #000;
            background:#cc0000;
            }
.messageitem {
            margin:0;
            padding:0.5em; 
	    font-weight:bold;   
            border-right:1px dashed #000;
            border-bottom:1px dashed #000;
            background:transparent;          
            }
  
.messagehead h5, .messagehead h4 { margin:0.25em 0 0 0; }


/*use the following if message head should be same as message item */
/* .messagehead { background:transparent; border-bottom:none; } */


.inputbutton {
	margin:0 0 0 5px; 
        padding:0 3px;
	}
.inputtext {
	background:white; 
	color:grey;
	border:1px solid #000;
        margin:0 0 3px 0;
	}

/* Fox delete button & link */
.foxdelbutton {
	display:inline; 
	margin:0;
	}
.foxdelbutton input {
	font-size: 80%;
	padding:0px; margin:0px;
	cursor: pointer;
	cursor: hand;
	}
.foxdelbutton input:hover { 
    color:black;
    }
a.foxdellink, a.foxeditlink { 
	font-size:75%; 
	font-family:Arial;
	color:black;
	padding-right:0.5em;
	} 
a.foxdellink:hover, a.foxeditlink:hover {
	text-decoration:underline;
	} 

16 