.foro {
	margin: 0px 20px;
}

.foro a {
	color: #000000;
}

.foro h1, .foro h2 {
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
.foro h2 {
	margin-top: 10px;
}

table#forum {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
}

table#forum td img, .foro table td img {
	border: none;
}

table#forum th {
	color: #ffffff;
	font-weight: normal;
	padding: 4px 1px;
	text-align: center;
	font-size:11px;
}

table#forum td {
	padding: 7px;
	border: solid 1px #488EA2;
	background: #559BAE;
	text-align: left;
}


table#forum tr.nobg td {
	border: 0px;
	background: none;
}



table#forum .center {
	vertical-align: middle;
	text-align: center;
}
table#forum .dark {
	color: #000000;
	background-color:#4f95a9;
}

table#forum a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

table#forum td a:hover {
	text-decoration: underline;
}

table#forum .sml {
	font-size: 11px;
}

table#forum a.sml {
	color: #ADDAE6;
	font-size: 11px;
}

table#forum td a.nazwa {
	font-weight: bolder;
}

.toright {
	float: right;
}

.opcje {
	float: right;
	width: 585px;
	padding: 2px;
	font-size: 11px;
}

.opcje a {
	font-size: 11px;
}

.foro .text {
	width: 500px;
}

.foro .area {
	width: 500px;
	height: 225px;
}

.foro .error {
	color: #000000;
	margin-left: 50px;
}

.foro .awatar {
	float: left;
	margin: 5px;
	border: 0px;
}

.foro .postinfo {
	border: solid 1px #488EA2;
	background: #4F95A9;
	padding: 2px 5px;
	float: right;
	width: 580px;
}

.foro div.post {
	float: right;
	width: 580px;
	padding: 5px;
	font-size: 11px;
}

.noweKonto th {
    text-align:right;
    padding-right: 8px;

}
.foro input, .foro select, .foro button {
    border: 1px solid #488ea2;
    font-size: 12px;
    height: 17px;
    width: 143px;
}
.foro button {
    height: 25px;
    width:100px;
    font-weight:bold;
    cursor: pointer;
}
.foro select {
    width: 145px;
     height: 20px;
}
.foro textarea {
font-family:verdana;
font-size: 11px;
}
.foro input {
    padding: 0 3px;
}
.foro input.submit {
    width: 100px;
    height:20px;
}



