

/* пакет голосований */

body.vv				{
					background-image: url('/paco/bg.jpg');
					background-repeat: repeat;
					background-attachment: scroll;
					background-position: 0% 0%;
                    }


table.vox			{
					background-image: url('/paco/vox.jpg');
					background-repeat: repeat;
					background-attachment: scroll;
					background-position: 0% 0%;
					margin-top: 2em;
					margin-bottom: 2em;
					border: 1;
					width: 600;
					height: 150px;
					border: 0;
					}


h1					{
  					font-size: 130%;
					font-family: Georgia;
					font-weight: bold;
					text-align: center;
					color: white;
					line-height: 1.4;
					margin: 0em 1em 0.5em 1em;
					}

p					{
					font-family: Arial;
					font-size: 90%;
					color: white;
					margin: 0;
					line-height: 1.8;
					}

p.first				{margin: 0 20 0 30;	}
p.second			{text-align: center; font-weight: bold;}
p.third				{margin-left: 0px; margin-right: 0; color: #ddc7b8;}

p.total				{margin: 0 20 0 30; color: #b07c5a;}
p.totalnum			{text-align: center; color: #b07c5a;}

p.copyright			{font-size: 70%; text-align: center; color: #a0785a;}
p.copyright a		{color: #a0785a;}
p.copyright a:hover	{text-decoration: none;}


img.las				{padding-right: 100;}



/* отдельная страница голосования */

#sepvox		{
                background-image: url('/paco/vox.jpg');
				background-repeat: repeat;
				background-attachment: scroll;
				background-position: 0% 0%;
				margin-top: 3.5em;
				margin-bottom: 4em;
				padding: 0.5em 1.5em 0.5em 1.5em;
				border: 1;
				width: 45%;
				margin-left: 25%;
				//width;
				}

#sepvox h1		{
				font-size: 120%;
				font-family: Georgia;
				font-weight: bold;
				text-align: center;
				line-height: 1.3;
				}


#sepvox p		{
  				line-height: 1.9;
				font-size: 95%;
                margin-left: 40px;
				}

#sepvox p input	{
				margin-right: 5px;
                //margin-right: 0;
				//margin-bottom: 2px;
				}


#sepvox p.sub	{
  				text-align: center;
				line-height: 1.7;
				margin: 2em 0px 0px 2px;
				font-size: 85%;
				}

#sepvox p.sub img	{margin-right: -14px;}

#sepvox input.vote	{
  				margin-top: -17px;
				margin-left: 32%;
				//margin-left: 6em;
				}

