body,div,p,form,input {	margin:0;padding:0;}

body {
	background-color: white;
	background-image: url(pomoc.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	color: #666;
	font-family: "Trebuchet MS";
}

a,a:visited,a:link {
	color: #FF7F00;
	text-decoration: none;
}
a:active,a:hover {
	color: #0F0F0F;
	text-decoration: underline;
}

h1,h2,h3 {
	color: black;
	font-weight: bolder;
	letter-spacing: -2px;
}

#faq_page {
	padding-top: 205px;
	margin: 0 auto;
	width: 552px;
}

#faq_menu {
	display: block;
	width: 552px;
	font-size: 14px;
	float: left;
}

#faq_menu .q_list {
	width: 552px;
}

#faq_content{
	display: block;
	width: 552px;
	float: left;
}

.q_list, .q_list li {
	list-style: none;
	padding: 0;
}

p ul{
	margin-left: 20px;
	background-color: yellow;
}

label, input, textarea {
	display: block;
}
input, textarea, select {
	border: 1px solid #FF7F00;
	color: #666;
	font-size: 12px;
}

label {
	width: 300px;
}
.txtinp {
	width: 300px;
}

form {
	margin: auto;
	width: 300px;
}

form p, .response {
	text-align: justify;
	padding-bottom: 10px;
}
.msg {
	margin: auto;
	border: 1px solid #FF7F00;
	text-align: center;
	padding: 20px;
	width: 300px;
	background-color: #FFFFBF;
}