/* przed zalogowaniem */
#logowanie {
    width: 215px;
    height: 96px;
    background: url(../images/aplikacja/logowanie.gif) top left no-repeat;
    text-decoration: none;
}

.my_form {
	padding: 0px;
	
}

.input {
    width: 200px !important;
	width: 215px;
    height: 10px;
    text-align: right;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 7px !important;
	padding-bottom: 5px;
}

.inp {
    width: 110px;
    height: 12px;

	float: right;
    font-size: 10px;
    font-family: Tahoma;
    background-color: transparent;
    border: none;
}

#zaloguj {
    width: 207px !important;
	width: 215px;
    height: 14px;
    text-align: right;
    padding-right: 8px;
    padding-top: 2px;
    color: white;
}

.submit {
    width: 62px;
    height: 14px;
    font-size: 10px;
    font-family: Tahoma;
    border: none;
    background: none;
	float: right;
    padding-bottom: 2px;
    color: white;
}

#reszta {
    width: 215px;
    height: 43px;
    font-family:Tahoma;
	font-size:10px;
    padding-top: 10px;
    position: relative;
}

#zapamietaj {
    width: 100px;
    height: 15px;
    text-align: left;
    padding-left: 5px;
    float: left;
}

#rej {
    width: 95px;
    height: 40px;
    text-align: right;
    line-height: 18px;
    padding-right: 10px;
    padding-top: 3px;
    float: right;
}

#rej a {
    color: #E60000;
}


/* po zalogowaniu */
#nielogowanie {
    width: 215px;
    height: 96px;
    font-family:Tahoma;
	font-size:10px;
    border-left: 1px solid red;
}

.zalogowany {
    width: 215px;
    height: 30px;
    padding-left: 9px;
    padding-top: 4px;
    vertical-align: top;
    position: relative;
}

.dane {
    position: absolute;
    top: 5px;
    left: 80px;
}

#wyloguj {
    width: 211px;
    height: 35px;
    text-align: right;
    padding-top: 2px;
    padding-right: 4px;
}

#wyl_but {
    height: 14px;
    background: url(../images/aplikacja/wyloguj.gif) top right no-repeat;
    padding-right: 12px;
    padding-top: 1px;
    color: white;
}

#wyl_but a {
    color: white;
}

#edytuj {
    width: 203px;
    height: 15px;
    padding-left: 12px;
}

#edytuj a {
    color: #767679;
}