#rac-signup-table, #rac-signup-table th, #rac-signup-table td { border-style: none; border-collapse: collapse; }
#rac-signup-table { border: 1px solid #888; }
#rac-signup-table thead th { text-align: center; font-size: 120%; color: #444; font-weight: bold; padding: 5px 10px; border-bottom: 1px solid #888; background-color: #eee; }
#rac-signup-table th { font-weight: normal; text-align: left; vertical-align: top; color: #444; }
#rac-signup-table th, #rac-signup-table td { padding: 3px 5px; }
#rac-signup-table input[type='text'], #rac-signup-table textarea { width: 250px; border: 1px solid #888; background-color: #fff;
	-moz-border-radius:    3px;
	-webkit-border-radius: 3px;
	border-radius:         3px;
}
#rac-signup-table input[type='text']:focus, #rac-signup-table textarea:focus { background-color: #f8f8f8; border-color: #444; }
#rac-signup-table td[colspan="2"] { text-align: right; }

#rac-signup-error { margin: 10px 0px; border: 1px solid #f00; padding: 5px 10px; text-align: left; }
#rac-signup-error h3 { font-size: 125%; color: #f00; margin-bottom: 6px; font-weight: bold; }
#rac-signup-error ul { list-style-image: none; list-style-type: disc; margin-bottom: 0px; text-align: left; }
#rac-signup-error li { color: #f00; }

#rac-signup-success { margin: 10px 0px; border: 2px solid #282; padding: 5px 10px; }
#rac-signup-success p { color: #282; text-align: center; font-size: 120%; font-weight: bold; }
