Gracias pero aqui te lo mejore un poco
Código:
.info{
border-top: 1px solid #f3fbff;
border-bottom: 1px solid #bedae9;
/*Background Gradients*/
background: #e0f4ff;
background: -moz-linear-gradient(top,#e0f4ff,#d4e6f0);
background: -webkit-gradient(linear, left top, left bottom, from(#e0f4ff), to(#d4e6f0));
}
.info:before {
content: url(http://xtreme-animetv.allalla.com/apps/info.png);
float: left;
margin: 18px 15px 0px 21px;
}
.info strong {
color: #177fb2;
margin-right: 15px;
}
/*MESSAGE BOX*/
.message {
border-top: 1px solid #f4f4f4;
border-bottom: 1px solid #d7d7d7;
/*Background Gradients*/
background: #f0f0f0;
background: -moz-linear-gradient(top,#f0f0f0,#e1e1e1);
background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e1e1e1));
}
.message:before {
content: url(../images/message.png);
float: left;
margin: 25px 15px 0px 15px;
}
.message strong {
color: #323232;
margin-right: 15px;
}
.notification {
min-height: 70px;
width: 580px;
display: block;
position: relative;
/*Border Radius*/
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
/*Box Shadow*/
-moz-box-shadow: 2px 2px 2px #cfcfcf;
-webkit-box-shadow: 2px 2px 4px #cfcfcf;
box-shadow: 2px 2px 2px #cfcfcf;
margin-bottom: 30px;
}
.notification span {
background: url(http://xtreme-animetv.allalla.com/apps/close.png) no-repeat right top;
display: block;
width: 19px;
height: 19px;
position: absolute;
top:-9px;
right: -8px;
}
.notification .text {
overflow: hidden;
}
.notification p {
width: 500px;
font-family: Arial, Helvetica, sans-serif;
color: #323232;
font-size: 14px;
line-height: 21px;
text-align: justify;
float: right;
margin-right: 15px;
*margin-top: 15px; /*for lt IE8*/
/* TEXT SHADOW */
text-shadow: 0px 0px 1px #f9f9f9;
}
/*Auto Width Rules*/
.autoWidth{
width: auto;
}
.autoWidth p {
width: auto;
float: left;
}
.notice2 {
background: #D6ECA6;
border-top: 2px solid #8DC93E;
border-bottom: 2px solid #8DC93E;
text-align: center;
margin: 10px auto;
padding: 5px 20px;
}
</style>
el html
Código:
<center>
<div class="notification info" style="cursor: auto;">
<span></span>
<div class="text">
<p><strong>Info!</strong> Bienvenidos a xtreme-animeTV|foro aqui podras encontrar,anime,la programacion del canal y mucho mas </p>
</div>
</div>
</center>
Demo
Screenshot: