/* CSS Document */ #header { float:left; width:759px;} #main { float:left; width:703px; padding:19px 19px 19px 19px; border:solid 9px; border-color:#CCCCCC;} .test { border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: dashed; border-left-width: 1px; border-left-color: #B9B9B9; } .test2 { border-left-style: none; border-right-style: none; border-bottom-style: none; border-top-style: dashed; border-top-width: 1px; border-top-color: #B9B9B9; } .test3 { border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: b9b9b9; } .blue_border { border: 1px dashed #B6B6B6; } .green_border { border: 1px dashed #B6B6B6; } 