div.editToolbar {
  height: 21px;
  padding: 4px 0 0 0;
  font-weight: bold;
  font-size: 11px;
  margin: 0;
  text-align: left;
  font-family: Verdana, Tahoma, sans-serif;
  background: url(/images/edit_bar_chrome.jpg) 0 0 repeat-x;
}
div.logOut {
  position: absolute;
  right: 179px;
  top: 4px;
}
div#closeWindowLink {
	position: absolute;
	width: 160px;
	top: 5px;
	right: 5px;
}

div#openWindowLink {
   top: 5px;
   width: 160px;
   right: 5px;
   position: absolute;
   visibility: hidden;
   
}
div.editForm {
   position:absolute;
   width: 964px;
   right: 0;
}
.editForm table {
  border: 1px solid orange;
}
.editForm select.categories {
   height: 350px;
   width: 280px;
}


.editForm div.liner {
  margin: 29px 70px 0 70px;
  text-align: left;
  font-family: Corbel, Verdana, Tahoma, sans-serif;
  border: 1px solid #632c10;
  background: #fdf2d5 url(/images/sandpaper.gif) 0 0 repeat-x;
  padding: 5px 30px;
}
.editForm h2 {
  font-size: 180%;
}
.editForm h2 em{
	color: #55290e;
}
td.label {
  font-weight: bold;
  width: 110px;
}
.editForm td {
  padding-bottom: 6px;
}
.editForm input, .editForm textarea, .editForm select {
 font-family: Corbel, Verdana, Tahoma, sans-serif;
 font-size: 15px;
}
.editForm input {
  width: 250px;
}
.editForm textarea {
  width: 325px;
}
.editForm input.submitBtn { 
  width: 120px;
}