/* Diyalog CSS */

.diyalog { 
width:80%;
margin:20px auto;
padding:0;
min-height:60px;
border:#CCCCCC 1px solid;
font-family:Arial, Helvetica, sans-serif;
}

#info {
background:#f4f4f4 url(../images/info.png) bottom right no-repeat;
}

#error {
background:#f4f4f4 url(../images/block.png) bottom right no-repeat;
}

#ok {
background:#f4f4f4 url(../images/accept.png) bottom right no-repeat;
}

.diyalog h1 {
margin:0; 
color:#CC0000;
font-size:18px;
}

.diyalog p {
margin:0;
font-size:13px;
}
