﻿body {
	color: #f1f1f1;
	background-color: #434343;
	font-family: "Segoe UI";
}

#Image {
	margin-top: 20px;
	margin-bottom: 40px;
}

#TopBannerImage {
	margin-left: 20px;
	float: left;
}

.header-title {
	font-size: 44px;
	margin: auto;
}

.center {
	text-align: center;
}

#TitleLabel {
	margin-bottom: 40px;
	font-size: 20px;
}

.text-main {
	
}

.text-message {
	margin-top: 40px;
}

#license-file {
	margin-top: 50px;
	padding: 10px;
	width: 510px;
	display: inline;
}

#emailAddress {
	margin-left: 10px;
	padding: 8px;
    color: #f1f1f1;
    background-color: #282828;
    border: 1px solid rgba(0,0,0,.15);
    width: 350px;
}

#emailAddress:focus {
	outline-color: #3fa952;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(63, 169, 82, 0.6);
}

#FileUpload {
	margin-left: 10px;
	margin-right: 10px;
}

#SendMessage {
	margin-top: 10px;
}

#email {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 40px;
}

.email-row {
	margin-bottom: 8px;
}

.footer-message {
	font-size: 14px;
	color: #bbb;
	float: left;
}

.link {
	color: #19BECD;
}

.small-header {
	background: #4c4c4c;
	padding: 5px 0;
}

.file-upload-input {
	cursor: pointer;
	border: 1px solid transparent;
	color: #f1f1f1;
	background-color: #282828;
	padding: 6px 12px;
}

.file-upload-input:hover {
	background-color: #333; 
}

.file-upload-input:focus {
	outline-color: #3fa952;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(63, 169, 82, 0.6);
}

.our-button {
	cursor: pointer;
	border: 1px solid transparent;
	color: #f1f1f1;
	background-color: #4fa646;
	padding: 6px 12px;
}

.our-button:hover {
	background-color: #46903F; 
}

.our-button:focus {
	outline-color: #41823B;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(63, 169, 82, 0.6);
}

#StatusMessage {
	display: block;
	margin-left: 160px;
}

.label-name {
	font-size: 14px;
}
