/* COLORS

	background blue: #95cad0
	orange: #f7921e
	light-orange: #eec897
	dark-teal: #01a2b4
	teal: #9ee9ef
	green: #879c03
	light-green: #d8edb5
	purple: #7d4a5b
	pink: #f1c9d2
	tan: #f5d88a
	
*/

a { color: #01a2b4; text-decoration: none; }
a:hover { color: #f7921e; text-decoration: underline; }

#ContactForm .field-text { width: 262px; }
#ContactForm .textarea { width: 262px; min-width: 262px; max-width: 262px; }
#ContactForm #RAC_Address { display: block; width: 280px; height: 280px; background: white url(../images/post_it_note_address.jpg) no-repeat top left }
#ContactForm #RAC_Address span { display: none }