/* SITE FORM */
#site_form TD, #site_form TH {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	
}
#site_form FORM {
	background-color:#FFFFFF; 
	border:0px;
}
#site_form TH {
	text-align:left;
	font-size:13px;
	color:#003399;
}
#site_form INPUT, TEXTAREA {
	padding:3px;
	border-width:1px;
	border-color:#333333;
}
#site_form INPUT:focus, TEXTAREA:focus {
	background-color:#FFF8F0;
	border:1px solid #000000;
}
#site_form SMALL {
	
}

#site_url { width:220px; }
#site_title { width:220px; }
#site_desc { width:250px; height:110px; }
#chars_left { font-size:10px; color:#333333; width:25px; padding:0px; background-color:#FFFFFF; border-style:none; }
#site_img { width:200px; }
#site_tags { width:200px; height:150px; }
#submit_button { width:120px; font-weight:bold; }
