/* Messages */
#messages
{
  width: 400px;
  margin: 0px auto 10px auto;
  text-align: justify;
  /*font-family: "Tahoma", "Arial", "Arial CE", "Helvetica CE", sans-serif;*/
  font-size: 1.0em;
  position: relative;
}

#messages DIV.information, #messages DIV.warning, #messages DIV.error
{
  position: relative;
  margin: 0px auto 5px;
  background-color: #B31212;
  color: #FFFFFF;
  width: 100%;
  overflow: hidden;
}

#messages DIV.message-matrjoska
{
  padding: 5px 8px;
  position: relative;
}


/* Text zpravy */
#messages P
{
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
}


/* Typy zprav */
/*#messages DIV.information
{
  background-color: #0000FF;
  color: #FFFFFF;
}

#messages DIV.warning
{
  background-color: #FFFF00;
  color: #000000;
}

#messages DIV.error
{
  background-color: #FF0000;
  color: #FFFFFF;
}*/

/* rohy */
/*#messages DIV .corner
{
  position: absolute;
  width: 16px;
  height: 16px;
}

#messages DIV .top-left
{
  top: 0px;
  left: 0px;
  background-position: top left;
}

#messages DIV .top-right
{
  top: 0px;
  right: 0px;
  background-position: top right;
}

#messages DIV .bottom-left
{
  bottom: 0px;
  _bottom: -1px;
  left: 0px;
  background-position: bottom left;
}

#messages DIV .bottom-right
{
  bottom: 0px;
  _bottom: -1px;
  right: 0px;
  background-position: bottom right;
}*/

/* ikona */
/*#messages DIV .icon
{
  margin: -2px 4px 0px -2px;
  width: 40px;
  height: 40px;
  float: left;
}*/

/* zdroje rohu a ikon */
/*#messages DIV.information .corner
{
  background-image: url('../images/information-corners.gif');
}

#messages DIV.warning .corner
{
  background-image: url('../images/warning-corners.gif');
}

#messages DIV.error .corner
{
  background-image: url('../images/error-corners.gif');
}

#messages DIV.information .icon
{
  background-image: url('../images/information.gif');
}

#messages DIV.warning .icon
{
  background-image: url('../images/warning.gif');
}

#messages DIV.error .icon
{
  background-image: url('../images/error.gif');
}*/
