@charset "utf-8";
/* CSS Document */

/* test page */

div.test {
	text-align: left;
	margin: 20px 0px;
	width: 940px;
}

form.test_start div.formularz {
	margin-top: 0px;
}

form.test_start {
	margin: 0px;
	padding: 5px 0px 11px 0px;
}

form#test {
	margin-bottom: 20px;
}

div#column_one {
	width: 98%;
	text-align: left;
	padding-left: 15px;
}

div#column_one label {
	display: block;
	padding-bottom: 6px;
}

label.checkbox {
	margin-left: 10px;
	cursor: hand;
	font : 12px "Trebuched MS", Geneva, sans-serif;
}

div.test div#column_ask {
	width: 80%;
	float: left;
	text-align : left;
	font : 12px "Trebuched MS", Geneva, sans-serif;
	color: #404040;
}

div.test div#column_ask span {
	margin-right: 12px;
}

div.test div#column_ans input {
	padding: 0px 2px;
}

div.column_id {
	float: left; width: 35px;
	padding-left: 15px;
	padding-top: 1px;
}

div.column_id span {
	font : bold 14px "Trebuched MS", Geneva, sans-serif;
}

div.row_one, div.row_two {
	padding: 20px 5px 20px 10px;
	margin: 2px 0 2px 0;
	display: block;
	zoom: 1;
	float: left;
	clear: both;
	width: 100%;
}

div.test_r {
	padding-top: 13px;
	padding-bottom: 0px;
}

div.row_one {
	background-color: #FCFCF3;
}

div.row_two {
	background-color: White;
}

div.div_one, div.div_two {
	padding: 10px 10px;
	margin: 0px;
}

div.div_one {
	background : #F5FDD9 url(../images/div_bg.jpg) repeat-x top;
}

ul.test {
	list-style-type : none;
	padding-left: 0px;
	margin: 5px;
	line-height: 24px;
	font : 12px "Trebuched MS", Geneva, sans-serif;
}

ul.test table, ul.test td {
	border: 0;
	padding: 0;
	margin: 0;
}

ul.test td {
	padding-left: 5px;
	vertical-align : top;
}

ul.test li {
	padding-top: 3px;
}

ul.test li.pytanie {
	font-weight: bold;
	margin-bottom: 7px;
}

ul.test label {
	cursor: hand;
	color : #404040;
}


/* test typu checkbox */

div.column_c {
	width: 40px;
	float: left;
	text-align: left;
}

div.test_c div#column_ask {
	width: 87%;
}

div.test_c div#column_ask label {
	cursor: hand;
	line-height: 19px;
}


/* CHECKBOX */

div.star,
div.star a {
	background: url(../images/star.gif) no-repeat 0 0px;
}

div.rating_scale {
	background: url(../images/star.gif) repeat-x 0px -16px;
	height: 16px;
}




/* other */

div.broker {
	margin: 20px;
}


div.formularz {
	margin: 20px auto -15px 5px;
	text-align: left;
	width: 96%;
}

table.form {
	margin: 5px 20px 30px 20px;
	width: 94%;
	font : 12px "Trebuched MS", Geneva, sans-serif;
}

table.form td.t1 {
	width: 46%;
	height: 45px;
}

table.form td.t2 {
	color : #228B22;
	width: 53%;
	height: 45px;
}

div#column_left {
	width: 26%;
	float: left;
	text-align : right;
}

div#column_left label {
	color: #405A67;
	font : 13px/23px "Trebuched MS", Geneva, sans-serif;
}

div#column_right {
	width: 71%;
	float: right;
	margin: 0px;
	padding: 0px;
}

div.captcha input {
	width: 75px;
	text-transform : uppercase;
	text-align : center;
	font-weight : bold;
}

div.captcha img {
	position : absolute;
	z-index : 10000;
	margin-left: 3px;
}

/* errors & infos */

div.error_list {
	border : 3px double #FF6347;
	padding : 10px;
	width : 90%;
	margin : 22px auto 26px;
	color : Red;
	background-color : #FEF8ED;
}

div.error_list span {
	padding: 0px;
	display : block;
	margin : 10px 10px 0px 10px;
	font-weight: bold;
	font-size: 14px;
	color: red;
}

div.error_list ol,
div.error_list ul,
div.info_list ol,
div.info_list ul {
	margin: 17px 0px 7px 2em;
	padding: 0;
	list-style-type : circle;
}

div.error_list li,
div.info_list li {
	line-height: 19px;
	padding-left: 22px;
}

div.info_list {
	border : 3px double #2C71AE;
	padding : 20px;
	width : 93%;
	margin : 16px auto 38px 10px;
	color : #404040;
	background-color : #F5F5F5;
}

div.list p {
	padding-top: 10px;
}

div.list p,
div.list span,
div.list a {
	font : 14px/26px "Trebuched MS", Geneva, sans-serif;
}

div.info_list p,
div.info_list h3 {
	margin-top: 0px;
	text-align : justify;
}

#tabs_test ul {
	margin: 0; padding: 0; list-style-type: none;
}

#tabs_test ul li {
	padding-left: 10px;
}

#tabs_test li span {
	font-size: 11px;
	padding: 8px 20px 4px;
}

label.required:before {
	content: "* ";
	color : #FF4500;
	font-size: 14px;
	font-family : "MS Serif", "New York", serif;
}

form label.error {
	margin: 0 0 -5 0;
	padding: 5px 0px 0px;
	color: Red;
	display : block;
	font : 12px "Trebuched MS", Geneva, sans-serif;
}

/* tables */

table.little {
	width: 80%;
	margin: 10px auto;
	border-top: 1px dashed #405A67;
	border-bottom: 1px dashed #405A67;
	zoom: 1;
	color: #405A67;
}

table.little td,
table.little th {
	padding: 13px 9px;
}

td.one {
	background-color : #F8F5E8;
}

table.little th {
	font-weight : bold;
	color : White;
	background-color : #708090;
	letter-spacing: 1px;
}

table.stat {
	margin: 5px 20px 30px 20px;
	width: 94%;
}

table.bordered {
	border : 1px solid #708090;
}

td.t1 {
	width: 76%;
}

td.t2 {
	color : #228B22;
	width: 28%;
}

table.result {
	width: 550px;
	margin: 30px auto;
}

table.price {
	width: 180px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}
