.input{
border: 1px solid #ECECEC;
color: #000;
height: 45px;
width: 500px;
margin-bottom: 0px;
margin-right: 6px;
margin-top: 20px;
outline: 0 none;
padding: 3px 3px 3px 5px;
font-size: 18px;
line-height:15px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
box-shadow: inset 0px 1px 4px #ECECEC;
-moz-box-shadow: inset 0px 1px 4px #ECECEC;
-webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.Button {
height: 45px;
width: 70px;
font-size: 18px;
background: #293AA5;
border: none;
padding: 3px 10px 3px 5px;
color: #FFF;
box-shadow: 1px 1px 5px #B6B6B6;
border-radius: 3px;
text-shadow: white;
cursor: pointer;
}
.button:hover {
background: #86cfda
}