/*
//  CSS for Frame class
//
//  Clio Soleil (clio@PrettyGetter.TV)
//  PrettyGetter Productions (http://PrettyGetter.TV) 
*/
  
.frame_div div { margin:0; padding:0; }
.frame_div img { border:0; display:block; margin:0; padding:0; }

.frame_cornerTL { float:left; height:15px; width: 15px; }
.frame_top      { float:left; height:15px; }
.frame_cornerTR { float:left; height:15px; width: 15px; }
.frame_left     { float:left; height:auto; width:15px; }
.frame_middle   { float:left; }
.frame_right    { float:left; height:auto; width:15px; }
.frame_cornerBL { float:left; height:15px; width: 15px; }
.frame_bottom   { float:left; height:15px; }
.frame_cornerBR { float:left; height:15px; width: 15px; }
