

/***** Msg Alert *******/

.action_resp_msg_holder {
  margin-bottom:20px;
}

 .err_msg  {
  background-color: #000;  
  background-image: -khtml-gradient(linear, left top, left bottom, from(#FFC2C2), to(#FFC2C2));
  background-image: -moz-linear-gradient(top, #FFC2C2, #FFC2C2);
  background-image: -ms-linear-gradient(top, #FFC2C2, #FFC2C2);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFC2C2), color-stop(100%, #FFC2C2));
  background-image: -webkit-linear-gradient(top, #FFC2C2, #FFC2C2);
  background-image: -o-linear-gradient(top, #FFC2C2, #FFC2C2);
  background-image: linear-gradient(top, #FFC2C2, #FFC2C2);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC2C2', endColorstr='#FFC2C2', GradientType=0);
    
  padding:10px;
  width:90%;
  /*margin:0 auto;*/
  color:#C24848;
  font-size:13px; 
  font-weight:bold;
  margin:0 auto;
  margin-bottom:20px;
}

 .ok_msg  {
  background-color: #57a957;  
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  
  padding:10px;
  width:90%;
  /*margin:0 auto;*/
  color:#FFF;
  font-size:13px; 
  font-weight:bold;
  margin:0 auto;
  margin-bottom:20px;
}

.ok_msg, .err_msg a:link {color:#FFF;}
.ok_msg, .err_msg a:visited {color:#FFF;}

.msg_alert {border:1px solid #; border-radius: 10px; -moz-border-radius:10px; -webkit-border-radius:10px; margin-top:10px;}

.msg_alert .msg_alert_text {float:left; width:85%; font-size: 15px; line-height: 20px; text-shadow:none; font-weight: bold; text-align: center;}
.msg_alert .msg_alert_close {float:right; background:url(../img/cross.png); width:26px; height:26px; margin-top:-3px; cursor:pointer;}


/***** Msg Alert *******/


.clear {
  clear: both;
}

