/*

	Autor: Zbigniew Czarnecki
	Prawa autorskie: wrzuc.net & Zbigniew Czarnecki
	
	GG: 1540720
	Mail: fQ4am@wp.pl

*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1C1C1C;
}
a {
	font-size: 11px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}

li {
	list-style: none;
	color: #666666;
	margin: 0px;
	padding: 0px 0px 0px 12px;
	background: url(Images/Layout/point.gif) no-repeat left center;
}


.Input-Button {
	border-style: solid;
	border-width: 0px;
	width: 2px;
}

/*
form.add input {
	background: url(Images/Layout/input-1.jpg) repeat-x 0;
	border: 1px solid #000000;
	width: 250px;
	height: 22px;
	padding-left: 3px;
	padding-top: 2px;
	color: #FFFFFF;
	font: bold 10px Arial, Helvetica, sans-serif;
	vertical-align: top;
	margin-top: 5px;
	margin-right: 5px;
}
*/
.inputuploader {
	background: url(Images/Layout/input-1.jpg) repeat-x 0;
	border: 1px solid #000000;
	width: 250px;
	height: 22px;
	padding-left: 3px;
	padding-top: 2px;
	color: #FFFFFF;
	font: bold 10px Arial, Helvetica, sans-serif;
	vertical-align: top;
	margin-top: 5px;
	margin-right: 5px;
}

form.add input:focus {
	background-color: transparent;
}

form.add div.fileinputs {
	position: relative;
	height: 30px;
	width: 300px;
}

form.add input.file {
	cursor: pointer;
	width: 350px;
	margin: 0;
}

form.add input.file.hidden {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

form.add div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	padding: 0;
	margin: 0;
	z-index: 1;
	line-height: 90%;
}

form.add div.fakefile input {
	margin-bottom: 5px;
	margin-left: 0;
}

