/*

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: 5px;
	padding: 10px;
	border-width: 1px;
	border-color: rgb(170,170,170);
	border-style: solid;
	text-align: center;
	overflow: hidden;
}

/* 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;
}
