.info {
color : #6d6d6d;
border : 1px dotted #c7c7c7;
border-left : 6px solid #4769DB;
background-color : #fff;
background-image : url(img/info.png);
cursor : help;
}
.error {
background-color : #f4e7ea;
background-image : url(img/error.png);
border : 1px dotted #c7c7c7;
border-left : 6px solid #d01616;
color : #986265;
cursor : crosshair;
line-height : 150%;
}
.ok {
background-color : #90EE90;
background-image : url(img/ok.png);
border : 1px dotted #c7c7c7;
border-left : 6px solid #4db14c;
color : green;
cursor : crosshair;
line-height : 50px;
height : 50px;
text-align : center;
}
p a{font-weight:bold}
.error, .info, .ok {
width : auto !important ;
width : 95%;
margin : 2pt 14pt 2pt 14pt !important ;
margin : 3pt;
font-size : 11px;
padding : 2px 155px 2px 5px;
text-align : justify;
line-height : 150%;
background-repeat : no-repeat;
background-position : center right;
}
label, input[type="checkbox"], input[type="radio"] {
cursor : pointer;
}
img {
border : 0;
vertical-align : middle;
}
textarea, input {
vertical-align : middle;
}
abbr {
cursor : help;
border-bottom : 1px dotted #c7c7c7;
}
.ww {
width:25%
}
.aa {
width:25%
}
h2 {
font-size: 15px
}
body {
font-family: "segoe ui", verdana, arial, sans-serif
}
table, div {
font-size: 8pt
}
.foot {
text-align:right
}