#body table.form td {
	padding-left: 35px;
}

#body table.form td span {
	color: #ed1c24;
}

#body input[type='button'] {
	margin-left: 35px;
}

#body .form2 {
	padding-left: 35px;
}

#body table.form div.form_error {
	font-size: 11px;
	color: #ed1c24;
}

div.form_error { 
	font-size: 11px;
	color: #ed1c24;
} 

#body table.form .form_notice {
	font-size: 11px;
	color: #000000;
}

.form_notice { 
	font-size: 11px;
	color: #000000;
} 

.css_button, .css_button_pressed, .css_button_disabled {
/*	width: 138px; */
	width: 110px; 
	text-align: center;
	padding-top: 5px;
/*	font-size: 18px; */
	font-size: 14px; 
	float: left;
/*  height: 28px; */
	height:	20px; 
	margin-top: 5px;
	margin-left: 10px;
	cursor:pointer; 

	border-style: outset;
	border-color: #ed1c24;
	border-width: 2px;
}

.css_button {
	background-color: #ed1c24;
	color: #ffffff;
}

.css_button_pressed {
	border-style: inset;
	background-color: #ffffff;
	color: #ed1c24;
}

.css_button_disabled {
	border-style: inset;
	background-color:#FFFFFF; 
	border-color:#CCCCCC;
	font-size:0px; 
	background-image:url('/admin/images/waiting_circle.gif');
	overflow:hidden; 
	background-repeat:no-repeat;
	background-position:center;
}

.notice {
	border-width: 2px;	
	border-color: #cccccc;
	border-style: solid;
	padding: 5px;
	width: 570px;
	text-align: left;
}

