#log_modal{
	margin-top: -80px;
	background: rgba(0,0,0,0.8);
	Width: 100%;
	Height: 150%;
	position: fixed;
	left:0;
	top:0;
	display: none;
}

#modal_l{
	Width:98%;
	Height: 60%;
	/*background: #1D1F24;*/
	margin: 100px auto 0 auto;
	padding: 10px;
	border-radius: 5px;
}

#modal_l input{
	height: 20px;
	width: 297px;
	border-radius: 5px;
	font-family: "Lobster, cursive";
	font-size: 10;
}

#refresh{
	text-decoration: none;
	padding: 10px 15px;
	background-color: #00FFA9;
	color: #fff;
	border-radius: 5px;
	font-family: "Lobster, cursive";
	font-size: 10;
}
.textlog{
	font-family: "trebuchet, cursive";
	font-size: 12;
	width:98%;
	height:94%;
	background: transparent;
    border: 1px solid #ccc;
    resize: both;
	color: #00FF00;
}
#exit_tte
{
	margin-right:0px;
}