/* ********************************* */
/*       FLAG PREVIEW STYLES         */

#preview_panel{
  position:relative;
  top:0px;
  width:360px;
}
#preview_panel #preview_top{
  position:relative;
  width:100%;  
  height:22px;
  text-align:left;
  border: 1px solid #D7e4f1;
  border-bottom:0px solid #D7e4f1;
  margin:6px 0 0 0;
  background: #EAF2F8 url('/images/title_div_gradient.png') repeat-x;
}
#preview_panel #title_div{
  position:relative;
  background: white url('/images/content_div_gradient.png') repeat-x;
  border: 1px solid #D7e4f1;
  width:330px;
  border-bottom:1px solid #D7e4f1;
  padding:0 10px 10px 20px;
}
#preview_panel #title{
  padding:15px 0 20px 0;
  font-size:18px;
  line-height:18px;
  font-weight:bold;
}
#preview_panel #details{
  float:left;
  width:auto;
}
#preview_panel #details img{
  float:left;
  margin:-1px 10px 0 0;
}
#preview_panel #details #author_time{
  font-weight:bold;
}
#preview_panel #location{
  float:left;
  margin:-13px 0 20px 0;
  width:335px;
  font-weight:bold;
}
#preview_panel #comments{
  width:220px;
  padding-left:20px;
  padding-bottom:10px;
}
#preview_panel #reply{
  width:100%;
}
#preview_panel .read_comments img{
  float:right;
  margin:0px 10px 7px 10px;
}
#preview_panel .read_comments a{
  margin:0px 5px 0 0;
  float:right;
}
#preview_panel form input.submit{
  margin-top:10px;
  margin-bottom:10px;
  width:100px;
}
#preview_panel #not_a_member{
  float:left;
  margin:10px 0 0 50px;
  width:330px;
}
#preview_panel h2{
  margin:20px 0 0 10px;
  width:300px;
}
#preview_panel #comments{
  margin-top:10px;

}
#preview_panel .comment{
  width:330px;
}
#preview_panel form{
 margin:40px 0 0 0px;
}
#preview_panel form textarea{
 margin:10px 0 0 10px;
 width:330px;
}
#preview_panel form .submit{
 margin:0px 0 0 10px;
}
