/* CSS Document */
/* Boxes */

/* mainPage */
.mainBox{
width:307px;
}
.mainLBoxes{
width:319px;
float:left;
}
.mainRBoxes{
width:635px;
float:right;
}

/*subPage */
.subBox{
margin-bottom:10px;
}

/* subPageSmall */
.subBoxSmall{
width:210px;
}
.subBoxLSmall{
width:220px;
float:left;
}
.subBoxRSmall{
width:447px;
float:right;
}
.titleBox{
margin-bottom:15px;
}

.columnBox{
width:300px;
padding-top:10px;
}

/* forularze */
.formularz{
background:#d3dde8;
font-size:10px;
margin-top:10px;
}
.formContent{
padding:10px;
}
.formBottom{
background:url(../img/cuf/formback.gif) repeat-x;
height:51px;
text-align:center;
}
.label{
text-align:right;
}
.okienko{
border:#c7d4e3 1px solid;
height:20px;
margin:5px;
padding:2px;
}
.okienko2{
border:#c7d4e3 1px solid;
height:120px;
margin:5px;
padding:2px;
}
.formularz select{
height:24px;
margin:5px;
}
