/* =popup
************************************************************** */

#popup {
	padding: 10px;
	margin: 0;
}

#popup #site {
	width: auto;
	background-image: none;
}

#popup textarea {
	width: 98.5%;
	height: 470px;
	background-color: #1f1f21;
	color: #999;
	border: none;
}

#popup .hasInfo textarea {
	height: 410px;
}

#popup .favoured {
	width: 470px;
	margin-bottom: 10px;
	color: #dec80d;
}

#popup input[type="text"] {
	width: 98.5%;
}

#popup .rcon textarea {
	height: 435px;
}

#popup .hasInfo .rcon textarea {
	height: 390px;
}

#popup p {
	margin-bottom: 1.4em;
}