#brheader{
padding:5px;
color:#fff;
font-size:16px;
font-weight:bold;
text-align:center;
background-color:#83B832;
margin:0 auto;
border-bottom:3px solid #78A92E;
margin-bottom:8px;
width: 80%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.textbox{
border: 1px solid #ccc;
box-shadow: 0 0 5px #ccc inset;
color: #666;
padding: 5px 10px;
width: 20%;
outline: none;
background-color:#f8f8f8;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-right:1%;
float:none;
}
