﻿@charset "utf-8";
/* CSS Document */
.thumbnail{
border:#999999 solid 1px; 
padding: 5px;
background-color:#CCCCCC;  
}

.download{
padding:5px; 
height:20px; 
text-align:center;
float:left;
vertical-align:middle;   
}

.left_panel{
float:left;
padding-bottom:50px;
padding: 5px; 

}

.right_panel{
float:right; 
width:530px;
padding: 5px;  
}
.alert{
color:#FF0000;
font-weight:bold;  
}
