/* additional CSS for admin area */

fieldset { border:1px solid #6e28a9; }
	fieldset p, fieldset ul { font-size:smaller; margin: 2em; }
		fieldset p a { color:#663; }
	fieldset div img { border: 1px solid #000; margin:2em; }
	fieldset.checkboxes form { font-size:1.3em; }
		fieldset.checkboxes form input.mysubmit { font-size:1em; }
legend { color:#6e28a9; margin-left:2em; font-size: 1.4em; font-weight:bold; }
label { color:#dc0000; margin-left:1em; text-align:left; font-size:1.1em; display:block; }
	label.checkbox { display:inline;}
input, textarea { margin-left:1em; width:250px; margin-bottom:3ex; font-size:1.3em; }
	input.animage { width:auto; }
	input.checkbox { line-height:140%; width:auto; float:left; }
	select { margin-left:1em; height: auto; border:1px solid #993;  }
	option { padding-left: 1em;}
	textarea { width:350px; height:100px; overflow:visible; }
	input.half { width: 120px; margin-right:5px; }
.mysubmit { width:auto; background:#6e28a9; color:#fff; }

.alert { color:#000; font-weight:bold; background-color:#ff3;} 

code { font-size: 2em; color:#663366; padding:5px; margin:5px; } /* development use only */

/* picking up a few replacements */

#col-left { width: 150px; padding-left: 1em; margin-top:2ex; }
	#col-left ul li a { font-size:.9em; color: #fff; }

/* table stuff */

#membertable { width:500px; margin-bottom: 1.5em;}
#membertable tr td { border:1px dotted #b3bb2d; color:#000; padding:.6em; }
#membertable tr td.namer { font-weight:bold; }
#membertable tr td.forty { width:200px; }
#membertable tr td.sixty { width:300px; }

#footer { margin:0 auto; }
