﻿body{
    background:#475f77;
}

.container{
    width:600px;
    margin:50px auto;
}

.searchbox{
    position:relative;
    min-width:50px;
    width:0%;
    height:33px;
    /*float:right;*/
    overflow:hidden;
    
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input{
    top:0;
    right:0;
    border:0;
    outline:0;
    width:100%;
    height:31px;
    margin:0;
    padding:0px 55px 0px 20px;
    font-size:11px;
    color:#323232;
    background: #c3c5c3;
    border: 1px solid #6f726f;
    
}
.searchbox-input::-webkit-input-placeholder {
    color: #323232;
}
.searchbox-input:-moz-placeholder {
    color: #323232;
}
.searchbox-input::-moz-placeholder {
    color: #323232;
}
.searchbox-input:-ms-input-placeholder {
    color: #323232;
}

.searchbox-icon,
.searchbox-submit{
    width:50px;
    height:31px;
    display:block;
    position:absolute;
    top:1px;
    font-family:verdana;
    font-size:22px;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:31px;
    text-align:center;
    cursor:pointer;
    color:#323232;
    background:#c3c5c3 url("../../../Images/RGB/search_btn[rgb].png") no-repeat 17px 9px ;
    border: 1px 1px 1px 0px solid #6f726f;
}



.searchbox-open{
    width:100%;
}

.byline{
  position:absolute;
  top:150px;
  left:30%;
  text-align:center;
  font-size:18px;
}
.byline a{
  text-decoration:none;
  color: #d74b4b;
}