/*
	ImportFood.com Recipe Comments
	Stylization
	By John Peloquin, W. Hardy Interactive Inc. <john@whardy.com>
*/

/* Comments */
.recipeComment {
	width: 500px;
	margin: 0 0 20px 0;
	border: 0;
	padding: 5px;
	background: #EEEEEE;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 11px;
}
.recipeComment p {
	margin: 0;
	border: 0;
	padding: 0;
}
.recipeComment .date {
	float: right;
	font-size: 80%;
}
.recipeComment .info .name {
	font-weight: bold;
}
.recipeComment .comment {
	clear: right;
	margin-top: 0;
	border-top: 1px solid #000000;
	padding: 10px 20px;
}

/* Comments form */
#recipeCommentsTable {
	border: 0;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 11px;
}
#recipeCommentsTable .title {
	text-align: center;
	font-weight: bold;
	font-size: 110%;
}
#recipeCommentsTable .label {
	text-align: right;
	font-weight: bold;
}
#recipeCommentsTable .input {
	padding-left: 10px;
	text-align: left;
}
#recipeCommentsTable .attribute {
	font-size: 80%;
}
#recipeCommentsTable .option {
	text-align: left;
}
#recipeCommentsTable .text {
	width: 300px;
}
#recipeCommentsTable #recipeCommentsBox {
	width: 500px;
	height: 175px;
	color: #ABABAB;
}
#recipeCommentsTable .submit {
	padding-top: 10px;
	text-align: center;
}
