@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: #3B8ED0;
}
div#suggestion p { margin: 0px 3px 6px; }
div#suggestion label { font-weight: bold; }
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; }

div#contents div#suggestion table { margin-left: 35px; }

div#popin div#suggestion table { margin: 0px 15px; }
div#popin div#suggestion p { width: 390px; }

