/*$Id: growlSiteNotification.css 93090 2012-03-28 16:56:54Z ezell.burke $
/css/0.1/screen/ common/modules/growl/growlSiteNotification.css
(c)2006 - 2012 The New York Times Company */

@import url(/css/0.1/screen/common/modules/growl/common.css);

.nytdGrowlUIContainer .element1 {
  width: 78px;
  height: 64px;
  padding: 18px 10px 15px;
  border-radius: 4px 0 0 4px;
  border-right: 1px solid #555;
  box-shadow: 1px 0 0 #3a3a3a;
}

.nytdGrowlUIContainer .element2 {
  font-size: 13px;
  margin: 17px 30px 0 0;
  width: 280px;
}

.nytdGrowlUIContainer .element2 a {
  color: #00589e;
}

.nytdGrowlNotifyMessage:last-child { 
  margin-bottom: 0;
}

.nytdGrowlNotifyMessageStyle  { 
  height: 97px;
}

.nytdGrowlNotifyCross {
  margin: -12px -25px 0 0;
  background: url(/images/apps/common/growl/growl-close.png) no-repeat;
}
