    body {
        padding-right: 0px; padding-left: 0px; padding-bottom: 0px; padding-top: 0px;
        font-family: Arial;
        margin: 0px;
        color: #000000;
    }
    
    form {
        margin: 0px; padding: 0px;
    }
    
    input {
        border: 1px solid #a0a0a0;
        font-family: Arial;
        font-size: 12px;
        height: 18px;
    }
    
    select {
        width: 100px;
        height: 18px;
        font-family: Arial;
        font-size: 12px;
    }
    
    textarea {
        width: 320px;
        height: 100px;
    }
    
    li {
        margin-bottom: 6px;
        padding-left: 0px;
        color: #990022;
    }
    
    hr {
        border-bottom: 1px solid #990000;
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
    }
    
    table {
        font-family: Arial;
        font-size: 12px;
        color: #000000;
    }
    .descriere {
        font-weight: bold;
        color: #1189AE;
    }
    .maintable {
        border-collapse: collapse;
        background: white;
        color: #000000;
        height: 100%;
        border: 1px solid #cccccc;
    }
    .maintable td {
        padding: 0px;
        font-weight: bold;
    }

    a {
        font-family: Arial;
        font-size: 12px; background: none transparent scroll repeat 0% 0%; 
        color: #91BD64; text-decoration: none;
    }
    
    a:visited {
        background: none transparent scroll repeat 0% 0%; 
        color: #91BD64; text-decoration: none;
    }
    
    a:hover {
        background: none transparent scroll repeat 0% 0%; 
        color: #990000; text-decoration: none;
    }
    
    a:active {
        background: none transparent scroll repeat 0% 0%; 
        color: #006699; text-decoration: none;
    }
    
    .input { 
        color: #000000; 
        font-family: Arial; font-size:11px; font-weight: normal;
        text-decoration: none;
        height: 18px;
        border-color: #006699; border-style: solid; border-width: 1px; 
        background : #ffffff;
    }
    
    .popupx {
		background: white;
		padding: 0px;
		position: absolute;
		margin-top: 20px;
	}