 
.topClass{
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : white;
}
.bottomClass{
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : white;
  
}
.righttopClass{
  border-top-width : 1px;
  border-right-width : 1px;
  border-top-style : solid;
  border-right-style : solid;
  border-top-color : white;
  border-right-color : white;
}
.rightbottomClass{
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : white;
  border-bottom-color : white;
}
.lefttopClass{
  border-top-width : 1px;
  border-left-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-top-color : white;
  border-left-color : white;
  
}
.leftbottomClass{
  border-left-width : 1px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : white;
  border-bottom-color : white;
}
.rightClass{
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : white;
  margin-right : auto;
}
.leftClass{
  border-left-width : 1px;
  border-left-style : solid;
  border-left-color : white;
  
}
.roundtopClass{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-top-color : #666666;
  border-left-color : #666666;
  border-right-color : #666666;
}
.roundbottomClass{
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-color : #666666;
  border-right-color : #666666;
  border-bottom-color : #666666;
}
.bothsideClass{
  border-left-width : 1px;
  border-right-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-left-color : white;
  border-right-color : white;
}
.leftfontsmallClass{
  font-size : 12px;
  font-family : "MS UI Gothic";
  border-left-width : 1px;
  border-left-style : solid;
  border-left-color : white;
}
