﻿#listSuggestion{
	margin:0 20px;
}

#listSuggestion table {
	width: 100%;
}
#listSuggestion table td{
	font-size: 10pt;
	padding-left: 15px;
	border-bottom: #CCC 1px solid;
	border-left: #EEE 1px solid;
	border-right: #CCC 1px dotted;
	text-align: left;
	background:#FFF;
}
#listSuggestion table th{
	border: #BBB 1px solid;
}
#listSuggestion table caption{
	line-height:200%;
}
.pagemenu { padding: 5px; }
#sendSuggestion{

}
#newSuggestion{
	margin:10px 120px 10px 120px;
	text-align:right;
	padding:10px;
}
#newSuggestion label{  width:50%; }
#newSuggestion input.text { margin-bottom:10px; width:50%; padding: .3em; }
#newSuggestion fieldset { padding:0; border:0; margin-top:10px; }
#newSuggestion legend { margin-bottom:10px; border-bottom:#CCC 2px solid; font-weight:600; }
.sbutton{
	 padding: .3em .6em .3em;
	 color: #602600;
}
