
.lace3 {
   background-image: url(
http://media.tumblr.com/59bd11ebc4e29cde928a2dc443cd9ec3/tumblr_inline_mp2cqc0sEe1qz4rgp.gif
);
             background-size: auto 40px;
  background-repeat: repeat-x;
  
  width:100%;
  height: 41px;
}
.whitelace {
  background-image: url(gifs/whiteplaid.png);
  background-size: auto 40px;
  background-repeat: repeat-x;
  width:100%;
  height: 41px;
}
.box {
  height:auto;
  width:auto;
  border: grey solid 2px;
  text-align: center;
  margin-top:20px;
}

p {
  margin-top:30px;
}


.whiteborder2 {
border-radius: 5px;
border-width: 10px;
border-style: solid; 
border-image: url(gifs/whiteoutline.png)  8 fill round;
}




.blueborderA {
border-radius: 5px;
border-width: 7px;
border-style: solid; 
border-image: url(blueborder4.png) 7 fill round;
}

.blueborderB {
border-radius: 5px;
border-width: 10px;
border-style: solid; 
border-image: url(blueborder5.png) 9 fill round;
}


.blueborderC {
border-radius: 5px;
border-width: 9px;
border-style: solid; 
border-image: url(blueborder6.png) 10 fill round;
}