.recall_table input{
	width:200px;
	border:1px solid #DEDEDE;
	border-radius:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
}
.recall_table textarea{
	width:200px;
	border:1px solid #DEDEDE;
	border-radius:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
}
.recall_table td{
	padding-top:2px;
	padding-bottom:2px;
}
.recall_table{
	margin:10px;
}