@charset "utf-8";
/* CSS Document */
form  {
				margin-top: 10px;
				margin-right:100px;
}

.search {
                padding:8px 15px;
                background:rgba(50, 50, 50, 0.2);
                border:0px solid #dbdbdb;
}
.button {
                position:relative;
                padding:6px 15px;
                left:-8px;
                border:2px solid #990033;
                background-color:#990033;
                color:#fafafa;
}
.button:hover  {
                background-color:#fafafa;
                color:#207cca;
}
 
section h1 {
				margin:10px;
				font-weight:bold;
				color:#990033;
	
}

section h2 {
				color:#000;
				margin:auto;	
}

main{
				margin:10px;
				margin-top:100px;
				border-style: solid;
     			border-color: #a30046;
	 			background-color: white;
	 			padding: 10px;
				height: 650px;
}

label {
				width: 300px;
				text-align: left; 
				font-size: 14px; 
				color: #8C1734; 
				font-family: arial; 
				text-transform: lowercase; 
				text-shadow: 0px 1px 0px #f2f2f2;
				padding-left: 10px;

  }

#buttonsarea input {
				width: 18px; 
				padding: 5px 5px 0px 10px; 
				margin: 0 0 19px 0;
				background: -moz-linear-gradient(top, #546A7F 0%, #5E768D 20%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546A7F), color-stop(20%,#5E768D)); 
				border-radius: 5px; 
				-moz-border-radius: 5px; 
				-webkit-border-radius: 5px;
				-moz-box-shadow: 0px 1px 0px #f2f2f2;
				-webkit-box-shadow: 0px 1px 0px #f2f2f2;
				font-family: arial; 
				font-size: 16px; 
				color: #f2f2f2; 
				text-transform: uppercase; 
				text-shadow: 0px -1px 0px #334f71; 
  }

#buttonsarea button {
			   width: 185px; 
			   height: 52px; 
			   float: right; 
			   padding: 0px 15px; 
			   margin: 0 15px 0 0;
			   cursor: pointer;
			  -webkit-border-radius: 0;
			  -moz-border-radius: 0;
			  border-radius: 0px;
			  -webkit-box-shadow: 0px 1px 3px #666666;
			  -moz-box-shadow: 0px 1px 3px #666666;
			  box-shadow: 0px 1px 3px #666666;
			  font-family: Georgia;
			  color: #990033;
			  font-size: 20px;
			  background: #ffffff;
			  padding: 10px 20px 10px 20px;
			  border: solid #991137 2px;
			  text-decoration: none;
  }

#buttonsarea button:hover {
    		    background: #ffb310;
				text-decoration: none;
  }

#contact {
  				width: 650px;
  }

#leftside {
   			    width: 275px;
				float: left;
  }

#rightside {
				width: 300px;
				float: left;
  }

#resultsbox {
				margin-top: 25px;
				width: 250px;
				height: 300px;
				float: left;
				padding: 0px 5px 5px 5px;
				display: none;
  }

#buttonsarea {
				width: 250px;
				float: left;
  }

#buttonsarea ul li {
				list-style: none;
				float: left;
  } 	

#buttonsarea ul li #button1 {
    			margin-bottom: 15px;
  }

#buttonsarea ul li #button2 {
    			margin-bottom: 15px;
  }

#message {
				padding-left: 10px;
				font-size: 18px;
				font-family: arial, sans-serif;
				font-weight: bold;
				padding-top: 5px;
				text-align: center;
  }

#results {
				padding-left: 20px;
				color: #570E1B;
				font-size: 20px;
				font-family: arial, sans-serif;
  }

#results li {
				padding-left: 30px;
				line-height: 16px;
				list-style-type: none;
				margin-bottom:10px;

}

#results a {
  	  			text-decoration: none;
    			color: black;
    			display: block;
    			transition: .3s background-color;
}
 
#results a:hover {
    			background-color: #ffb310;
}

#err {
				color: red;
				font-style: italic;
				font-size: 12px;
				font-family: arial, sans-serif;
				/*color: #445668;*/
				font-weight: bold;
				padding-left: 25px;
   
  }
  

