h1{
    margin:0 0 0 40px;
}
.holder{
    padding:40px;
    font-family:Arial, sans-serif;
}
.row{
    margin-bottom:5px;
}
.spanOne{
    display: inline-block;
    width: 180px;
}
.spanOne + span{
    margin-right: 10px;
}
.block_wrap{
    margin-top:30px;
}
.block{
    position: relative;
    float: left;
    width: 300px;
    height: 300px;
    margin: 0 30px 0 0;
    background: green;
}
.inpText{
    display: inline-block;
    width: 50px;
}
.block_row{
    position: relative;
    overflow: hidden;
}
.block_copy{
    float: left;
    background: orange;
    width: 350px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 18px;
    padding: 30px;

}
.topLeft,.topRight,.bottomRight,.bottomLeft{
    position: absolute;
    width: 50%;
    height: 50%;
    text-align: center;
    color: #fff;
    line-height: 150px;
}
.topLeft{
    left: 0;
    top: 0;
}
.topRight{
    right: 0;
    top: 0;
}
.bottomRight{
    right: 0;
    bottom: 0;
}
.bottomLeft{
    bottom: 0;
    left: 0;
}
