table.gallery_table {
	margin:0px;
	border:1px solid #000000;

}

table.gallery_table tr{
	width:350px;
}

table.gallery_table tr td{
    border:1px solid green;
  padding:20px;
}

table.gallery_table tr td a img{
	width:350px;
	height:350px;
	background:#FFFFFF;
	border:0px solid #000000;
}

textarea.product_name {
	float: right;
	margin-left:10px;
	
  	padding:0px;
	border-left:0px dotted #9B9BA1;
	border-top:0px dotted #9B9BA1;
	border-bottom:0px dotted #9B9BA1;
	border-right:0px dotted #9B9BA1;
    font-family:Arial,Verdana,Times;
    font-size:11px;
    letter-spacing:1px;
    color:#000000;
    word-spacing:2px;
    line-height:15px;
    width:158px;
    height:350px;
    padding:10px;
    overflow:hidden;
}

html>body textarea.product_name {
		margin-left:10px;
}