
#contentbox{
	border: 1px solid #eeeeee;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #b2b2b2;
    color: #343b3f;
    float: left;
    height: 119px;
    margin: 1.25%;
    padding: 10px 5px;
    position: relative;
    text-align: center;
    width: 129px;
   
}
#contentbox img{
	margin-bottom: 0;
	clear: both;
}

#contentbox h3 {
    color: inherit;
    font-size: 13px;
    font-weight: normal;
}

.resetfield{
margin:0 auto;
width:800px;
}
.resetfield span{

width:200px;
float:left;

}

.resetfield input[type=text]{
    width: 50%;
    padding: 12px 10px;
    margin: 5px 0;
    box-sizing: border-box;
    float:right;

}