﻿/*
	 copyright 2012 Hill-Rom. All Rights Reserved
	 client: Hill-Rom 
	 author: Vinter AB. www.vinterwebb.se
	 date: 01/26/2012
*/ 


/* ---------------------------------------------------
Simple modal - video overlays
-----------------------------------------------------*/

/* overlay */

#simplemodal-overlay {
	background-color: #000;
	cursor: wait;
}

/* container */

#simplemodal-container {
	background-color: #F7F7F4;
	border: 4px solid #666;
	color: #444;
	padding: 20px;
	height:600px; 
	width:600px; 
}

#simplemodal-container a { color: #ddd; }

#simplemodal-container a.modalCloseImg {
	background: url(../images/layout/modal-close.png) no-repeat;
	cursor: pointer;
	display: inline;
	height: 10px;
	position: absolute;
	right: 7px;
	top: 9px;
	width: 10px;
	z-index: 3200;
}

/* hide */

.modal { display: none; }