@charset "utf-8";
/* CSS Document */
/* System communicate */

.communicate{
margin:10px;
padding-left:152px;
padding-top:20px;
padding-right:20px;
padding-bottom:30px;
clear:both;
}
.communicate .title{
padding-bottom:7px;
margin-bottom:10px;
}
.ok{
background:#196313 url(../img/znak_ok.gif) 32px 11px no-repeat;
border:1px solid #099620;
color:white;
}
.ok .title{
background:url(../img/line_ok.gif) left bottom no-repeat;
}
.info{
background:#152752 url(../img/znak_info.gif) 32px 11px no-repeat;
border:1px solid #2a93ff;
color:white;
}
.info .title{
background:url(../img/line_info.gif) left bottom no-repeat;
}
.stop{
background:#780e0e url(../img/znak_stop.gif) 32px 11px no-repeat;
border:1px solid #ff7676;
color:white;
}
.stop .title{
background:url(../img/line_stop.gif) left bottom no-repeat;
}
.uwaga{
background:#b5730f url(../img/znak_uwaga.gif) 32px 11px no-repeat;
border:1px solid #ff8e2a;
color:white;
}
.uwaga .title{
background:url(../img/line_uwaga.gif) left bottom no-repeat;
}

