/* ERROR DEFINITIONS */
	#to_cnt, #from_cnt, #msg_cnt
		{ position: relative; }
	#to_err, #from_err, #msg_err
		{ font-family: times; font-size: 10px; width: 150px; background: #EEDDAE; color: #920000; position: absolute;
		  left: -180px; top: 10px; border: 1px solid #900000; vertical-align: top; line-height: 11px; display: none; }
	#to_err img, #from_err img, #msg_err img
		{ float: left; border: none; margin-right: 3px; }
	#to_err img.arrow, #from_err img.arrow, #msg_err img.arrow
		{ position: absolute; top: 25%; right: -29px; }

/* PAGE STYLES */
.holder { height: 22px; }
.text_field { width: 420px; }
#message { width: 420px; height: 120px; }
.submit_button_border { margin: 10px 0px 0px 15px; }
