
.replybox { 
    padding: 0px;
	border: 1px solid #AEAEAE;
	background-color: #F4F4F4;
	margin-bottom: 10px; 
    -moz-border-radius:5px;
    border-radius: 5px;
}

.replybox h3 { 
	background-image: url(../../images/bar.gif);
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
    -moz-border-radius:5px;
    border-radius: 5px;
}

.replybox p { 
    padding: 2px;
}
.replybox p input{ 
	border: 1px solid #AEAEAE;
	width: 200px;
	height: 25px;
}

.replybox p textarea{ 
	border: 1px solid #AEAEAE;
}

.replybox p.submit{ 
    padding-top: 10px;
    padding-bottom: 15px;
}

.replybox p.submit input{ 
    width: 150px;
}

