@charset "utf-8";
#content form textarea, #content form input[type="text"] {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	padding-left: 5px;
}
#content form input[type="text"] {
	height: 24px;
	line-height: 24px;
}
#content form textarea{
	height:200px;
	width:420px;
	padding-top:5px;
}
#content form textarea:focus, #content form input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
/*--------------------------------------------*/
.tableadd {
	width: 100%;
	color: #666;
}
.tableadd tr:hover {
	background: #ebf4fc;
}
.tableadd td {
	padding: 10px 0.9em 10px 0.4em;
}
.tableadd td.bg1 {
	background-color: #f3f4f6;
	text-align: right;
	padding-right: 0.8em;
}
.tableadd td.right {
	text-align: right;
	padding-right: 0.8em;
}
.tableadd td .high, .formtips {
	color: #ff0000;
}
.tableadd .red {
	color: #ff0000;
}
form input.button {
	background: url(../images/button_bg2.gif) repeat-x;
	border: 1px solid #799AE1;
	height: 25px;
	width: 80px;
	cursor: pointer;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
}