a {
	color: #C0C0C0;
}
a:hover {color: white;}
#menu {
	left: 440px;
	position: absolute;
	top: 10px;
	height: 20px;
	width: 350px;
}

#menu a{
	color: #b9b9b9;
	text-decoration:  underline;
	margin-left: 10px;
}
#menu a:hover {
	color: white;
	}

#tresc {
	width: 430px;
	position: absolute;
	left: 340px;
	top: 95px;
	text-align: justify;
}

#tytul {
	top: 120px;
	left: 180px;	
	position: absolute;
}

#tytul h1 {
	color: white;
	font-family: 'Trebuchet MS', Arial, Helvetica;
	font-size: 18px;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: black;
	color: #9f9f9f;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/***** FORMA ******/

.required {
	display: none;
}
.field_title {
	font-size: 12px;
	width: 130px;
	vertical-align: top;
	text-align:right;
	padding: 10px;
}
.textfield {
	font-size: 12px;
	width: 200px;
		border: 1px solid gray;
	color: white;
	background-color: #2F2F2F;
}
.textarea {
	font-size: 12px;
	width: 90%;
	height: 100px;
	border: 1px solid gray;
	color: white;
	background-color: #2F2F2F;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 200px;
	border: 1px solid gray;
	color: white;
	background-color: #2F2F2F;
}

