body, select, input, textarea, td, th, h1, h2, h3, h4, h5, h6, div {
	font-family: Arial, Verdana, Sans-serif;
	color: #666666;
}

body, select, input, textarea, td, th, div, p {
	font-size: 11px;
}

.clearfix {
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0pt;
}

form {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background: #f6f7f7;
}

div#header {
	overflow: hidden;
	padding: 8px 11px;
	background: #fff;
	border-bottom: 1px dotted #c0c0c0;
}
div#header a.logo {
	float: left;
	width: 80px;
	display: inline;
	height: 78px;
	font-size: 0px;
	margin: 0 0 6px 35px;
	background: url(/htdoc/images/header.logo.gif) no-repeat;
}
div#header span {
	float: right;
	font-weight: bold;
}

form {
	width: 400px;
	margin: 10px auto 10px;
}
form div {
	overflow: hidden;
	margin: 6px 0;
}
form div label {
	padding: 2px 5px;
	text-align: right;
	width: 120px;
	float: left;
}
form div input {
	float: left;
	width: 260px;
}
form div input:focus {
	background: #fbfbfb;
}
form div input.submit {
	width: auto;
	background: url(/htdoc/images/pl/recommend.send.gif) no-repeat;
	width: 91px;
	height: 15px;
	border: none;
	font-size: 0px;
	float: right;
}
div.thanks {
	margin: 10px auto 10px;
	width: 400px;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	font-size: 13px;
}