input
{
	border: 1px solid #bbb;
	background-color: #fff;
}
body
{
	font-family: Verdana, Arial, Trebuchet MS;
	font-size: 10px;
}
td
{
	font-size: 10px;
}
h4
{
	font-size: 14px;
}
 .picker
 {
	position: absolute;
	visibility: hidden;
	z-index: 100;
 }
 #preview
 {
	position:absolute;
	left: 61%;
	top: 240px;
	width: 250px;
	height: 260px;
	visibility: hidden;
	z-index: 200;
	background-color: #fff;
 }