/* CSS Document */

table#form {
	border: none;
	margin: 0;
	padding: 0;
}
table#form span {
	display: block;
	margin: 2px 0;
	width: 300px;
	background: #fff;
}
table#form span.message {
	width: 450px;
}
table#form td.label {
	font-size: 11px;
	width: 25%;
	text-align: right;
	line-height: 1.3em;
	padding-top: 11px;
	padding-right: 10px;
}
table#form label {
	font-weight: bold;
}
table#form span input, table#form span textarea {
	margin: 0;
	font-size: 13px;
	height: 17px;
	padding: 2px 0 0 4px;
	display: block;
	width: 100%;
	background: #f5f5f5;
	border: 1px solid #c3c3c3;
	border-top-color: #7c7c7c;
	border-bottom-color: #ccc;
}
table#form span input {
	width: 300px;
}
table#form span textarea {
	padding-top: 0;
	height: 18em;
	width: 450px;
}
table#form td {
	padding: 4px 6px;
	vertical-align: top;
}
table#form tr {
	border-bottom: 1px solid #ddd;
}
table#form tr.submit {
	border-bottom: none;
}
table#form tr.error {
	background: #d0efff;
	border-bottom: 1px solid #fff;
}.rec{color:#FF0000;}
blockquote{background-color:#F0FFFF; padding:10px; border-top-width:1px; border-left-width:1px; border-top-style:solid; border-top-color:#B9DCFF; border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#B9DCFF}
