table.gallery
{
background-color: #ffffff;
border-collapse: collapse;
padding: 5px 5px;
margin: 0 auto;
}
table.images {
width: auto;
}

table.gallery td
{
vertical-align: top;
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: .9em;
color: #404040;
background-color: #fafafa;
margin: 5px 5px;
padding: 2px 2px;
width: 200px;
}

form.gallery label {
	width: 180px;
	text-align: right;
}
form.gallery input {
	width: 200px;
}
div.gallery {
	width: 400px;
	margin: 0 auto;
	text-align: center;
}
.nostyle {
display:none;
}
.noedit {
 border: none;
 background-color: #fafafa;
 color: #000000;
}