.profilUsers_prijava_box {
    display:none;
    z-index:10000;
    background-color:#373B02;
    width:400px;
    min-height:300px; 
    border:1px solid #1D1F00;
    padding: 5px;
}

.profilUsers_prijava_box .close { 
    background-image:url(../js/plugins/tools/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px;
    cursor:pointer; 
    height:30px; 
    width:30px; 
}

.profilUsers_settings_box {
    display:none;
    z-index:10000;
    background-color:#373B02;
    width:400px;     
    min-height:300px; 
    border:1px solid #1D1F00;
    padding: 5px;
}

.profilUsers_settings_box .close { 
    background-image:url(../js/plugins/tools/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:30px; 
    width:30px; 
}

.profilUsers_registracija_box {
    display:none;
    z-index:10000;
    background-color:#373B02;
    width:400px;     
    min-height:300px; 
    border:1px solid #1D1F00;
    padding: 5px;
}

.profilUsers_registracija_box .close { 
    background-image:url(../js/plugins/tools/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:30px; 
    width:30px; 
}

.profilUsers_pozabljeno_geslo_box {
    display:none;
    z-index:10000;
    background-color:#373B02;
    width:400px;     
    min-height:300px; 
    border:1px solid #1D1F00;
    padding: 5px;
}

.profilUsers_pozabljeno_geslo_box .close { 
    background-image:url(../js/plugins/tools/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:30px; 
    width:30px; 
}

.profilUsers_header {
    padding: 2px;
    border: 1px solid #1D1F00;
    background-color: #A0A603;
}

.profilUsers_header a {
    color: #373B02;
}

#loggedInBoxUsername {
    font-weight: bold;
	color:#566300;
}

#settingsLoggedInBoxUsername {
    font-weight: bold;
}

.profilUsers_instruction {
    color:#A0A603;
}

.profilUsers_instruction_username {
    vertical-align: top;
    color: #FFF;
}

.profilUsers_username {
    border: 1px solid #B6B6B6;
    font-size: 11px;
    width: 130px;
}

.profilUsers_instruction_password {
    vertical-align: top;
    color: #FFF;
}

.profilUsers_password {
    border: 1px solid #B6B6B6;
    font-size: 11px;
    width: 130px;
}

.profilUsers_instruction_password2 {
    vertical-align: top;
    color: #FFF;
}

.profilUsers_password2 {
    border: 1px solid #B6B6B6;
    font-size: 11px;
    width: 130px;
}

.profilUsers_instruction_email {
    vertical-align: top;
    color: #FFF;
}

.profilUsers_email {
    border: 1px solid #B6B6B6;
    font-size: 11px;
    width: 130px;
}

.profilUsers_instruction_password_new {
    vertical-align: top;
    color: #FFF;
}

.profilUsers_password_new {
    border: 1px solid #B6B6B6;
    font-size: 11px;
    width: 130px;
}

.profilUsers_instruction_password_new2 {
    vertical-align: top;
    color: #FFF;
}

.profilUsers_password_new2 {
    border: 1px solid #B6B6B6;
    font-size: 11px;
    width: 130px;
}

.profilUsers_instruction_FirstName {
    vertical-align: top;
    color: #FFF;
}

.profilUsers_FirstName {
    border: 1px solid #B6B6B6;
    font-size: 11px;
    width: 130px;
}

.profilUsers_instruction_LastName {
    vertical-align: top;
    color: #FFF;
}

.profilUsers_LastName {
    border: 1px solid #B6B6B6;
    font-size: 11px;
    width: 130px;
}

.profilUsers_instruction_Address {
    vertical-align: top;
    color: #FFF;
}

.profilUsers_Address {
    border: 1px solid #B6B6B6;
    font-size: 11px;
    width: 130px;
}

.profilUsers_instruction_PostCode {
    vertical-align: top;
    color: #FFF;
}

.profilUsers_PostCode {
    border: 1px solid #B6B6B6;
    font-size: 11px;
    width: 130px;
}

.profilUsers_instruction_PostName {
    vertical-align: top;
    color: #FFF;
}

.profilUsers_PostName {
    border: 1px solid #B6B6B6;
    font-size: 11px;
    width: 130px;
}

.profilUsers_instruction_Phone1 {
    vertical-align: top;
    color: #FFF;
}

.profilUsers_Phone1 {
    border: 1px solid #B6B6B6;
    font-size: 11px;
    width: 130px;
}

.profilUsers_instruction_Phone2 {
    vertical-align: top;
    color: #FFF;
}

.profilUsers_Phone2 {
    border: 1px solid #B6B6B6;
    font-size: 11px;
    width: 130px;
}

.profilUsers_login_return_msg {
    text-align: center;
    color: #CF3A0C;
}

.profilUsers_settings_return_msg {
    text-align: center;
    color: #CF3A0C;
}

.profilUsers_reg_return_msg {
    text-align: center;
    color: #CF3A0C;
}

.profilUsers_instruction_next {
    border-bottom: 1px solid #808080;
}

.profilUsers_instruction_next a {
    color: #A0A603;
    text-decoration: underline;
}

.form_error {
    color: #CF3A0C;
}

#reg_msg {
    display: none;
    color: #CF3A0C;
}

.profilUsers_registration_msg {
    text-align: center;
}

#lost_pass_msg {
    display: none;
    color: #CF3A0C;
}

.profilUsers_lost_pass_msg {
    text-align: center;
    color: #CF3A0C; 
}
