div#l10n_pagelist h2 {
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
	text-align: center;
	width: 50%;
}
div#l10n_pagelist h2.left {
	width: 49%;
	margin: 10px 0 0 0;
}
div#l10n_pagelist h2.right {
	float: right;
}
div#l10n_pagelist ul li ul {
	padding: 0 0 0 15px;
	margin:0;
}
div#l10n_pagelist ul li ul li {
	width: 49%;
	list-style-type: none;
	margin:0;
	padding:0;
}

div#l10n_pagelist ul li.l10n_page {
	float: left;
}

div#l10n_pagelist ul li ul li.edge {
	clear: both;
	width: 0;
	height: 0;
	visible: hidden;
	font-size: 0;
}
div.header_line {
	background-color: #000000;
	font-size: 28px;
	color: #fff;
	valign: middle;
}
div#lastmodified {
	margin-top: 10px;
}


.clr {
	clear:both;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix { display: inline-table; }

*:first-child+html .clearfix { min-height: 1px; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


input.btn_submit {
	cursor:pointer;
	padding:5px 25px;
	background:#1e1e1e;
	border:1px solid #404040; /*required or the default border for the browser will appear*/

	/* ŠpŠÛ */
	/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	*/

	/* ‰e */
	/*
	-webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
	-moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
	box-shadow: 0 0 4px rgba(0,0,0, .75);
	*/
	
	/* ƒeƒLƒXƒg•”•ª */
	color:#f3f3f3;
	font-size:1.1em;
}
input.btn_submit:hover, input#gobutton:focus{
	background-color :#3f3f3f; /*make the background a little darker*/
	/*reduce the drop shadow size to give a pushed button effect*/
	-webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
	-moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
	box-shadow: 0 0 1px rgba(0,0,0, .75);
}

input.btn_add {
	cursor:pointer;
	padding:5px 20px;
	margin-top: 20px;
	background:#008000;
	border:1px solid #808080; /*required or the default border for the browser will appear*/

	/* ŠpŠÛ */
	/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	*/

	/* ‰e */
	/*
	-webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
	-moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
	box-shadow: 0 0 4px rgba(0,0,0, .75);
	*/
	
	/* ƒeƒLƒXƒg•”•ª */
	color:#f3f3f3;
	font-size:0.9em;
}
input.btn_add:hover, input#gobutton:focus{
	background-color :#2e8b57; /*make the background a little darker*/
	/*reduce the drop shadow size to give a pushed button effect*/
	-webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
	-moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
	box-shadow: 0 0 1px rgba(0,0,0, .75);
}

input.btn_download {
	cursor:pointer;
	padding:5px 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	background:#00008b;
	border:1px solid #696969; /*required or the default border for the browser will appear*/

	/* ŠpŠÛ */
	/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	*/

	/* ‰e */
	/*
	-webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
	-moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
	box-shadow: 0 0 4px rgba(0,0,0, .75);
	*/
	
	/* ƒeƒLƒXƒg•”•ª */
	color:#f3f3f3;
	font-size:0.9em;
}
input.btn_download:hover, input#gobutton:focus{
	background-color :#191970; /*make the background a little darker*/
	/*reduce the drop shadow size to give a pushed button effect*/
	-webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
	-moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
	box-shadow: 0 0 1px rgba(0,0,0, .75);
}
input.btn_edit {
	cursor:pointer;
	padding:5px 25px;
	background:#808000;
	border:1px solid #666600; /*required or the default border for the browser will appear*/

	/* ŠpŠÛ */
	/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	*/

	/* ‰e */
	/*
	-webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
	-moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
	box-shadow: 0 0 4px rgba(0,0,0, .75);
	*/
	
	/* ƒeƒLƒXƒg•”•ª */
	color:#f3f3f3;
	font-size:0.9em;
}
input.btn_edit:hover, input#gobutton:focus{
	background-color :#b3b300; /*make the background a little darker*/
	/*reduce the drop shadow size to give a pushed button effect*/
	-webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
	-moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
	box-shadow: 0 0 1px rgba(0,0,0, .75);
}



input[type=submit]{
	font-family: FontAwesome /*FontAwesome‚ðƒtƒHƒ“ƒgŽw’è*/;
}