/*
// --------------------------------------------------------------------------------------------------------------------
// Button
// --------------------------------------------------------------------------------------------------------------------
*/
.bea-portal-button, .bea-portal-button-delete, .bea-portal-button-float
{ }

.bea-portal-button img, .bea-portal-button-delete img, .bea-portal-button-float img
{
    vertical-align: top;
    margin: 1px;
    border-style: solid;
    border-width: 1px;
    border-color: #f0f0f0;
}

.bea-portal-button:hover img, .bea-portal-button-delete:hover img, .bea-portal-button-float:hover img
{
    border-color: #666699;
}

.imgContinue {
	height:29px;
	width:104px;
	background:url(/qcms/qCmsRepository/Global/Dots/images/Continue_button_sprite.png) 0 0;
}

.imgCancel {
	height:29px;
	width:96px;
	background:url(/qcms/qCmsRepository/Global/Dots/images/cancel_button_sprite.png) 0 0;
}
.imgCloseWindow {
	height:29px;
	width:139px;
	background:url(/qcms/qCmsRepository/Global/Dots/images/closewindow_button_sprite.png) 0 0;
}

