
div.buttons-body:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

div.buttons-body
	{
	width:575px;
	margin:10px 0 10px 0;
	height:23px;
	}
div.buttons-body input.button
	{
	float:left;
	color:White;
	text-transform:uppercase;
	border:0;
	width:152px;
	height:23px;
	line-height:2.3em;
	font-size:0.9em;
	cursor:pointer;
	_behavior:url(/theme/pseudo-class-buttons.htc);
	}
div.buttons-body input.escape
	{
	background:#FE8F00;
	margin-right:5px;
	}
div.buttons-body div.actions
	{
	}
div.buttons-body div.actions input.button
	{
	margin:0 0 0 5px;
	}

div.buttons-body div.actions input.action
	{
	background:transparent url(img/button-action-bg.gif) no-repeat right 0;
	}
div.buttons-body div.actions input.default
	{
	background:transparent url(img/button-action-default-bg.gif) no-repeat right 0;
	}

div.buttons-body div.actions input.action-disabled
	{
	background-position:right -40px;
	}
div.buttons-body div.actions input.default-disabled
	{
	background-position:right -40px;
	}

div.buttons-body input.text
	{
	background:none;
	color:#F67420;
	text-transform:lowercase;
	font-size:1em;
	width:auto;
	padding:0 0 0 5px;
	cursor:pointer;
	
	}
div.buttons-body input.text:hover
	{
	color:#C65409;
	}