div.form {
		clear:both;
		margin-bottom: 50px;
		width: 600px;
}

div.form label {
	margin:2px 0 2px 0;;
	padding:0;
	display:block;
}
div.form input {
	font-weight:normal;
	line-height:normal;
	background-color:#FFFFFF;
	width:309px;
	padding:0 0 0 5px;
	margin:0;
	height:14px;
	border:none;
	overflow:visible;
	background-image:url(../img/bg_formline.gif);
	background-repeat:no-repeat;
	background-position:0 10px;
}
div.form div.input {
	height:20px;
	width:314px;
	margin:0 0 4px 0;
}
div.form input.button {
	text-align:left;
	width:auto;
	padding:0;
	margin:0;
	background-image:none;
	cursor:pointer;
}
div.form textarea {
	border:#555555 solid 1px;
	width:304px;
	padding:5px;
	height:145px;
}
div.form label.textarea {
	margin:20px 0 2px 0;
}
div.form .buttonWrapper {
	text-align:left;
	width:314px;
	padding:17px 0 15px 0;
}

div#pager div.page div.form img {
	margin:0 0 5px 0;
	padding:0;
}

/*
recommend
*/

div.form textarea.recommend {
	height:80px;
}

div.form input.file-upload
{
	background: none;
	height: 25px;
	margin-bottom: 5px;
}

textarea
{
	width:100px;
}

.caution { color: #ffaa00; font-weight: bold; }