﻿div.thumbnail 
{
	width: 104px;
	height: 104px;
	text-align: center;			
	float: left;
	font: 12px Verdana,Arial,helvetica;
	margin-top: 4px;
	margin-left: 3px;
	margin-bottom: 4px;
	margin-right: 0px;
	overflow: hidden;
}
div.imageholder 
{
	margin: 0px;
	padding: 1px;
	border: 1px solid #CCCCCC;	
	width: 100px;
	height: 85px;
	overflow: hidden;
}
div.titleholder 
{
	font-family: Arial, helvetica;
	font-size: 11px;
	width: 100px;
	height: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;			
}
div.browser
{
	border: 1px solid rgb(204, 204, 204); 
	margin: 0px; 
	overflow: auto; 
	background-color: rgb(255, 255, 255); 
	height: 210px; 
	width: 560px;
}
.body_design
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	background-color: White;
	color: Black;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
textarea.body_html
{
	font-family: Lucida Console, Courier New, Courier;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	background-color: White;
	color: Black;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

