@charset "utf-8";
/* CSS Document */

#add_form input[type=text], #edit_form input[type=text]{
	background: url('../../Images/input_text2.png') no-repeat;
	width: 412px;
	height: 26px;
	border: 0;
	padding: 10px; 20px;
	vertical-align: middle;
	font-size: 13px;
}
#add_form label, #edit_form label{
	display: inline-block;
	width: 200px;
	text-align: right;
	padding: 10px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 16px;
}
#add_form textarea, #edit_form textarea{
	font-family: Arial;
	color: #333;
	background: url('../../Images/textarea.png') no-repeat;
	width: 412px;
	height: 119px;
	border: 0;
	padding: 10px; 20px;
	vertical-align: top;
	font-size: 13px;
	resize:none;
}