/* Darko Bunic http://www.redips.net/ Feb, 2010. */

/* styles needed for dialog box */

/* dialog box */
#dialog{
	display: none;
	z-index: 2999;
	position: absolute;
	background-color: #ffffff;
	border-radius: 7px;
	padding: 10px;
	border-width: 1px;
	border-color: rgb(170,170,170);
	border-style: solid;
	text-align: center;
	overflow: hidden;
}

#dialog button { font-size: 16px; border-radius: 0; -webkit-appearance: none; background-image: linear-gradient(to bottom, #e4e4e4, #f7f7f7); border: 1px solid #afafaf }

/* shaded div */
#shade{
	z-index: 998;
	display: none;
	position: absolute;
	background-color: black;
	width: 100%;
	height: 100%;
}

/* other styles */


/* ordered list demo */
#ol_demo li{
	margin-bottom: 10px;
}

body{
	font-family: arial;
}
