.shout{
  width:147px;
  border:3px solid #dc9700;
  color:#ffffff;
  font-family:Verdana;
  font-size:11px;
}

.shout .title{
  width:100%;
  color:#dc9700;
  text-align:center;
  font-family:Arial;
  font-size:20px;
  font-weight:bold;
}

.s_main{
  width:100%;
}

.s_naslov{
  width:100%;
  text-align:center;
  background-color:#99ccff;
  font-size:11px;
  color:#003366;
}

.s_ime{
  color:#dc9700;
  font-weight:bold;
  font-size:10px;
}

.s_datum{
  color:#dc9700;
  font-size:8px;
}

.s_msg{
  color:#ffffff;
  font-size:10px;
  text-align:justify;
}

.s_odgovor{
  color:#003366;
  font-size:11px;
  margin-left:5px;
}

.s_submit{
  text-align:center;
  cursor: default;
}

.s_submit:hover{
  text-align:right;
  cursor: pointer;
}

.s_text{
  color:#ffffff;
  background-color:#670000;
  border:1px solid #ffffff;
  font-family:Verdana;
  font-size:11px;
  width:138px;
}

.shout_big{
  background-color:#670000;
  padding:15px;
  width:300px;
}

