/*
==============================================================================

  © Copyright 2002-2009 Media Monitors. All Rights Reserved.

  Media Monitors Company Confidential, Media Monitors, 445 Hamilton Ave. White Plains, NY 10601

  This code and all associated files are the proprietary property of Media Monitors.

  No portion nor portions may be used without the express written permission of Media Monitors.

==============================================================================
*/

.confirm_btn
	{
	cursor: pointer;
	font: 11px Verdana;
	font-weight: bold;
	text-align: center;
	color: white;
	border: 1px white outset;
	height: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	}

.confirm_dialog
	{
	position: absolute;
	top: 150px;
	left: 250px;
	width: 400px;
	display: none;
	z-index: 9999999999;
	background-color: #FBFBF9;
    background-image: url(images/diamondplate.png);
	color: #595F47;
	font-family: verdana, arial, sans-serif, Helvetica;
	font-size: 12px;
    font-weight: normal;
	padding-top: 14px;
	padding-left: 34px;
	padding-bottom: 4px;
	padding-right: 4px;
	border: 2px silver outset;
	text-align: left;
	}

.confirm_dialog td
	{
	color: #595F47;
	}

.confirm_dialog img
	{
	position: relative;
	top: -0px;
	left: 35px;
	}

.confirm_dialog input
	{
	width: 260px;
	background-color: white;
	color: #595F47;
    font-family: verdana, arial, sans-serif, Helvetica;
    font-size: 12px;
    font-weight: normal;
	}

.confirm_dialog input.checkbox
	{
	width: 20px;
	background-color: transparent;
	color: #595F47;
    font-family: verdana, arial, sans-serif, Helvetica;
    font-size: 12px;
    font-weight: normal;
	}

.confirm_dialog td
{
	background-color: Transparent;
	border: none;
	padding:0;
	margin:0;
}

#cb_message
{
    font-family: verdana, arial, sans-serif, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.confirm_dialog a:link 		{color: #FF8711; font-weight: normal; font-size: 12px; text-decoration:none; cursor: pointer; }
.confirm_dialog a:visited 	{color: #FF8711; font-weight: normal; font-size: 12px; text-decoration:none; cursor: pointer; }
.confirm_dialog a:active 	{color: #FF8711; font-weight: normal; font-size: 12px; text-decoration:none; cursor: pointer; }
.confirm_dialog a:hover 	{color: #004698; font-weight: normal; font-size: 12px; text-decoration:underline; cursor: pointer; }

