input, select, textarea {
    border: 1px solid black;
    margin:1px 0 0 0;
    background:#F3F2E9 none repeat scroll 0 0;
    border: solid 1px #E0DFD7;
    padding:3px;
    /*   font-size: 12px; */
}

input[type=submit] {
    min-width: 120px;
    color: #FFF;
    background-color: #448446;
}

.error{
    background-color: #ffEFd2;
    border: solid 1px #800;
}

.important {
    width:85%;
    margin:0 auto;
    font-size: 16px;
    color: red;
    text-align: center;
    border: solid 1px #800;
    padding: 10px 10px;
    background-color: #ffEFd2;
    margin-bottom: 25px;
}


/* 
                    STYLE ORYGINALNE SZABLONU
*/
#content h2 {
    padding-bottom: 15px;
    font-family: Tahoma, sans-serif;
}
.article {
    color: #646464;
    text-align: justify;
}
.article a {
    color: blue;
}
.article a:hover {
    color: #9E0B0E;
}
.article ul {
    padding-left: 15px;
}
.article td {
    padding: 0 5px 0 5px;
    text-align: left;
}
#content a {
    text-decoration: none;
}

#content #category {
    padding: 20px 0 0 20px;
    background-color: #e5f1f8;
    float: right;
}
#content #category ul {
    list-style-type: none;
    padding-left: 15px;
}
#content #category .clear {
    float: left;
    padding-bottom: 40px;
}
#content #category .box {
    float: left;
    width: 310px;
    margin-right: 25px;
    padding-top: 3px;
}
#content #category .orange {
    border-top: 3px solid #f29400;
}
#content #category .blue {
    border-top: 3px solid #3078a6;
}
#content #category .green {
    border-top: 3px solid #448446;
}
#content #category .red {
    border-top: 3px solid #C10B0B;
}
#content #category .purple {
    border-top: 3px solid #6F0293;
}
#content #category .lightgreen {
    border-top: 3px solid #74A035;
}
#content #category h3 {
    padding: 10px 0;
}
#content #category h3 a {
    font-family: Tahoma, sans-serif;
    color: #000;
}
#content #category h3 a:hover {
    color: #9E0B0E;
}
#content #category li {
    padding: 2px 0 5px;
    border-bottom: 1px solid #c0cdd1;
}
#content #category li a {
    padding-left: 15px;
    font-size: 11px;
    color: #535459;
}
#content #category li a:hover {
    color: #9E0B0E;
}
#content p {
    text-align: justify;
}
#content p a {
    text-decoration: underline;
}

#content #ostudiach div {
    padding-left: 15px;
    padding-bottom: 20px;
}
#content #ostudiach div ul {
    padding-left: 30px;
}

#content #register label {
    display: inline-block;
    width: 250px;
    text-align: right;
}
#content #register p {
    font-weight: bold;
    width: 250px;
    text-align: right;
}

.informacje p {
    padding-bottom: 10px;
}

.plan, .plan td, .plan th {
    border: 1px solid black;
}

.plan th {
    text-align: center;
    font-weight: bold;
}

.plan td {
    text-align: center;
}

.plan td:nth-child(1) {
    text-align: right;
}

.plan td:nth-child(2) {
    text-align: left;
}

.plan td:nth-child(3) {
    text-align: left;
}
