a {
color : #cf1e9c;
text-decoration : none;
}
a:hover {
text-decoration : underline;
}
img {
border : none;
}
ul, ol {
margin: 0;
padding: 0;
line-height : normal;
}
p {
padding : 0px;
margin : 0px;
margin-top : 4px;
line-height : 1.4em;
}
.text_center {
text-align : center;
}
.text_small {
font-size : 11px;
font-weight : normal;
}
.text_strong {
font-weight : bold;
}
.text_justify {
text-align : justify;
}
.img_right {
float : right;
margin : 6px;
}
.img_left {
float : left;
margin : 6px;
}
.valign_top {
vertical-align : top;
}
.valign_middle {
vertical-align : middle;
}
.valign_bottom {
vertical-align : bottom;
}
.spacer {
clear : both;
}
#error_handler {
margin : auto;
}
.error_unknow {
background : #b2bc99;
}
.error_success {
background : #8ac77f;
}
.error_notice {
background : #aca899;
}
.error_warning {
background : #ff9900;
}
.error_fatal {
background : #d92e00;
}
.error_unknow, .error_success, .error_notice, .error_warning, .error_fatal {
height : 35px;
width : 440px;
color : #000000;
border : 1px solid #7c7d6a;
margin : auto;
padding : 0.75em;
text-align : left;
}
html > body .error_unknow, html > body .error_success, html > body .error_notice, html > body .error_warning, html > body .error_fatal {
height : auto;
min-height : 35px;
}

