div.ODFormDaneBG
{
    background: url('../img/tlo_dane_pojazdu.gif') top right no-repeat #f6f6f6;
}

div.ODFormKontaktBG
{
    background: url('../img/tlo_dane_kontaktowe.gif') top right no-repeat #f6f6f6;
}

div.ODFormPodgladBG
{
    background: url('../img/tlo_podglad.gif') top right no-repeat #f6f6f6;
}

div.ODFormDodanoBG
{
    background: url('../img/tlo_dodano.gif') top right no-repeat #f6f6f6;
}

div.ODFormAktywacjaBG
{
    background: url('../img/tlo_aktywacja.gif') top right no-repeat #f6f6f6;
}

div.ODFormEdycjaBG
{
    background: url('../img/tlo_edycja.gif') top right no-repeat #f6f6f6;
}

table.OgloszeniaForm
{
    width: 642px;
    border: 0px solid black;
    border-collapse: separate;
    border-spacing: 10px;
    margin: 0px;
}

    table.OgloszeniaForm td
    {
	width: 200px;
	font-size: 12px;
    }
    
    table.OgloszeniaForm tr.b
    {
	font-size: 14px;
	font-weight: bold;
	color: #5b5b5b;
    }

	table.OgloszeniaForm tr.b td
	{
	    font-size: 14px;
	}
	
	table.OgloszeniaForm tr.f td
	{
	    font-size: 12px;    
	    padding-bottom: 10px;    
	    border-bottom: 1px solid #cccccc;
	}

	table.OgloszeniaForm td.i input
	{
	    border: 1px solid red;
	    background-color: #faa9a7;
	}

	table.OgloszeniaForm td.i select
	{
	    border: 1px solid red;
	    background-color: #faa9a7;
	}

    table.OgloszeniaForm td.area
    {
	width: 622px;
	padding-bottom: 10px;    
	border-bottom: 1px solid #cccccc;
    }

table.OgloszeniaForm2
{
    width: 642px;
    border: 0px solid black;
    border-collapse: separate;
    border-spacing: 10px;
}

    table.OgloszeniaForm2 td
    {
	font-size: 12px;
    }

        table.OgloszeniaForm2 td.i
	{
	    text-align: center;
	}

    table.OgloszeniaForm2 th
    {
	font-size: 12px;
	font-weight: bold;
    }
    
    table.OgloszeniaForm2 tr.b
    {
	font-size: 14px;
	font-weight: bold;
	color: #5b5b5b;
    }

	table.OgloszeniaForm2 tr.b td
	{
	    font-size: 14px;
	}
	
	table.OgloszeniaForm2 tr.f td
	{
	    font-size: 12px;    
	    padding-bottom: 10px;    
	    border-bottom: 1px solid #cccccc;
	}

div.LayoutRamka1 div.submit
{
    text-align: right;
    margin-top: 5px;
    margin-bottom: 7px;
    margin-right: 7px;
}

div.LayoutRamka1 div.submit2
{
    height: 32px;
    margin: 7px;
    position: relative;
}
	
div#OFormFotos
{
    margin-top: 5px;
    border: 1px solid #eaeaea;
    padding: 5px;
}

    div#OFormFotos div.OFormFotosItem
    {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eaeaea;
    }

div.OPodgladNaglowek
{
    position: relative;
    height: 370px;
}

    div.OPodgladNaglowek div.OPNFotoMain
    {
	position: absolute;
	top: 40px;
	left: 10px;
	width: 412px;
	height: 312px;
	border: 1px solid #aaa8a7;
	background-color: #aeaeae;
    }

	div.OPodgladNaglowek div.OPNFotoMain img
	{
	    border: 6px solid #aeaeae;
	}

    div.OPodgladNaglowek div.OPNNazwa
    {
	position: absolute;
	width: 208px;
	top: 50px;
	left: 424px;
    }

	div.OPodgladNaglowek div.OPNNazwa h1
	{
	    background-color: #323232;
	    display: block;
	    padding: 10px;
	    color: #FFFFFF;
	    display: block;
	    font-size: 18px;
	}

	div.OPodgladNaglowek div.OPNNazwa h2
	{
	    display: block;
	    width: 120px;
	    background-color: #5b5b5b;
	    color: #f6db00;
	    padding: 5px;
	    font-size: 16px;
	    font-weight: bold;
	}

    div.OPodgladNaglowek div.OPNDane
    {
	position: absolute;
	width: 198px;
	top: 170px;
	left: 424px;
	color: #5b5b5b;
	padding-left: 10px;
    }

    div.OPodgladNaglowek div.OPNFotoIndex
    {
	position: absolute;
	width: 208px;
	top: 285px;
	left: 424px;
	background-color: #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;
    }    

	div.OPodgladNaglowek div.OPNFotoIndex div.FILArrowLeft
	{
	    width: 10px;
	    float: left;
	    padding-top: 10px;
	    margin-left: 2px;
	}

	    div.OPodgladNaglowek div.OPNFotoIndex div.FILArrowLeft img
	    {
		cursor: pointer;
	    }

	div.OPodgladNaglowek div.OPNFotoIndex div.FILArrowFoto
	{
	    width: 60px;
	    float: left;
	    text-align: center;
	}

	    div.OPodgladNaglowek div.OPNFotoIndex div.FILArrowFoto img
	    {
		border: 1px solid #474747;
		cursor: pointer;
	    }

	div.OPodgladNaglowek div.OPNFotoIndex div.FILArrowRight
	{
	    width: 10px;
	    float: left;
	    text-align: right;
	    padding-top: 10px;
	}

	    div.OPodgladNaglowek div.OPNFotoIndex div.FILArrowRight img
	    {
		cursor: pointer;
	    }

div.OPodgladContent
{
    width: 622px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
    
    div.OPodgladContent div.OPCLeft
    {
	width: 322px;
	color: #5b5b5b;
	float: left;
    }

    div.OPodgladContent div.OPCLeft div.h
    {
	font-weight: bold;
	margin-bottom: 5px;
	color: #5b5b5b;
	font-size: 14px;
    }

    div.OPodgladContent div.OPCLeft div.area
    {
	margin-bottom: 10px;
	margin-right: 10px;
    }

    div.OPodgladContent fieldset.PCRight
    {
	width: 298px; 
	border: 1px solid #d1d1d1; 
	color: #5b5b5b;
	float: left; 
    }

	div.OPodgladContent fieldset.PCRight legend
	{
	    color: #5b5b5b;
	    font-weight: bold;
	    font-size: 14px;
	    padding: 0px 10px;
	    margin-left: 10px;
	}

	    div.OPodgladContent fieldset.PCRight div
	    {
		margin: 10px;
	    }

div.OPodgladStopka
{
    margin: 10px 10px 0px 10px;
    color: #aaaaaa;
    font-size; 11px;
}
