a.selectedit,a.selectedit_preview
{
	border-width:		2px;
	border-style:		outset;
	background-color:	white;
	padding:			1px 9px;
	text-decoration:	none;
	font-family:		ms sans serif,sans serif;
	font-weight:		normal!important;
	font-size:			12px;
	color:				rgb(153,51,51)!important;
	display:			inline!important;
}	

a.selectedit:hover
{
	background-color:	rgb(153,51,51)!important;
	color:				white!important;
}	

a.selectedit_preview
{
	background-color:	lightgreen!important;
	color:				darkgreen!important;
}	

a.selectedit_preview:hover
{
	background-color:	darkgreen!important;
	color:				white!important;
}	

#selectedit_list
{
	position:			absolute;
	display:			none;
	z-index:			5000;
	background-color:	white!important;
	border:				1px solid black;
	line-height:		16px;
	font-family:		ms sans serif,sans serif;
	font-weight:		normal;
	font-size:			11px;
	height:				auto;
	width:				auto;
	overflow:			auto;
}

a.selectedit-link
{
	padding-left:		5px;
	line-height:		16px;
	display:			block;
	width:				auto;
	text-decoration:	none;
	color:				black!important;
	cursor:				auto;
}

a.selectedit-link:hover
{
	background-color:	rgb(153,51,51)!important;
	color:				white!important;
}

input.selectedit,input.selectedit_preview
{
	background-color:	white!important;
	font-family:		ms sans serif,sans serif;
	font-size:			12px;
	vertical-align:		top;
	color:				black!important;
}

input.selectedit_preview
{
	background-color:	lightgreen!important;
}

input.siteeditbutton
{
	background-color:	white!important;
	font-family:		ms sans serif,sans serif;
	font-size:			12px;
	color:				rgb(153,51,51)!important;
}