@import url(/themes/default/styles/webservices.css);


div#popin {
/*	float: left;*/
	background-color: white;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	padding: 5px;
	width:375px;
}
div#recommend h1 {
	margin: 6px 0px;
	padding: 4px 0px 4px 5px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #733616;
	background-color: #fccf00;
	background-image:none;
	height:20px;
}
div#recommend p { margin: 0px 3px 6px; }
div#recommend input { width: 335px; border:1px solid #B9B6AF; background:white; padding:5px; }
div#recommend label { font-weight: bold; color:#7d3d18; }
div#recommend td.buttons div { float: right; }
div#recommend td.buttons button, td.buttons a { float: left; }

div#contents div#recommend table { margin-left: 35px; }
div#popin div#recommend table { margin: 0px 15px; }

