#mensagem_dia {
    cursor: pointer;
}

#daily_message {
    background-color: #fff;
    font: 16px Verdana;
    color: #1d5f8f;
    width: 575px;
    padding: 25px 30px;
    display: none;
    z-index: 1000;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#banner {
    background-color: #fff;
    font: 16px Verdana;
    color: #1d5f8f;
    width: 525px;
    padding: 25px 30px;
    display: none;
    z-index: 999999;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#overlay_convite {
    background-color: #fff;
    font: 16px Verdana;
    color: #1d5f8f;
    width: 640px;
    padding: 25px 30px;
    display: none;
    z-index: 10000;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#daily_message .close,
#banner .close,
#overlay_convite .close {
    background-image:url(../images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;

}
#overlay_alunos{
    font: 16px Verdana;
    color: #1d5f8f;
    width: 800px;
    padding: 25px 30px;
    display: none;
    z-index: 10000;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	top: 0px !important;
}

#overlay_alunos .close { top: 95px; right: 15px; background-image:url(../images/close.png); position:absolute; cursor:pointer; height:35px; width:35px; }

#daily_message img
#banner img {
    border: 3px solid #e65629;
    float: left;
    margin-right: 20px;
}

#daily_message h2 {
    background: url(../images/mensagem_dia_title.png) no-repeat;
    text-indent: -9999px;
    height: 20px;
    margin-bottom: 20px;
}

#daily_message .message, #daily_message .links {
    float: left;
    width: 355px;
}

#daily_message .message {
    border-bottom: 1px solid #d8e8ef;
}

#daily_message div.message p.educar_gerar_vida {
    text-indent: -9999px;
    background: url(../images/educar_gerar_vida_title.png) no-repeat top right;
    margin-top: 20px;
}

#daily_message div.message p.pe_kentenich {
    text-indent: -9999px;
    background: url(../images/jose_kentenich_title.png) no-repeat top right;
    margin-top: 10px;
    margin-bottom: 30px;
}

#daily_message div.message blockquote p:after {
    content: '"';
}

#daily_message div.message blockquote p:before {
    content: '"';
}

#daily_message div.links a.conheca_historia {
    background: url(../images/conheca_historia_title.png) no-repeat;
    display: block;
    text-indent: -9999px;
    width: 119px;
    height: 27px;
    margin-top: 35px;
    float: left;
}

#daily_message div.links a.siga_twitter {
    background: url(../images/siga_twitter.png) no-repeat;
    display: block;
    text-indent: -9999px;
    width: 187px;
    height: 78px;
    float: right;
}
