.roundbox {
	margin-top: 10px; 
}

.roundbox .a {
	padding: 5px;
	_height: 50px;
	min-height: 50px; 
}

.roundbox > .a  {
	overflow: auto;
}

.roundbox .b {
	float: left;
	width: 45%;
}

.roundbox .c {
	float: right;
	width: 45%;
}

.roundbox .c a {
	color: #000000;
}

.roundbox .d {
	clear: both;
	border: 1px dotted #6E5946;
	padding: 5px;
	margin: 15px 0 5px 0;
}

.roundbox .d table {
	width: 100%;
}

.roundbox .d table textarea {
	width: 99%; 
	height: 150px;
	overflow: auto;
}
