div#comments
{
	font-weight: normal;
	text-align: left;
	font-size: 1em;
	box-shadow: 0px 0px 10px 5px rgb(0, 0, 0, 0.5);
	
}

div#comments p
{
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: double 4px gray;
	padding: 5px;
}

div#comments fieldset
{
	border: double 4px gray;
	border-radius: 10px;
}

div#comments legend
{
	color: silver;
	padding: 5px;
	
}

div#comments form
{
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	
}

div#comments label
{
	margin: 5px;
	color: silver;
}

div#comments input[type=text]:focus
{
	outline-style: double;
	outline-color: #33ccff;
	outline-width: 1px;
	outline-offset: -5px;
}


div#comments input[type=text]
{
	background: rgb(0,0,0,0.1);
	color: silver;
	border: 0px;
	border-top: 1px solid gray;
	border-bottom: 1px solid silver;
	margin: 5px;
	padding: 5px;
	
	box-shadow: 0px 0px 0px gold;
	}
	
div#comments input[type=text]:hover
{
	background: rgb(0,0,0,0.2);
	
}

div#comments input[type=text]:active
{
	background: gray;
}		
	
div#comments input[type=submit]
{
	font-family: sans serif;
	background: rgb(0,0,0,0.1);
	color: silver;
	border: 0px;
	border-top: 1px solid gray;
	border-bottom: 1px solid silver;
	margin: 5px;
	padding: 5px;
	transition-duration: 0.1s;
	
	
	}
	
div#comments input[type=submit]:hover
{
	background: rgb(0,0,0,0.2);
	color: #33ccff;
	text-shadow: 0px 0px 30px #33ccff;
	font-size: 1.1em;
	border-top: 1px solid #33ccff;
	border-bottom: 1px solid #33ccff;
	
}

div#comments input[type=submit]:active
{
	color: #ff9500;
	text-shadow: 0px 0px 50px #ff9500;
}

div#comments textarea
{
	background: rgb(0,0,0,0.1);
	color: silver;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 99%;
	border: 0px;
	border-top: 1px solid gray;
	border-bottom: 1px solid silver;
}

div#comments textarea:focus
{
	outline-style: double;
	outline-color: #33ccff;
	outline-width: 1px;
	outline-offset: -5px;
}

div#comments textarea:hover
{
	background: rgb(0,0,0,0.2);
	border-top: 1px solid #33ccff;
	border-bottom: 1px solid #33ccff;
}

div#comments textarea:active
{
	background: rgb(0,0,0,0.5);
}

div#comments table
{
	bo rder: 4px double gray;
	width: 100%;
	border-spacing: 3px;
}

div#comments table th, td
{
	border-right: 1px inset gray;
	text-align: left;
	padding: 5px;
}

div#comments table td:hover
{
	background: rgb(0,0,0,0.3);
}

div#comments table th
{
	
	text-align: center;
	border-bottom: 10px outset gray;
	
}

div#comments table th:nth-child(1)
{
	
	width: 15%;
	background: rgb(0, 0, 0, 0.3);
	
}
div#comments table th:nth-child(2)
{
	
	width: 60%;
	background: rgb(0, 0, 0, 0.3);
}
div#comments table th:nth-child(3)
{
	
	width: 15%;
	background: rgb(0, 0, 0, 0.3);
}

div#comments table td:nth-child(1)
{
	padding: 10px;
	text-align: center;
	background: rgb(0, 0, 0, 0.3);
}
div#comments table td:nth-child(2)
{
	padding: 10px;
	text-align: left;
	background: rgb(0, 0, 0, 0.2);
}
div#comments table td:nth-child(3)
{
	padding: 10px;
	text-align: center;
	background: rgb(0, 0, 0, 0.3);
}

div#comments table th:last-child, td:last-child
{
	border-right: 0px;
}



div#comments table form
{
	
	
	margin: 0px;
	border: 1px solid red;
}


div#comments select option
{
	background: #222222; 
	border: 0px;
	box-shadow: 0px 0px 2px 5px white;
}

div#comments td
{
	
	background: rgb(0, 0, 0, 0.1);
	box-shadow: 0px 0px 1px #33ccff;
	
	
}

div#comments td:hover
{
	
	background: rgb(0, 0, 0, 0.2);
	
}

div#comments ul>ul
{
	list-style-type: none;text-decoration: none;
	color: #aa6300;
	font-weight: bold;
	transition-duration: 0.1s;
	position: relative;
	left: 500px;
	top: -46px;
	width: 100px;
	margin-bottom: -50px;
	
}

div#comments ul a
{
	text-decoration: none;
	color: #aa6300;
	font-weight: bold;
	transition-duration: 0.1s;
}

div#comments ul a:hover
{
	color:#ff9500;
	text-shadow: 0px 0px 30px #ff9500;
}

div#comments ul a:active
{
	color:#ffc574;
	text-shadow: 0px 0px 30px #ffc574;
}

/* Sekcja menu wyboru limitu wyswietlaanych komentarzy  */

div#comments ul li ul
{
	display: none;
	transition-duration: 0.1s;
}

div#comments ul li:hover ul
{
	display: block;
	position: absolute;
	left: 30px;
	width: 200px;
	
	width: 80px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	padding: 10px;
	list-style-type: none;
	background: rgb(0, 0, 0, 0.8);
	border: 2px solid rgb(0, 0, 0, 0.9);
	box-shadow: 0px 0px 20px 5px rgb(0, 0, 0, 0.5);
	
	
	
}

div#comments ul li:hover
{
	color:#ff9500;
	text-shadow: 0px 0px 30px #ff9500;
}

div#comments ul p
{
	color: white;
}