.doxyedit-button
{
	height: 21px;
	width: 49px;
/*  background-image: url('edit.gif'); */
	cursor: pointer;
    position: relative;
    margin-right: 6px;
    margin-top: 4px;
    float: right;
}
.doxyedit-button:after {
    content: "Edit";
    background-color: black;
    color: white;
    padding: 3px 10px;
    border-radius: 5px;
    box-shadow: 1px 2px 1px gray;
}
.memdoc {
	min-height: 20px;
}

.doxyedit-pane
{
	min-height: 100px;
	width: 100%;
	min-width: 620px;
	overflow: hidden;
}

.wmd-panel
{
	width: 50%;
	min-width: 300px;
	float: right;
}

.wmd-button-bar 
{
	width: 100%;
	background-color: silver; 
}

.wmd-input 
{ 
	height: 200px;
	width: 100%;
	background-color: #ffffdd;
	border: 1px solid DarkGray;
	padding: 5px 0px 5px 5px ;
}

.wmd-preview 
{ 
	background-color: transparent;
	float: left;
}

.wmd-button-row 
{
	border: 1px solid #BBBBBB;
    height: 20px;
    margin: 0 0 2px;
    padding: 0;
    position: relative;
    width: 379px;
}

.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(wmd-buttons.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.wmd-spacer1
{
    left: 50px;
}
.wmd-spacer2
{
    left: 175px;
}
.wmd-spacer3
{
    left: 300px;
}

.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;
}
