﻿#simplemodal-container a.modalCloseImg
{
	background: url(/content/img/slidebox-close-button.png) no-repeat;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -4px;
	right: -2px;
	cursor: pointer;
    height: 26px;
    margin-top: -10px;
    margin-right: -10px;    
    float: right;
    width: 26px;
}

#simplemodal-container
{
	height: 480px;
	width: 920px;
	background-color: #eee;
	border: 4px solid #ccc;
	padding: 5px;
	font-size:1em !important;
}

/*
#simplemodal-container div.header
{
	background-color: #336699;
	font-size: 10px;
	font-weight: bold;
	width: 100%;
	color: #000;
	padding:0;
	margin:0;
}
*/

/*
#simplemodal-container code
{
	background: #141414;
	border-left: 3px solid #65B43D;
	color: #bbb;
	display: block;
	margin-bottom: 12px;
	padding: 4px 6px 6px;
}
*/


#basic-modal-content
{
	display: none;
}

#simplemodal-overlay
{
	background-color: #000;
	cursor: wait;
}

.toolbar-ModalPopUp
{
	width: 100%;
	height: 60px;
	background-color: #ccc;
}

.toolbar-item
{
	float: left;
	width: 80px;
	margin: 4px;
	text-align: center;
	border-right: 1px solid #ddd;
}

.toolbar-text a
{
	color: #000;
}

.toolbar-text a:hover
{
	text-decoration: underline;
}
