/* ERROR DEFINITIONS */
	#user_cnt, #pass_cnt
		{ position: relative; }
	#user_err, #pass_err
		{ font-family: times; font-size: 10px; width: 150px; background: #EEDDAE; color: #920000; position: absolute;
		  left: -180px; top: -5px; border: 1px solid #900000; vertical-align: top; display: none;}
	#user_err img, #pass_err img
		{ float: left; border: none; margin-right: 3px; }
	#user_err img.arrow, #pass_err img.arrow
		{ position: absolute; top: 25%; right: -29px; }

/* PAGE LAYOUT CSS */
p { margin: 10px 0px 10px 20px; }
#form { margin-left: 20px; }
.holder { height: 25px; }
.holder .middle { left: 100px; }
.holder input { width: 120px; }
.content { font-size: 11px; }

