I'm trying to create a div tag for my danger notes. I have it working so that if the danger note is 2+ lines of text, it looks like I want it.
Is there a way to vertically center the text (so the text is vertically centered in the div box)?
div.Danger
{
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-repeat: no-repeat;
background-image: url('../Images/Common/Symbol_Danger.eps');
height: 45px;
padding-left: 60px;
padding-top: 5px;
padding-bottom: 5px;
background-position: left center;
mc-auto-number-format: '{b}DANGER: {/b}';
mc-auto-number-position: float-left;
background-color: #ffb871;
color: #000000;
}