body {
	background: #131515;
	color: #ffffff;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 15px;
	margin: 0 auto;
}

a:link, a:visited {
	color: #ff0066;
	text-decoration: none;
}

a:hover {
	color: #69ccf4;
	text-decoration: none;
}

img {
	border: none;
}

.space {
	height: 10px;
}

.hidden
{
    display: none;
}

.ifieicon {
	float: left;
	padding: 5px;
}

#wrapper {
	width: 750px;
	margin: auto;
}

#header {
	padding-top: 20px;
}

#header-top {
	height: 50px;
}

#languages {
	background: #1f2121;
	border: 1px solid #2c2e2e;
	float: right;
	height: 20px;
	padding: 5px;
}

#languages img {
	padding: 5px;
}

#toggle {
	background: #1f2121;
	border: 1px solid #2c2e2e;
	float: left;
	height: 20px;
	padding: 5px;
}


#header-bottom {
	margin-top: 20px;
	height: 200px;
}

.aboutus {
	float: right;
	width: 345px;
	text-align: justify;
	font-size: 19px;
	margin-top: 10px;
}

.logo {
	float: left;
	margin-top: 50px;
}

.serverload {
	float: right;
	margin-top: 15px;
	font-size: 15px;
}

#container {
	background: #1f2121;
	border-top: 1px solid #2c2e2e;
	border-bottom: 1px solid #2c2e2e;
	padding: 10px;
}

#secondwrapper {
	margin: auto;
	width: 650px;
}

#workingfile, #workingurl {
	padding: 5px;
	text-align: center;
}

#filecontainer {
	background: #131515;
	border: 1px solid #2e2c2c;
	margin: auto;
	width: 650px;
	padding: 10px;
}

#urlcontainer {
	background: #131515;
	border: 1px solid #2e2c2c;
	margin: auto;
	width: 650px;
	padding: 10px;
}

div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity: 0 ;
	filter: alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}


#inputfileupload
{
	height: 32px;
	width: 410px;
	margin-bottom: -32px;
}


#inputfileupload #upload
{
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=00);
}

#inputfile #uploadname
{
	width: 285px;
	height: 24px;
	font-size: 18px;
	font-weight: bold;
	font-family: Corbel, Helvetica, sans-ms;
}


input {
	background: #dbdbdb;
	color: #494949;
	border: 1px solid #ffffff;
	padding: 7px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

input[type="file"]
{
	background: #dbdbdb;
	color: #494949;
	border: 1px solid #ffffff;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.sctext {
	text-align: center;
}

.good
{
	color: #74c320;
	font-weight: bold;
}

.bad
{
	color: #d71a1a;
	font-weight: bold;
}

.disclaimer {
	text-align: justify;
}

#footer {
	text-align: center;
	font-size: 10px;
	margin-top: 5px;
}

#footer a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
