@charset "utf-8";
/* CSS Document */
/*#topnav form{
	         display:inline-block;
	          }*/
form {
                
                margin: auto;
				
}
.search {
                padding:5px;
               /* background:rgba(50, 50, 50, 0.2);*/
                border:2px solid rgba(50, 50, 50, 0.2);
				width:auto;
				height:auto;
				display:inline-block;
}
.button {
                /*position:relative;
				display:inline-block;*/
				margin-top:-2px;
                padding:11px 20px 9px 20px;
                
                /*border:solid #ff9900;*/
                background-color:#ff9900;
                color:#fafafa;
				width:auto;
				height: auto;
				
}
.button:hover  {
	            cursor:pointer;
                background-color:#ff9900;
                color:#207cca;
				}
:-ms-input-placeholder { /* For Internet Explorer 10+ */
    color:solid rgba(50, 50, 50, 0.2);
                font-family: "Century Gothic";
               
}
::-moz-placeholder { /* For Mozilla Firefox 19+ */
    color:solid rgba(50, 50, 50, 0.2);
                font-family:"Century Gothic";
               
}
:-moz-placeholder { /* For Mozilla Firefox 4 to 18 */
    color:solid rgba(50, 50, 50, 0.2);
                font-family:"Century Gothic";
                }
::-webkit-input-placeholder { /* For WebKit browsers */
    color:solid rgba(50, 50, 50, 0.2);
                font-family:"Century Gothic";
             
}

 @media screen and (max-width:1200px)
       {.button {
                /*position:relative;
				display:inline-block;*/
				margin-top:-2px;
                padding:5px 10px 4px 10px;
				font-size:12px;
                
                /*border:solid #ff9900;*/
                background-color:#ff9900;
                color:#fafafa;
				width:auto;
				height: auto;		
}
.search {
                padding:2px;
               /* background:rgba(50, 50, 50, 0.2);*/
                border:2px solid rgba(50, 50, 50, 0.2);
				width:auto;
				height:40px;
				display:inline-block;
}
}


 @media screen and (max-width:500px)
       {
.button {
                /*position:relative;
				display:inline-block;*/
				margin-top:-2px;
                padding:1px 2px 1.5px 2px;
				font-size:12px;
                
                /*border:solid #ff9900;*/
                background-color:#ff9900;
                color:#fafafa;
				width:auto;
				height: auto;		
}
.search {
                padding:2px;
               /* background:rgba(50, 50, 50, 0.2);*/
                border:2px solid rgba(50, 50, 50, 0.2);
				width:auto;
				height:40px;
				display:inline-block;
}
}
