/* CSS Document */
.endfloat{
  clear: both;
  visibility: hidden;
  font-size: 0px;
  height: 0px;
  line-height: 0px;
}

.head_message{
  /*width: 100%;*/
  margin: 0 0 20px 0;
  padding: 10px 0 0 70px;
  min-height: 60px;
}

.head_message span{
  font-size: 18px;
}

.head_message p{
  font-size: 14px;
  color: #3c3c3c;
}

.head_error{
	background: url('../images/messages_error_ico1.png') no-repeat 10px 10px;
}

.head_info{
	background: url('../images/messages_info_ico1.png') no-repeat 10px 10px;
}

.head_success{
	background: url('../images/messages_ok_ico1.png') no-repeat 10px 10px;
}

.head_message ul{
  font-size: 14px !important;
  color: #3c3c3c !important;
  line-height: 17px;
  margin: 0;
}

.inline_message{
  margin: 5px 0 25px 0;
  padding: 10px 10px 10px 40px;
  border: 0;
  font-family: Verdana, Arial;
  font-weight: bold;
  line-height: 17px;
}

.stack{
  margin: 5px 0 0 0 !important;
}

.inline_error{
  background: url('../images/messages_error_ico2.png') no-repeat 13px;
  background-color: #d97676;
  color: White;
}

.inline_info{
  background: url('../images/messages_info_ico2.png') no-repeat 13px;
  background-color: none;
  color: #30617f;
  padding: 5px 10px 10px 40px !important;
}

.inline_success{
  background: url('../images/messages_ok_ico2.png') no-repeat 13px;
  background-color: #a9d976;
  color: White;
}


.redstar{
  color: #e10000;
}

.labeltd{
  width: 200px;
}
