@charset "utf-8";
/* CSS Document */
#mainContent{
	background-color:white;	
	height:500px;
}
table td{
	padding-top:15px;	
}
form{
	margin-top:40px;
	margin-left:200px;
	margin-right:200px;
	margin-bottom:50px;
	background: rgb(22,29,48); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzJSIgc3RvcC1jb2xvcj0iIzE2MWQzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk0JSIgc3RvcC1jb2xvcj0iIzA3Mzg3MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(22,29,48,1) 3%, rgba(7,56,114,1) 94%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgba(22,29,48,1)), color-stop(94%,rgba(7,56,114,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(22,29,48,1) 3%,rgba(7,56,114,1) 94%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(22,29,48,1) 3%,rgba(7,56,114,1) 94%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(22,29,48,1) 3%,rgba(7,56,114,1) 94%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(22,29,48,1) 3%,rgba(7,56,114,1) 94%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161d30', endColorstr='#073872',GradientType=0 ); /* IE6-8 */	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:white;
	padding:10px;	
	height:auto;
}
.formField{
	margin-top:15px;
	margin-left:20px;
	width:200px;
	font-size:1em;
		
}
h1{
	text-align:center;
	font-size:1.8em;
	padding:10px;	
}
#mainContent p{
	text-align:center;
	font-size:1.4em;
		
}
#titleForm{
	font-size:1.5em;
	padding:10px;	
		color:white;	
		text-align:center;
}
h3{
	color:#F0EC0C;
	margin-left:20px;
	font-size:1.2em;
	padding-top:20px;
	
}
#submitButton{
	margin-top:15px;
	margin-right:20px;	
	height:35px;
	float:right;
	width:auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size:0.9em;
	font-weight:bold;
}
#com{
	height:100px;
	width:300px;
	padding:0;
}
