#commands
{
position: relative;
	
}

#modeoptions
{
	display: inline;
	margin-left: 10px;
}
#editbutton
{
	margin:0;
	padding: 0;
	text-align: center;
	background-color: White;
	color: Black;
	width: 76px;
	font-weight: bold;
	font-size: 10pt;
	font-style: normal;	
	font-family: Arial, Verdana, Sans-Serif;
	line-height:normal;
	display: inline-block;
}

#editbutton:hover { background-color: Gray; color:Black; }
#editbutton:Link     {color: Black; text-decoration:none;}
#editbutton:Visited  {color: Black; text-decoration:none;}
#editbutton:Active   {color: Black; text-decoration:none;}

#previewbutton
{
	margin:0;
	padding: 0;
	text-align: center;
	background-color: Black;
	color: White;
	width: 76px;
	font-weight: bold;
	font-size: 10pt;
	font-style: normal;	
	font-family: Arial, Verdana, Sans-Serif;
	line-height:normal;
	display: inline-block;
}

#previewbutton:hover { background-color: Gray; color:Black; }
#previewbutton:Link     {color: White; text-decoration:none;}
#previewbutton:Visited  {color: White; text-decoration:none;}
#previewbutton:Active   {color: White; text-decoration:none;}

.commandbutton
{
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	background-color: #E0E0E0;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 5px;
	font-weight: bold;
}

.warningbox
{
	border: 3px solid Red;
	padding: 10px;
	margin: 250px;
	font-size: 1.3em;
	text-align: center;
	float: none;
	background-color: #E9ECEE;
}

.editcontent
{
	margin-left: 25px;
}

.photo
{
	margin: 5px;
}