.header{
	
	background: #a90329; /* Old browsers */
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
    display: block:;
    position: relative;
    height: 66px;
}
.logo{
	float:left;
	/* padding:4px; */
}
.logo img{
	width:60%;
}
.heading{
	font-family: "Lucida Handwriting", Cursive !important;
	color: #fff;
    font-size: 25px;
    padding: 10px;
    /* width: 80%; */
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
    font-weight: bold;    
}

a {
	color: #971823;
}
a:hover, a:focus {
	color: #971823;
}

.fieldset {
  height: auto;
  padding: 5px 20px;
  /* margin-bottom: 30px; */
  color: inherit;
	/*background-color: #eeebec;*/
	/* background-image: linear-gradient(to right top, #dddddd, #e3e3e4, #eae9ea, #f2eff0, #f9f5f5);*/
	border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-webkit-border-radius: 0px 0px 7px 7px;
}

.jumbotron-500 .checkbox {
	margin: 12px 0;
}

.form{
	margin-bottom: 50px;
	border-style: solid;
	border-width: 1px;
	border-color:#f0f0f0;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.jumbotron-100 {
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.sm-note{
	font-size: 12px;
	font-style: italic;
	color: #971823;
	display: inline-block;
	float: right;
	line-height: 1.8;
	margin-right: 10%;
}

.headline{
	display: block;
	text-align: center;
	height:50px
}

.whiteline{
	border-bottom: 1px solid white;
}
.orangeline{
	border-bottom: 1px solid #f48d1c;;
}

.headline h1{
	margin: 12px 0;
	color: #971823;
}


.nav-tabs{
	margin-top: 50px;
}

.alert-info{
	background: #971823;	
	color: white;
	border: none;
	font-weight: 700;
	margin-bottom: 0;
	border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	padding-left: 32px;
}

.header{
	display:block;
	width: 100%;
	text-align: center;
	background-color: #971823;
}

.logo{
	display: inline-block;
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.form-captcha{
	margin-top: 20px;
	margin-bottom: 30px;
}

.form-captcha .form-control{
	max-width: 200px;
	margin-bottom: 10px;
}


.panel-heading{
	background: #eeebec;
}

.white-text-with-blue-shadow {

  text-shadow: 2px 2px 8px #FFFF;
  font: 1.5em Georgia;
  font-size: 18px;
  /* border-bottom: 2px solid #ddd; */
  border-bottom: 1px solid #ddc9c1;
  color :#b9670d;
  font-weight: bold;
}

.asterisk{
	color:red;
	font-weight:bold;
	font-size: 14x;
}

.errmsg {
  margin-bottom: 1.5rem !important; 
  color: red;
  }
  .retryerr{  
  color: red;
  font-size: 12px;
  font-family: "Sans Serif", Cursive;  
 }
 
 .fontBold{
   text-align: left;
   font-family:cursive;
   font-size: 18px
 
 }
 


 .style1 {
		color: #FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
	}
	

	p {
	   color:red;
	   font-size: 20px;
	   font-weight: bold;
	   text-align: left;
	   /* text-decoration: underline; */
	}
	ul.a {
	    list-style-type: disc;
	}
	.table table thead tr td{
			 	padding: 10px;
				font-size: 20px;
				font-weight: bold;
				border: 1px solid #000;
				width: 50%;
	}
	.table table tbody tr td{
	    padding: 10px;
	    font-size: 14px;			
	    border: 1px solid #000;
	}

 
 .message {
	   color:red;
	   font-size: 24px;
	   font-weight: bold;
	   text-align: left;
	  
 }
 
 
 
 .form-group p{
	display:inline-block;
	font-size: 18px;
	font-weight: bold;	
	color: #971723;	
	width: 90%;
	border: 1px solid #ddc0c9;
	border-radius: 5px;
	padding: 2px 5px;
	min-height:30px;
	/* max-width: 200px;
	margin-bottom: 10px; */
}
 
 .submit{
	background: #49916b;
    color: #fff;
    padding: 5px 20px;
    border: none;
    border-radius: 5px;
    /*font-weight: bold;*/
    font-size: 20px;
    margin-right: 30px;
}
.cancel{
	background: #b70a0a;
    color: #fff;
    padding: 5px 20px;
    border: none;
    border-radius: 5px;
    /*font-weight: bold;*/
    font-size: 20px;
}
 
 
 
.fontsixteen
{
	font-size:16px;
	font-family:Verdana;
}
 
 .backgroundManual{
     background: #e9e9e9;
 }
 
 
 
 
 