@charset "utf-8";
body,div,
h1,h2,p,
ol,ul,li {
  margin: 0;
  padding: 0;
  border: 0;
}

body{
	background:#ddd;
	color:black;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 16px;
	}
#content{
	width:100%;
	display:inline-block;
	text-align:center;
	}
ul{ width:50%;
	padding-top:10px;
	color:#01446a;
	display:inline-block;
	text-align:center;
	
}
ul li{
	padding-top:20px;
	list-style: none;
	padding:12px; 
    border-bottom:1px solid #eee;
    position:relative;}
label{
	color: #555555;
    display: inline-block;
    float: left;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-top: 3px;
    padding: 3px;
    width: 65px;
	}
input{
	height:20px; 
    width:220px; 
    padding:5px 8px;
	
	border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
    color: #888;
    font-size: 12px;
    padding-right:30px;
    -moz-transition: padding .25s; 
    -webkit-transition: padding .25s; 
    -o-transition: padding .25s;
    transition: padding .25s;
	}
input:focus, .contact_form textarea:focus {
    background: #fff; 
    border:1px solid #555; 
    box-shadow: 0 0 3px #aaa; 
    padding-right:80px;
	}
button{
   margin-left:0;
   padding: 9px 17px;
   font-family: Helvetica, Arial, sans-serif;
   font-weight: bold;
   line-height: 1;
   color: #444;
   border: none;
   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bbb));
   background-image: -moz-linear-gradient(0% 100% 90deg, #BBBBBB, #FFFFFF);
   background-color: #fff;
   border: 1px solid #f1f1f1;
   border-radius: 10px;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
button:hover{
	opacity:.55;
    cursor: pointer; 
    color: #fff;
}
button:active {
    border: 1px solid #222;
    box-shadow: 0 0 10px 5px #444 inset; 
}
@media only screen and (max-width: 1250px) {
}
@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 350px) {
	input{
	height:20px; 
    width:120px; 
    padding:5px 8px;
    padding-right:5px;
    
	}
	input:focus, .contact_form textarea:focus {
    padding-right:20px;
	}
}