.psd-alert
{
color: #38362E;
border-color: #C79316;
background: #F2D388;
padding: 11px 60px 0 60px;
border: 1px solid #C79316;
margin: 0 auto;
min-height: 115px;
line-height: 1em;
}
.psd-alert-content
{
  padding-top: 10px;
}

.psd-alert-logo {
  float: left;
  width: 90px;
  margin-left: 0px;
  padding-left: 0px;
  min-height: 115px;
  background: #F2D388 url(/themes/psd_theme/images/psdsmall.gif) no-repeat 11px 11px;
}
.psd-alert-updated
{

}
.psd-alert-hidden
{
color: #38362E;
border-color: #C79316;
background: #F2D388;
border: 1px solid #C79316;
margin: 0 auto;
padding-right: 60px;
min-height: 1.75em;
}

.psd-alert-header
{
color: #38362E;
font-family: Georgia;
font-size: 16px;
font-weight: bold;
padding: 0 0;
margin: 0 0;
padding-left: 30px;
padding-bottom: 5px;
/* line-height: 1.5em; */
line-height: 2.0em;
}
.psd-alert-hidden .psd-alert-header
{
  float:left;
}
.psd-alert-message
{
margin: 0.6em 0 35px;
font-size: 14px;
padding-top: 50px;
color: #38362E;
line-height: 1.5em;
}
.psd-alert-message p
{
  margin: 0.75em 0;
}
.psd-alert-links
{
clear: both;
vertical-align:bottom;
text-align:right;
padding-bottom: 2px;
}
.psd-alert-hidden .psd-alert-links
{
  float: right;
  clear: none;
}
.psd-alert-links a,
.psd-alert-links a:link,
.psd-alert-links a:active,
.psd-alert-links a:visited
{
  color: #0062A0;
  text-decoration: underline;
}
.psd-alert-hide
{
margin-top: -25px;
padding-right: 20px;
}

.psd-alert-show
{
padding-right: 20px;
}

.psd-alert-message ul {
  list-style: disc;
  margin: 1em 1em 1em 1em;
  padding-left: 40px;
}
.psd-alert-message li {
}
