﻿ @import url("template-1.1.css");

body 
{
	margin:10px;
	
}

#imgUpload 
{
	padding-bottom: 10px;
	margin-bottom: 0px;
}

#imgUpload .result
{
	font-size:12px;
	font-weight:bold;
}

#photos div
{
	width:114px;
	height: 86px;
	float:left;
	text-align:center;
	border: solid 1px #ccc;
	margin:2px;
	padding:2px;
	background-color:#fff;
}

#photos div img
{
	cursor:pointer;
}

