.wmd-panel
{
  width: 365px;
  margin-bottom:20px;
}

.wmd-panel textarea 
{
  font-size:12px;
  font-family: 'Lato',sans-serif;
}

.wmd-header 
{
  background: #5c5354; /* Old browsers */
  background: -moz-linear-gradient(top, #8e8483 0%, #5c5354 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8e8483), color-stop(100%,#5c5354)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #636466 0%,#636466 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #8e8483 0%,#5c5354 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #8e8483 0%,#5c5354 100%); /* IE10+ */
  background: linear-gradient(top, #8e8483 0%,#5c5354 100%); /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8483', endColorstr='#5c5354',GradientType=0 );  */
  height: 25px;
  padding: 8px 0 0 10px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;  
}

.wmd-header p 
{
  font-family: 'Lato',sans-serif;
  color:#fff;
  font-size:0.8em;
  font-weight:600;	
  margin-top: 0;
}

#wmd-button-bar 
{
	width: 100%;
	background-color: #eee; 
}

.wmd-input 
{ 
	height: 105px;
	width: 360px;
	background-color: white;
	border: 1px solid #eee;
	padding: 5px 0 0 5px;
}

.wmd-preview 
{ 
  background: #f7ddeb; /* Old browsers */
  background: -moz-linear-gradient(top, #f7ddeb 0%, #fbedf7 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7ddeb), color-stop(100%,#fbedf7)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7ddeb 0%,#fbedf7 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7ddeb 0%,#fbedf7 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7ddeb 0%,#fbedf7 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f7ddeb 0%,#fbedf7 100%); /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7ddeb', endColorstr='#fbedf7',GradientType=0 ); */
}
#wmd-preview 
{
  
  position: absolute;
  left:-8999px;
}
.wmd-button-row 
{
	position: relative; 
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-top: 5px;  
	height: 26px;
	border-bottom: 1px solid #ddd;
}

#wmd-button-row 
{
	margin: 0 0;
}

.wmd-spacer
{
	width: 1px; 
	height: 20px; 
	margin-left: 14px;
	position: absolute;
	background-color: Silver;
	display: inline-block; 
	list-style: none;
}

.wmd-button 
{
    width: 20px;
    height: 20px;
    padding-left: 2px;
    padding-right: 3px;
    position: absolute;
    display: inline-block;
    list-style: none;
    cursor: pointer;
}

.wmd-button > span 
{
    background-image: url("/static/images/wmd-buttons.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.wmd-spacer1
{
    left: 45px;
}

.wmd-spacer2
{
	left: 165px;
}

.wmd-spacer3
{
    left: 300px;
    display: none;
}

.wmd-prompt-background
{
	background-color: Black;
}

.wmd-prompt-dialog
{
	border: 1px solid #999999;
	background-color: #F5F5F5;
}

.wmd-prompt-dialog > div 
{
	font-size: 0.8em;
	font-family: arial, helvetica, sans-serif;
}


.wmd-prompt-dialog > form > input[type="text"] 
{
	border: 1px solid #999999;
	color: black;
}

.wmd-prompt-dialog > form > input[type="button"]
{
	border: 1px solid #888888;
	font-family: trebuchet MS, helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}

#wmd-undo-button, #wmd-redo-button 
{
	display:none;
}