/* Container */
#simplemodal-container
{
    height: 335px;
    width: 590px;
    padding: 12px;
    margin:auto;
    border:none;
}
#simplemodal-container .simplemodal-data
{
    padding: 8px;
}
#simplemodal-container code
{
    /*background: #141414;
    border-left: 3px solid #65B43D;
    color: #bbb;*/
    display: block;
    font-size: 12px;
    margin-bottom: 12px;
    padding: 4px 6px 6px;
}
#simplemodal-container a
{
    color: #ddd;
}
#simplemodal-container a.modalCloseImg
{
    display: none;
    background: url(http://cdndiscoverbing.blob.core.windows.net/sitecore/images/x.png) no-repeat;
    width: 25px;
    height: 29px;
   
    z-index: 13200;
    position: absolute;
    top: -15px;
    right: -16px;
    cursor: pointer;
}
#simplemodal-container h3
{
    color: #84b8d9;
}

/* Overlay */
#simplemodal-overlay
{
    background-color: #333333;
    cursor: default;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
	filter: alpha(opacity=50) !important;
	opacity: 0.8 !important;
}

#notsupported  
{
    z-index: 10000; 
    display:none;
}


#thanks {
  display:block;
  width:570px;
   margin:0;
  background:#e4e9ed;
  color:#333333;
  background:#ffffff;
  overflow: hidden;
  position: relative;
  padding-bottom: 10px;
  
}
#thanks .hold
{
padding: 20px;
} 
#thanks .inner
{
	padding: 10px 15px;
	font-size: 90%;
}

#thanks .inner .inner 
{    
	background:  #eee;
	border:  1px solid #ccc;
	margin-top:10px;
}

#thanks a.closebutton
{
	float: right;
	text-indent:-999pt;
	background:  transparent url(http://dbingdev.gmrstagems.com/~/media/Images/toolbar/closebutton.ashx) top left no-repeat;
	display: block;
	width: 57px;
	height: 20px;
	outline: 0;
	color: #84b8d9;
	margin-top: 10px;
}

#thanks a
{
	color:  #006DD4;
	text-decoration: none;
}

#thanks a:hover
{
	text-decoration: underline;
}

#thanks p, #thanks li
{
	font-size: 12px;
}
span.thanks
{
	margin-top: 40px;
}

ul.SectionContent {
display: block;
list-style-type: disc;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
}