body {
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	background-color: #D0D0D0;
	padding: 0px;
	margin: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

table {
	font-family: Verdana;
	font-size: 12px;
}

a { color: #A70000; text-decoration: none; }
a:hover { color: #A70000; text-decoration: underline; }

.a_menu { font-size: 14px; color: white; font-weight: bold; text-decoration: none; }
.a_menu:hover { font-size: 14px; color: white; font-weight: bold; text-decoration: underline; }

.back_header2 {
	background-image:url('/img/header_02.png');
	background-repeat:no-repeat;
	background-position:top;
	z-index: 5;
}

/* SWFupload */
#swfupload-control p{ margin: 10px 5px;	font-size: 0.9em; }
#log{ margin: 0; padding: 0; width: 640px;}
#log li{ list-style-position: inside; margin: 2px; border: 1px solid #ccc; padding: 10px; font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #333; background: #fff; position: relative; }
#log li .progressbar{ border: 1px solid #333; height: 5px; background: #fff; }
#log li .progress{ background: #999; width: 0%; height: 5px; }
#log li p{ margin: 0; line-height: 18px; }
#log li.success{ border: 1px solid #339933; background: #ccf9b9; }
#log li span.cancel{ position: absolute; top: 5px; right: 5px; width: 20px; height: 20px; background:url('/js/swfupload/cancel_v1.png') no-repeat; cursor:pointer; }
/* SWFupload */
