.center	{
	text-align: center;
}

.clear	{
	clear: both;
}

.imeoff	{
	ime-mode:disabled;
}

.imeon	{
	ime-mode:active;
}

.red	{
	color: #dd0000;
}

body	{
	margin: 0;
	padding: 0;
	background: url("../imgs/bg_body.gif") repeat-x scroll center top ;
}

#header	{
	background: url("../imgs/logo.gif") no-repeat scroll 20px top ;
	margin-top: 2px;
	height: 80px;
}

#container	{
	margin: 0 auto;
	width: 930px;
}

#title	{
	background: #960306;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-top: 2px;
	padding: 10px 8px;
}

#title .en	{
	font-weight: normal;
	font-size: 12px;
}

#description	{
	background: #fff2e2;
	color: #111111;
	font-size: 12px;
	margin: 10px 0px 20px 0px;
	padding: 10px 20px;
	border: 1px solid #CCCCCC;
}

#contents	{
}

#contents .contents-inner	{
	margin: 0px 20px 20px 20px;
}

#contents .contents-inner .notes	{
	border: 1px solid #EEDFE1;
	padding: 10px;
	font-size: 12px;
	background-color: #FBF5F4;
}

#footer	{
	background: #666666;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	height: 20px;
	padding: 10px 0px 10px 0px;
	margin-top: 30px;
}

.message	{
	color: #111111;
	font-size: 12px;
	padding: 10px 20px 6px 20px;
}

.formtbl	{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	line-height: 1.6em;
}

.formtbl td	{
	border-top: 1px solid #EEDFE1;
	border-bottom: 1px solid #EEDFE1;
	padding: 10px;
	vertical-align: top;
	font-size: 12px;
}

.formtbl .label	{
	background-color: #FBF5F4;
	font-weight: bold;
	border-left: 1px solid #EEDFE1;
	width: 30%;
	line-height: 1.2em;
}
.formtbl .label .en	{
	font-weight: normal;
}
.formtbl .value	{
	border-right: 1px solid #EEDFE1;
}

.formtbl .error	{
	color: #ff0000;
	line-height: 1.2em;
}

.formtbl .status	{
	line-height: 1.2em;
}

.submit input[type=submit] {
	font-weight: bold;
	padding: 6px 14px;
	background: #050505;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4f4f4f), to(#050505));
	background-image: -webkit-linear-gradient(top, #4f4f4f, #050505);
	background-image: -moz-linear-gradient(top, #4f4f4f, #050505);
	background-image: -ms-linear-gradient(top, #4f4f4f, #050505);
	background-image: -o-linear-gradient(top, #4f4f4f, #050505);
	background-image: linear-gradient(top, #4f4f4f, #050505);
	color:#FFFFFF;
	border:1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
}
.submit input[type=submit]:hover {
	background: #505050;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#808080), to(#505050));
	background-image: -webkit-linear-gradient(top, #808080, #505050);
	background-image: -moz-linear-gradient(top, #808080, #505050);
	background-image: -ms-linear-gradient(top, #808080, #505050);
	background-image: -o-linear-gradient(top, #808080, #505050);
	background-image: linear-gradient(top, #808080, #505050);
	color:#FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

.buttons	{
	text-align: center;
}
.buttons .button	{
	display:inline;
	margin-right: 2px;
}
.buttons form	{
	display:inline;
}

