.center {
    text-align: center;
    margin: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.SearchBar {
    font: 16px arial,sans-serif;
    font-weight: normal;
    line-height: 34px;
    height: 34px !important;
    width: 459px;
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
    border: 1px solid #cccccc; 
    border-radius: 2px;
    background-color: #f2f2f2;
    color: #202020;
    cursor: default;    
    margin: 11px 4px;
    min-width: 54px;
    padding: 0 16px;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
}

.SearchBar:hover {
    border: 1px solid #3a7999;
	background: rgba(0,0,0,0);
}

.SearchBtn {
    height: 36px;
    line-height: 27px;    
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);    
    border: 1px solid #cccccc;
    border-radius: 2px;
    background-color: #f2f2f2;
    color: #757575;
    cursor: default;
    font-family: arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 11px 4px;
    min-width: 54px;
    padding: 0 16px;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
}

.SearchBtn:hover {
    border: 1px solid #3a7999;
	color: black;
}

.OutputURL {
    font: 10px arial,sans-serif;
    font-weight: normal;
    color: #757575;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 1em;
    width: 100%;
    color: #a8a8a8;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 12px;
}