/*Default ContentBox Code*/.ContentBox {background-color: transparent; border: none;}.ContentBoxTitle {padding: 5px; background-color: transparent; color: #cccccc; font-family: Fantasy; font-size:16pt; font-weight: bold; }.ContentBoxBody {background: transparent url(http://www.axiomfiles.com/Files/38869/parch-gr.jpg); border-style: inset; color: navy; }/*Default Alternating Grid Row Color*/.MoGridRow { text-align: left; }.AltGridRow {background-color: #CFDCE6;color: #383838;}.NormGridRow {background-color: #ECF1F5;color: #383838;}/*Side ContentBox Code*/#box_Vote .topleft, #box_Vote .topright, #box_Vote .lefttile, #box_Vote .righttile, #box_Vote .bottomleft, #box_Vote .bottomright { }#box_Vote .toptile { background: transparent url(http://i201.photobucket.com/albums/aa236/Mottie1/testsite/styles/parchtop.gif) bottom center no-repeat; height:28px; padding:5px; }#box_Vote .bottomtile { background: transparent url(http://i201.photobucket.com/albums/aa236/Mottie1/testsite/styles/parchbot.gif) center center no-repeat; height:51px; padding:5px; }#box_Vote .ContentBoxBody { background: transparent url(http://i201.photobucket.com/albums/aa236/Mottie1/testsite/styles/parchmid.gif) top center repeat-y; padding: 5px; color: #a52a2a; border-style: hidden; }#box_Vote .ContentBoxBody2 { background: transparent url(http://i201.photobucket.com/albums/aa236/Mottie1/testsite/styles/parchmid.gif) top center repeat-y; padding: 10px 25px; border-style: hidden; color: #a52a2a; }#box_Vote { background: transparent; border-style: hidden; color: #000000;}#box_Vote .ContentBoxTitle { background-color: transparent; color: #a52a2a; position: relative; top:20px; left:30px; }/*Side Alternating Grid Row Color*/#box_Vote .NormGridRow { background: transparent; color: #000000; }#box_Vote .ContentBoxBody a, #box_Vote .MoGridRow a { color: #333333; }The issue I am having is that the inset border defined in the default code is worming its way into my test code. Can I not do it this way?
#box_Vote .ContentBoxBody { background: transparent url(http://i201.photobucket.com/albums/aa236/Mottie1/testsite/styles/parchmid.gif) top center repeat-y; padding: 5px; color: #a52a2a; border-width: 0; }