/* @override http://stalliontroupers.de/site/wp-content/plugins/theme-my-profile/theme-my-profile.css */

#profile {

    padding: 5px;

    }



#profile .error {

    padding: 5px;

    border: 1px solid #ff0000;

    background-color: #f08080;

    }



#profile .message {

    padding: 5px;
    

    border: 1px solid #ff0000;

    background-color: #8e0303;
     /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
    

    }

