/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 242 2010-03-14 00:55:02Z emartin24 $
 *
 */

#basic-modal-content {display:none;}
#basic-modal-content2 {display:none;}
/* Overlay */
#simplemodal-overlay {
	background-color:#FFF;
	cursor:default;
}

/* Container */
#simplemodal-container {
	color:#bbb;
	background-color:#333;
	border:2px solid #444;
	padding: 4px;
}
#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 {
	width:60px;
	height:20px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-25px;
	right:-5px;
	cursor:pointer;
	background-image: url(../images/general/video-close.png);
	background-repeat: no-repeat;
}

#simplemodal-container a.modalCloseImg:hover {
	width:60px;
	height:20px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-25px;
	right:-5px;
	cursor:pointer;
	background-image: url(../images/general/video-close_hover.png);
	background-repeat: no-repeat;
}
.button a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5C106A;
	display: block;
	height: 30px;
	width: 325px;
	background-image: url(../images/general/video-button.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 25px;	/*text-align:center;*/
	line-height: 24px;	/*margin:10px;*/
	text-decoration: none;
}
.button a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	display: block;
	height: 30px;
	width: 325px;
	background-image: url(../images/general/video-button.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 25px;	/*text-align:center;*/
	line-height: 24px;	/*margin:10px;*/
}
#basic-modal-content3 {
	display:none;
}

