/* ------------- main content */
div#contentleft {
	position : relative;
	margin: 0 auto;
	width : 350px;
	height : 520px;
	overflow:auto;
	padding-right: 10px;
	float:left;
}
#id_name, #id_email, #id_comments {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	width: 300px;
	border: 2px solid #f69193;
	padding : 3px 2px 3px 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}
div#contentright {
	position : relative;
	margin: 0 auto;
	width : 350px;
	height : 520px;
	float:right;
}

.form-error {
	display:block;
	font-family:"Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
	width: 300px;
	border: 1px solid #cccccc;
	background-color: #f69193;
	background-color: rgba(246,145,147,0.7);
	padding: 3px;
}