@import url(/styles/webservices.css);

div#suggestion h1 {
	margin: 6px 0px;
	padding: 4px 0px 4px 5px;
	border: 1px solid white;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	background-color: #098400;
}
div#suggestion p { margin: 0px 3px 6px 15px; color:#666666; }
div#suggestion label { font-weight: bold; color: #098400;}
div#suggestion input { width: 355px; }
div#suggestion textarea { width: 355px; height: 150px; }
div#suggestion td.buttons div { float: right; }
div#suggestion td.buttons button, td.buttons a { float: left; margin: 0px 0px 15px 0px;}

div#contents div#suggestion table { margin-left: 35px; }

div#popin div#suggestion table { margin: 0px 15px; }
div#popin div#suggestion p { width: 390px; }
div.webservice{ background:#FFFFFF;}
