/*************************************************************************
 * Buttons
 * 
 *************************************************************************/


div.buttons-body:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

div.buttons-body
	{
	float: left;
	width: 575px;
	margin: 10px 0 10px 0;
	height: 17px;
	background:transparent url(img/buttons-body-bg.gif) no-repeat;
	}

div.buttons-body input.button
	{
	float: left;
	color: White;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
	width: 165px;
	height: 17px;
	padding: 1px 0 3px 0;
	font-size:0.85em;
	font-family:Verdana;
	cursor:pointer;
	/*([IE<=6]*/
	behavior: url(/theme/pseudo-class-buttons.htc);
	/*)*/
	}

/**
 * Boto de Escape
 */
div.buttons-body input.escape
	{
	background:transparent url(img/button-escape-bg.gif) no-repeat top left;
	margin-right: 5px;
	}

div.buttons-body div.actions
	{
	float: right;
	/*([IE<=6]*/
	behavior: url(/theme/pseudo-element-buttons.htc);
	/*)*/
	}
div.buttons-body div.actions input.button
	{
	margin: 0 0 0 5px;
	}

div.buttons-body div.actions input.action:first-child
	{
	background:transparent url(img/button-action-bg.gif) no-repeat top left;
	}
div.buttons-body div.actions input.default:first-child
	{
	background:transparent url(img/button-action-default-bg.gif) no-repeat top right;
	}
div.buttons-body div.actions input.action
	{
	background:transparent url(img/button-action-bg.gif) no-repeat -15px 0;
	}
div.buttons-body div.actions input.first-child
	{
	background:transparent url(img/button-action-bg.gif) no-repeat top left;
	}

/**
 * Boto de Ao Principal
 */
div.buttons-body div.actions input.default:last-child,
div.buttons-body div.actions input.action:last-child
	{
	background:transparent url(img/button-action-default-bg.gif) no-repeat top right;
	}
div.buttons-body div.actions input.default
	{
	background:transparent url(img/button-action-default-bg.gif) no-repeat -15px 0;
	}

div.buttons-body div.actions input.last-child
	{
	background:transparent url(img/button-action-default-bg.gif) no-repeat top right;
	}

div.buttons-body input.button:hover,
div.buttons-body input.button.hover,
div.buttons-body div.actions input.button:first-child:hover,
div.buttons-body div.actions input.button.first-child.hover,
div.buttons-body div.actions input.first-child-hover,
div.buttons-body div.actions input.button:hover,
div.buttons-body div.actions input.button.hover
	{
	background-position: 0 -40px;
	}

div.buttons-body div.actions input.default:hover,
div.buttons-body div.actions input.default.hover
	{
	background-position: -40px right!important;
	}

div.buttons-body div.actions input.default:last-child:hover,
div.buttons-body div.actions input.default.last-child.hover,
div.buttons-body div.actions input.last-child-hover
	{
	background-position: right -40px;
	}

div.buttons-body div.actions input.back-button:first-child
	{
	background:transparent url(img/button-action-bg.gif) no-repeat top left;
	}
div.buttons-body div.actions input.back-button:first-child:hover
	{
	background-position: 0 -40px;
	}

/**
 * Active
 */
div.buttons-body input.active,
div.buttons-body div.actions input.active
	{
	background-position: 0 -80px!important;
	}

/**
 * Disabled
 */
div.buttons-body input.disabled,
div.buttons-body div.actions input.disabled
	{
	background-position: 0 -120px!important;
	}
div.buttons-body div.actions input.disabled:last-child
	{
	background-position: right -120px!important;
	}

/**
 * Buttons Text
 */
div.buttons-body input.text
	{
	background:none;
	color:#F67420;
	text-transform:lowercase;
	font-size:1em;
	width:auto;
	padding:0 0 0 5px;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	cursor:pointer;
	
	}
div.buttons-body input.text:hover
	{
	color:#C65409;
	}


