body {
	background-color: #f4f4f4;
	color: #5a5656;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
}

a {
	text-decoration: none;
}

h1 {
	font-size: 3em;
}

h1,p {
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

uppercase {
	text-transform: uppercase;
}
/* ---------- WELCOME ---------- */
#welcome {
	margin: 50px auto;
	width: 300px;
}

#video {
	margin: 50px auto;
	width: 300px;
}
/* ---------- Upload form ---------- */
#uploadForm {
	margin: 10px auto;
	width: 800px;
}

/* ---------- LOGIN ---------- */
#login {
	margin: 10px auto;
	width: 300px;
}

#uploadData {
	margin: 10px auto;
	margin-left: 900px;
}

form {
	margin: 5px auto;
}

form fieldset input[type="text"],input[type="password"] {
	background-color: #e5e5e5;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #5a5656;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 50px;
	outline: none;
	padding: 0px 10px;
	width: 280px;
	-webkit-appearance: none;
}

form fieldset input[type="submit"] {
	background-color: #008dde;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #f4f4f4;
	cursor: pointer;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	height: 30px;
	text-transform: uppercase;
	width: 100px;
	-webkit-appearance: none;
}

form fieldset a {
	color: #5a5656;
	font-size: 10px;
}

form fieldset a:hover {
	text-decoration: underline;
}
