
	html,body { background-image:none; background-color:#000; }
.name_field {
	display: none;
}
p {
	/*font-family: Rockwell,Courier Bold,Courier,Georgia,Times,Times New Roman,serif;*/ 
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
	color:#fff;
	font-size:.9em;
line-height: 1.3em;
}
	.col-form-label {color:#fff;}
input {
	font-size: .9em;
}
p.formTitle {
	color: #ffab2c;
	font-weight: 500;
	font-size: 2.1em;
	margin: 0px;
	text-shadow: -1px 1px 2px rgba(0,0,0, 0.5);
	transform: scale(1, 1.1);
	-webkit-transform: scale(1, 1.1); /* Safari and Chrome */
	-moz-transform: scale(1, 1.1); /* Firefox */
	-ms-transform: scale(1, 1.1); /* IE 9+ */
	-o-transform: scale(1, 1.1); /* Opera */
	line-height:1em;
	
}
.btn-submit {
	border-radius: 15px;
	padding: 5px 35px;
	color: #000000;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #F79C19;
 *background-color: #F79C19;
	background-image: -moz-linear-gradient(top, #FFDEB0, #F79C19);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFDEB0), to(#F79C19));
	background-image: -webkit-linear-gradient(top, #FFDEB0, #F79C19);
	background-image: -o-linear-gradient(top, #FFDEB0, #F79C19);
	background-image: linear-gradient(to bottom, #FFDEB0, #F79C19);
	background-repeat: repeat-x;
	border-color: #F79C19;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDEB0', endColorstr='#F79C19', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-submit:hover, .btn-submit:focus, .btn-submit:active, .btn-submit.active, .btn-submit.disabled, .btn-submit[disabled] {
	color: #FFFFFF;
	background-color: #F79C19;
 *background-color: #003bb3;
	background-image: none;
}
	.form-group {margin-bottom:5px;}
.custom-select {padding:0px;}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 768px) {
.container{max-width: 100%;margin:0px;padding:0px;}
}
