textarea {
  width: 98%;
}

input.cms-button {
  background: #e8d1e8;
  border: solid 1px #ff3399;
  color: #660066;
  padding: 2px;
  text-align: center;
}

#upload-logo input.cms-button,
div.thumb-flash input.cms-button,
div.projectThumb input.cms-button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 99px;
}

#upload-logo input.cms-button {
  margin-left: 5px;
}

div.thumb-flash input.cms-button {
  margin-left: 20px;
}

div.cms-options {
  border: solid 1px #ff3399;
  background: #e8d1e8;
  position: absolute;
  left: 0;
  top: 0;
}

div.cms-options ul {
  overflow: hidden;
  list-style: none;
}

div.cms-options ul li {
  display: inline;
}

div.cms-options ul li img {
  width: auto;
  height: auto;
  margin: 0;
}

div.content, div.project {
  position: relative;
}

div.cms-menu {
  margin-bottom: 10px;
}

div.cms-menu ul {
  overflow: hidden;
  list-style: none;
  text-align: center;
}

div.cms-menu ul li {
  display: inline;
  margin: 0 5px;
}

#cms a,
div.cms-options a,
div.cms-menu a {
  border: none;
}

div.cms-menu ul li a img {
  vertical-align: middle;
}

#cms {
  border-left: solid 1px #000000;
  border-bottom: solid 1px #000000;
  padding: 10px 0 10px 28px;
  font-size: 14px;
  position: fixed;
  top: 0;
  right: 0;
  height: 50px;
  background: url(/img/cms/cms.gif) no-repeat;
  background-position: left center;
  background-color: #00ff00;
}

#cms a {
  color: #008000;
}

#cms-items {
  overflow: hidden;
  width: 1px;
  height: 50px;
  white-space: nowrap;
}

#content form.inplaceeditor-form {
  padding-top: 4px;
  overflow: hidden;
  padding-bottom: 1px;
}

#content h3 form.inplaceeditor-form {
  padding: 0;
  margin: -5px 0 -6px;
}

#cms-loader {
	position: fixed;
	color: white;
	background-color: red;
	height: 20px;
	left: 0pt;
	top: 0pt;
}

input.editor_field {
  width: auto;
  margin-right: 2px;
}

h3 input.editor_field {
  width: 100px;
}


input.editor_ok_button {
  width: auto;
  margin-right: 4px;
  height: 23px;
  position: relative;
  top: 1px;
  font-weight: normal;
}

a.editor_cancel_link.editor_cancel {
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}

#cms ul {
  list-style: none;
  padding-left: 0px !important;
}

#cms ul li.logout {
  padding: 5px 0px;
}

#cms ul li.logout a {
  padding: 5px 0px 3px 20px;
  background: url(/img/cms/logout.png) no-repeat;
  background-position: left center;
}
div.thumb-flash a {
  clear: both;
}

#content div.project {
  padding-top: 15px;
}

div.project a {
  border: none;
}

div.project table.mceLayout {
  height: 86px !important;
}

div.project table.mceLayout iframe {
  height: 56px !important;
}

div.project form.inplaceeditor-form br {
  display: none;
}

#footer form.inplaceeditor-form {
  position: relative;
  left: 50%;
  width: 585px;
  margin-left: -130px;
}