#cf_sample_form .require { color: #cc3333;}
#cf_sample_form table {
	border-collapse: collapse;
	width: 500px;
	font-size: 80%;
}
#cf_sample_form td, #cf_sample_form th { padding: 5px; border: 1px solid #eee;}
#cf_sample_form th { font-weight: bold; vertical-align: top; text-align: left; border-right-width: 5px; white-space: nowrap; width: 120px;}
#cf_sample_form th .require { padding-left: 10px;}
#cf_sample_form td { margin-bottom: 16px; margin-left: 20px;}
#cf_sample_form .note { font-size: 70%; color: #666;}
#cf_sample_form li { list-style-type: none;}
#cf_sample_form fieldset { border: 1px solid #1E6C8A; margin-bottom: 10px; padding: 10px; border-width: 2px 0px;}
#cf_sample_form legend { color: #1E6C8A; font-weight: bold; font-size: small;}
#cf_sample_form .invalid { border: 1px solid #d4aa00; background: #fffbea;}
#cf_sample_form .buttons { margin: 10px 0px; text-align: center;}
.error { color: #cc0000; padding: 3px 5px; margin: 5px 0px; background: #ffefef;}