#error_box {
        position:       absolute;
        border:         1px solid red;
        width:          190px;
        height:         auto;
        left:    30px;
        top:            0px;
        overflow:       auto;
        background:     white;
        color:          red;
        display:        none;
	z-index:	100;
	text-align: 	center;
	padding:	3px;
}

.error {
	font-size:	10pt;
	/*text-indent: 	60px;*/
}

.txt {
	font-size:	9pt;
	margin-top:	15px;
}

