﻿/* General styles for the informational text design. */

/* The border of the informational text is used for the mouse over effect of the administration. */
.InformationalText
{
    position: relative;
    padding: 11px;
    border-width: 0px;
}

/* Style of the informational text when mouse is over in administration mode. */
.InformationalTextAdministration
{
    padding: 10px;
    border: 1px dotted #CCCCCC;
    background-color: #FBFBFB;
}

.InformationalText > .EditButton
{
    top: 10px;
    right: 5px;
}

.InformationalText p
{
    text-align: justify;
}