/*
=============================================================
© 2008 Российская школа CSS (Russian CSS School)
http://www.css-school.ru
Урок CSS №25. Создание всплывающего окна
style.css - Набор стилей для урока
=============================================================
*/


#wind {
   	position: absolute;
	width:250px;
	height:120px;
	font-size:12px;
	line-height:12px;
	left: 55%;
  	top: 1050px;
	border:solid #591400 1px;
	display: none;
  	z-index: 10;
    overflow: hidden;
    background-color:#d9b56f;
    color:#591400;
    text-align:center;
    padding:10px;
	
}

#org {
   	position: absolute;
	width:250px;
	height:100px;
	left: 53%;
  	top: 590px;
	border:solid #591400 1px;
	display: none;
  	z-index: 10;
    overflow: hidden;
    background-color:#d9b56f;
    color:#591400;
    text-align:center;
    padding:10px;
		font-size:12px;
	line-height:12px;
}
#razd {
   	position: absolute;
	width:250px;
	height:100px;
	left: 53%;
  	top: 620px;
	border:solid #591400 1px;
	display: none;
  	z-index: 10;
    overflow: hidden;
    background-color:#d9b56f;
    color:#591400;
    text-align:center;
    padding:10px;
		font-size:12px;
	line-height:12px;
}
#kofe {
   	position: absolute;
	width:250px;
height:100px;
	left: 53%;
  	top: 670px;
	border:solid #591400 1px;
	display: none;
  	z-index: 10;
    overflow: hidden;
    background-color:#d9b56f;
    color:#591400;
    text-align:center;
    padding:10px;
		font-size:12px;
	line-height:12px;
}
#inet {
   	position: absolute;
	width:250px;
height:100px;
	left: 53%;
  	top: 700px;
	border:solid #591400 1px;
	display: none;
  	z-index: 10;
    overflow: hidden;
    background-color:#d9b56f;
    color:#591400;
    text-align:center;
    padding:10px;
		font-size:12px;
	line-height:12px;
}

#birth {
   	position: absolute;
	width:250px;
height:100px;
	left: 53%;
  	top: 620px;
	border:solid #591400 1px;
	display: none;
  	z-index: 10;
    overflow: hidden;
    background-color:#d9b56f;
    color:#591400;
    text-align:center;
    padding:10px;
		font-size:12px;
	line-height:12px;
}
#tor {
   	position: absolute;
	width:250px;
height:100px;
	left: 53%;
  	top: 670px;
	border:solid #591400 1px;
	display: none;
  	z-index: 10;
    overflow: hidden;
    background-color:#d9b56f;
    color:#591400;
    text-align:center;
    padding:10px;
		font-size:12px;
	line-height:12px;
}
#ban {
   	position: absolute;
	width:250px;
	height:100px;
	left: 53%;
  	top: 700px;
	border:solid #591400 1px;
	display: none;
  	z-index: 10;
    overflow: hidden;
    background-color:#d9b56f;
    color:#591400;
    text-align:center;
    padding:10px;
		font-size:12px;
	line-height:12px;
}
