/*
	HUMANIZED MESSAGES 1.0
	idea - http://www.humanized.com/weblog/2006/09/11/monolog_boxes_and_transparent_messages
	home - http://humanmsg.googlecode.com
*/

html, body {
    /* Damn you IE! */
}

#body_black{
    width:100%;
    height:100%;
    opacity:0.7;
    background:#000;
    position:absolute;
    top:0;
    left: 0;
    filter: alpha(opacity=70);
    z-index:100;
    display:none;
}

.humanMsg {
    font: normal 20px/50px Helvetica, Arial, Sans-Serif;
    letter-spacing: -1px;
    position:fixed;
    top: 100px;
    width: 300px;
    color: white;
    background:url('/public/img/areaFormularz.gif') repeat-x center center;
    text-align: center; 
    display: none;
    opacity: 0;
    z-index: 100000;
    -webkit-border-radius: 10px; /* Safari, Chrome */
    -khtml-border-radius: 10px;    /* Konqueror */
    -moz-border-radius: 10px; /* Firefox */
    border-radius: 10px;
}
#humanMsg.kontaktZamow_rozmowe {
    width: 585px;
}
.msg_text{
    text-align:center;
    padding:0px;
    display:block !important;
    line-height:18px;
    font-size:14px;
    font-family:Verdana, "Trebuchet MS", Tahoma, Arial, sans-serif;
    margin:10px 6px 10px 6px;
    width:95%;
    float:left;
    display:inline;
}
.msg_dodaj{
    background:url(../graf/msg_dalej.jpg) no-repeat 0 0;
    border:none;
    width:123px;
    height:39px;
    cursor:pointer;
    float:left;
    display:inline;
    margin:50px 0 0 0;
    font-size:0;
    line-height:0;
}
.humanMsg .round {
    font-size: 1px; height: 2px;
}

.humanMsg p {
    padding: .3em;
    display: inline; 
}

.humanMsg a {
    float:left;
    clear:both;
    margin:20px 0 0 118px;
    display:block;

}

.humanMsg a#msg_dalej {
    line-height: 20px;
    padding-right: 30px;
    background: url("/public/img/przeslij.png") no-repeat center right;
    color:#fff;
    font-size:11px;
    text-decoration:underline;
    clear: both;
    display: block;
    margin: 20px auto 0;
    width: 25px;
    float: none;
}
.humanMsg a img{
    float:left;
    color:#fff;
    margin:1px 0 0 5px;
}
.humanMsg .addonText {
    text-align: left;
    display: block;
    font-size: 13px;
}

#humanMsgLog {
    font: normal 10px Helvetica, Arial, Sans-Serif;
    color: white;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 200px;
    display: none;
    z-index: 10000;
}

#humanMsgLog p {
    position: relative;
    left: 50%;
    width: 200px;
    margin: 0;
    margin-left: -100px;
    padding: 0 10px;
    line-height: 20px;
    background: #333;
    text-align: center;
    white-space: pre;
    cursor: pointer;
}

#humanMsgLog p:hover {
    background: #222;
}

#humanMsgLog ul {
    /*background: #eee url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAARCAIAAACaSvE/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNqEjVEKACAIQ516Ee//5wVNCjIjaB/iY5vC3YkoIgDkVDOjQ5pqLCI3r2bLFzNzyydvM4uKqfJPKN4vyl9LO/7o3/6PhwADAIWkFPjc5eRrAAAAAElFTkSuQmCC) repeat-x;
	*/margin: 0;
    padding: 0;
    position: relative;
    max-height: 180px;
    overflow: auto;
    display: none;
}

#humanMsgLog ul li {
    color: #555;
    font-size: 12px;
    list-style-type: none;
    border-bottom: 1px solid #ddd;
    line-height: 40px;
    display: none;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
    white-space: pre;
}

#humanMsgLog ul li:hover {
    background: #f2f2f2;
}

#humanMsgLog ul li:first-child {
    margin-top: 1px;
}

#humanMsgLog ul li .error {
    color: orangered;
}

#humanMsgLog ul li .indent {
    position: absolute;
    top: 0;
    left: 100px;
    margin-right: 200px;
    height: inherit;
}
