<br />
<b>Warning</b>:  Undefined array key "message" in <b>C:\Web Server\Sites\joshlisher.co.uk\upload\includes\config.php</b> on line <b>15</b><br />
<br />
<b>Warning</b>:  Undefined array key "uploadLink" in <b>C:\Web Server\Sites\joshlisher.co.uk\upload\includes\config.php</b> on line <b>16</b><br />

/*
	Copyright Josh L 2018
	This code should not be copied, edited or redistributed without consent from Josh Lisher.
*/

body {
	font-family: 'Nanum Gothic', sans-serif !important;
	background: #558fe0 !important;
}

.container {
	margin: 0 auto;
}

.upload-box {
	transform: translate(-50%, -50%);
    position: fixed;
    top: 40%;
    left: 50%;
    min-width: 600px;
    background-color: #fefefe;
    padding: 20px 10px 20px 10px;
}

.upload-header {
	margin-top: 5px;
    margin-bottom: 20px;
}

.upload-message {
	margin-top: 10px;
}

.upload-button {
	margin-top: 10px;
	width: 100% !important;
	outline: none !important;
	color: white !important;
	background: #089557 !important;
	border-radius: 0 !important;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	color: #FFFFFF;
}