
*.hidden{
	display: none;
}
*.error{
	box-shadow:0 0 3px 1px red;
}
span.preview_text{
	text-align: left;
	text-indent: 0px;
	margin-left: 2px;
	font-size: 14px;
	line-height: 16px;
	box-shadow:0 0 3px 1px #ccd;
}


h3{margin:0;text-align: center;}
table{margin-top:10px;border-color:#ddd;}
table th{font-size:12px;text-align: center;line-height: 36px;background-color:#f5f5f5;color:#888;}
table td{font-size:12px;line-height: 25px;text-indent: 5px;}
table td input{line-height: 26px;font-size:16px;text-indent: 5px;margin-left:2px;margin-right:2px;border:none;background-color:#F9F9F2;}
table td input:hover{background-color:white;box-shadow:0 0 6px 0px #ea9;}

div.notify:empty{
	display:none;
}
div.notify{
	border-radius:5px;
	border:1px solid red;
	background-color: #faa;
	padding:10px;
	width:500px;
	margin-left:auto;
	margin-right:auto;
}