/*
-----------------------------------------------
Errors Stylesheet for Daruma4
----------------------------------------------- */
body {
  color: #333;
  font-size: 11px;
  padding: 0 0 40px;
  background-color: #f1f1ec;
}

/* anchors
----------------------------------------------- */
a {
  color: #555;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color:#9F1A5C;
  text-decoration:underline;
}

/* Container styles
----------------------------------------------- */
.container_16 {
  margin-top: 60px;
}

.container_16 .grid_16 { }

/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.1em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}

h1 a {
  font-weight:normal;
}

/* paragraphs, quotes and lists
----------------------------------------------- */

p {
  margin-bottom:1em;
}

blockquote {
  font-size:1.2em;
  padding-left:1em;
  border-left:4px solid #ccc;
}

blockquote cite {
  font-size:.9em;
}

ul, ol {
  padding-top:0;
}

/* message information
----------------------------------------------- */

.message_secure,
.message_error,
.message_error500,
.message_info {
  padding: 5px;
  background: url(../../../images/bg_80.png);
  border-radius: 2px;
  width: 500px;
  margin: 0 auto;

  -moz-box-shadow: 5px 5px rgba(0,0,0,0.2);
  -webkit-box-shadow: 5px 5px rgba(0,0,0,0.2);
  box-shadow: 5px 5px rgba(0,0,0,0.2);
}

.message_secure {}

.message_error {}

.message_error500 {}

.message_secure p,
.message_error p,
.message_error500 p,
.message_info p {
  font-size: 20px;
  color: #EF7C1B;
  margin: 0 0 0 5px;
}

.message_secure p {
  color: #EF7C1B;
}

.message_error p {
  color: #116FB7;
}

.message_error500 p {
  color: #E30412;
}

.list_secure,
.list_error,
.list_error500,
.option_list {
  margin: 0;
}

.list_secure li,
.list_error li,
.list_error500 li,
.option_list li {
  margin-left: 5px
}