/* CommentBox styling */

.messagehead {
            margin:1em 0 0 0;
            padding:0 0 0 3px;
            border:1px solid #ccc;
            background:#f0f0f0;
            }
.messageitem {
            margin:0;
            padding:3px;
            border-left:1px solid #ccc;
            border-right:1px solid #ccc;
            border-bottom:1px solid #ccc;
            background:#f7f7f7;
            }
.messagehead h5, .messagehead h4 { margin:0.25em 0 0 0; }

/*use the following if message head should be same as message item */
/* .messagehead { background:#f7f7f7; border-bottom:none; } */


.inputbutton { margin:0 0 0 5px; 
               padding:0 3px }
.inputtext { background:#f7f7f7; 
			 border:1px solid #ccc;
             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:#990000;
    }
a.foxdellink { 
	font-size:85%; 
	font-family:Arial;
	} 
a.foxdellink:hover {
	text-decoration:none;
	}