

#basic-modal-content {
	display: none;
}

/* Overlay */
#simplemodal-overlay {
	background-color: #000;
}

/* Container */
#simplemodal-container {
	color: #000;
	background-color: #f0f0f0;
	border: 3px solid #222;
	padding: 12px;
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,.7);
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.7);
	box-shadow: 1px 1px 10px rgba(0,0,0,.7);
}

#simplemodal-container code {
	background: #141414;
	border-left: 3px solid #65B43D;
	color: #bbb;
	display: block;
	margin-bottom: 12px;
	padding: 4px 6px 6px;
}
#simplemodal-container a {
	color: #ddd;
}
#simplemodal-container a.modalCloseImg {
	background: url(/apps/pics/modal_x.png) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	right: -12px;
    top: -11px;

	cursor: pointer;
	_background: none;
	_right: -11px;
	_width: 22px;
	_height: 26px;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/apps/pics/modal_x.png',sizingMethod='scale');
}
#simplemodal-container #basic-modal-content {
	padding: 8px;
}





/*  Reporting  */
#reporting {
	width: 460px;
	padding: 12px 20px;
	display: none;
	text-align: left;
	font-family: Arial, sans-serif !important;
	font-size: 9.5pt !important;	
}

#reporting p {
	padding: 0;
	margin: 0 0 1em 0;
}

#reporting label {
	display: block;
	font-weight: bold;
	margin: 0 0 .3em 0;
}

#reporting input, #reporting textarea {
	margin-bottom: .3em;
}

#reporting small {
	font-weight: normal;
	font-style: oblique;
	font-size: 8.5pt;
}

#reporting label small {
	display: inline;
}

#reporting_visibleform {
	width: 460px;
	margin: 18px auto 0 auto;
}
#reporting #reporting_notes, #reporting #reporting_emailaddress {
	width: 100%;

	display: block;
}

#reporting #report_send {
	width: 80px;
	display: block;
	float: right;
	margin-top: 6px;
}

#reporting #reporting_send_button {
	width: 80px;
	display: block;
	float: right;
	margin-top: 6px;
}

#reporting .notebelow {
	color: #555;
}

#get_embed_code {
	width: 460px;
	padding: 12px 20px;
	display: none;
	text-align: left;
	font-family: Arial, sans-serif !important;
	font-size: 9.5pt !important;	
}

#embed_code {
	width: 100%;
	display:block;
	
}

