#simple_example_window{
  width: 400px;
}

#simple_example_window_contents{
  background-color: #FFF;
  border: 3px solid #e0decc;
  
   -moz-border-radius: 10px; /* Firefox */
  -webkit-border-radius: 10px; /* Safari, Chrome */
  -khtml-border-radius: 10px; /* KHTML */
  border-radius: 10px; /* CSS3 */
}
 
#obertka{
	margin:10px;
}

#simple_example_window_beak{
  width: 25px;
  height: 21px;
  background: url('../img/simple_beak.png') bottom left no-repeat;
}

#simple_example_window_tl, #simple_example_window_tr, #simple_example_window_bl, #simple_example_window_br,
#simple_example_window_t,#simple_example_window_l,#simple_example_window_r,#simple_example_window_b{
  height: 0px;
  width: 0px;
}

#simple_example_window_close {
background: url(../img/close.png) bottom 5px no-repeat;
width: 20px;
height: 20px;
cursor: pointer;
}