#recommend {
	position:absolute;
	width: 350px;
	height: 150px;
	background: url("/code/recommend/back.jpg") no-repeat;
	border: 1px solid #000;
	display: none;
}

#recommend img {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

#recommend table {
	position: absolute;
	top: 68px;
	left: 10px;
 	margin: 0px;
 	padding:0px;
}

#recommend td {
 	text-align: right;
}

#recommend td {
	padding: 4px 0px;
}

#recommend input {
	font-family: verdana, tahoma, sans-serif;
	font-size: 11px;
}

#recommend .submit {
	text-align: center;
	padding: 0px;
}

#recommend .submit input {
	width: auto;
}

#recommend span {
	width: 16px;
	height: 16px;
	display: block;
	margin-left: 4px;
}

#recommend span.error {
  background:url(exclamation.png) no-repeat 0px 0px;
}

#recommend span.success {
  background:url(accept.png) no-repeat 0px 0px;
}

#recommend #rfrom {
	width: 80px;	
}

#recommend #remail {
	width: 140px;	
}