#error{
    overflow: visible;
    position:fixed;
    left:0;
    top:0;
    text-align: center;
    padding:15px;
    font-size:18px;
    border-bottom: 2px solid red;
    width: 100%;
    display:none;
    z-index: 2;    
}

#wizzard{
    height:400px;
    width:900px;
    margin:20px auto;
    overflow: hidden;
    position:relative;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;

}

#wizzard .items{
    width:2000em;
    clear:both;
    position:absolute;
}

#wizzard .pagina{
	padding:10px 10px;
	width:900px;
    height:400px;
	float:left;   
}

#status{
    margin:0px auto;
    padding:0;
    list-style-type: none;
    width:600px;
    height:32px;
}

#status li{
    width:200px;
    height:32px;
    margin:0;
    padding:0;
    display: inline-block;
    float:left;
}

#step1{
    background: url('../../imagini/navbar_cont_nou.png') 0 -32px;
}

#step2{
    background: url('../../imagini/navbar_cont_nou.png') -200px -32px;
}

#step3{
    background: url('../../imagini/navbar_cont_nou.png') 200px -32px;
}

#step1.active{
    background-position: 0 0;
}

#step2.active{
    background-position: -200px 0;
}

#step3.active{
    background-position: 200px 0;
}

table .info p{
    color:#717170;
    margin:3px 0 3px 0;
}

table .col_name{
    width:150px;
    font-weight: bold;
    color:#717170;
}

table .col_field{
    width:450px;
    height:30px;
    background: url('../../imagini/transparent.png') repeat;
    padding:0;
}

table .col_help{
    width:290px;
    height:30px;
    background: url('../../imagini/transparent.png') repeat-x repeat-y;
    padding:0px;
    margin:0px;
}

input.text_field{
    width:445px;
    height: 23px;
    padding:0 0 0 5px;
    border: 1px solid #c6c6c6;
    background: #eeeeee;
    font-size:16px;
    margin:0;
}

input.password{
    border:1px dashed #c6c6c6;width:250px;background-color:white;
}

input.text_field:hover{
    background:#ffffff;
}

span{
    width: 265px;
    height:30px;
    display: block;
    line-height: 30px;
    margin:0px;
    padding: 0 0 0 5px;
    color:#a4a2a2;
}

span.error{
    padding: 0 0 0 25px;
    color:#ff0000;
    background: url('../../imagini/icz.png') no-repeat 2px 5px;
}

span.proceed{
    padding: 0 0 0 25px;
    background: url('../../imagini/ok.png') no-repeat 2px 5px;
    color:#54922a;
}

select{
    margin:0;
}

.next{
    width:149px;
    height:22px;
    background: url('../../imagini/butoane_cont_nou.png') 0 0 no-repeat;
    border:0;
    padding:0;
    cursor:pointer;
    outline: none;
    margin:30px 0 0 0;
}

.next:hover{
    background-position: 0 -22px;
}

.next:hover{
    outline: none;
}


.finalizare{
    width:149px;
    height:22px;
    background: url('../../imagini/butoane_cont_nou.png') 0 -44px no-repeat;
    border:0;
    padding:0;
    cursor:pointer;
    outline: none;
    margin: 30px 0 0 0;
}

.finalizare:hover{
    background-position: 0 -66px;
}
