.edit 
{
	/*width: 460px;*/
	width: 100%;
}
table.content
{
	margin-top: 2px;
	margin-bottom: 2px;
}

.popup
{
	position: absolute;
	background: #ccc;
	width: 300px;
	height: 200px;
	top: 150px;
	left: 500px;
	border: 1px solid red;
	text-align:left;
	
}
.hidden
{
  display: none;
}
