/* Identity box */
div#identbox
{
    width:180px;
    white-space:normal;
}
div#identbox div#identboxTop
{
    width:180px;
    height:10px;
    /*background: url(../img/identbox-top.png) no-repeat;*/
    padding:0;
    margin:0;
}
div#identbox div#identcontent
{
    border-left:1px solid #9dc4d8;
    border-right:1px solid #9dc4d8;
    background-color:#eff5f9;
    padding:0px 10px;
    margin:0;
}
div#identbox hr
{
    background-color: #9dc4d8;

border-top-width: 0pt;

border-right-width: 0pt;

border-bottom-width: 0pt;

border-left-width: 0pt;

border-top-style: none;

border-right-style: none;

border-bottom-style: none;

border-left-style: none;

border-top-color: -moz-use-text-color;

border-right-color: -moz-use-text-color;

border-bottom-color: -moz-use-text-color;

border-left-color: -moz-use-text-color;

height: 1px;

margin-top: 5px;

margin-right: 0px;

margin-bottom: 5px;

margin-left: 0px;
}
div#identbox div#identboxBottom
{
    width:180px;
    height:18px;
    background-image:url(../img/identbox-bottom.png);
    padding:0;
}

div#identitybox p
{

margin-top: 3px;

margin-right: 0px;

margin-bottom: 3px;

margin-left: 0px;

}