@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: #54bb65;
}
div#suggestion p { margin: 0 3px 6px; }
div#suggestion label { font-weight: bold; }
div#suggestion input { width: 420px; }
div#suggestion textarea { width: 420px; 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 { }

div#suggestion label.checkbox input { width: 10px; border: none; }

#legal_text {
	background-color: #ffffff;
	border:1px solid #7F9DB9;
	height:170px;
	overflow:auto;
	padding:0 5px;
	width:413px;
}

