﻿/*	CSS for customized radio buttons and check boxes */
ul,div,span,a,p,form,h1,h2,label,strong,li,body{margin:0;padding:0;}
/* page styles */
body {
	font-size: 62.5%;
	font-family:Trebuchet, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
	color:#D9C894;
	background-color:#F3F4E6;
}
a:link {color:#fff;}
a:visited {color:#F3F4E6;}  
a:hover {color:#F3F4E6;text-decoration:underline;}  
a:active {color:#fff;}  
fieldset { 
	padding: 0 15px 3em;
	border: 0;
}

legend {
	font-size: 1.4em;
	padding: .2em 5px;
	color:#F3F4E6;
}
hr {width:100%;  background:transparent; border-top:1px dotted #F3F4E6;border-bottom:0; border-right:0; border-left:0;}
div.ankieta {
	margin:0px auto; 
	width:500px; 
	background-color:#49412A;
	border-left:6px solid #D9C894;
	border-right:6px solid #D9C894;
	border-bottom:6px solid #D9C894;
	padding:0px 10px 10px;	
} 
div.buttons {padding:0 10px 0 65%;width:250px;}
p.lege {color:#F3F4E6;font-size: 1.4em;}	
h2 {text-align:center;margin:10px 0 10px;}
/*	wrapper divs */
.custom-checkbox, .custom-radio { position: relative; }
	
/* input, label positioning */
.custom-checkbox input, 
.custom-radio input {
	position: absolute;
	left: 2px;
	top: 3px;
	margin: 0;
	z-index: 0;
}

.custom-checkbox label, 
.custom-radio label {
	display: block;
	position: relative;
	z-index: 1;
	font-size: 1.3em;
	padding-right: 1em;
	line-height: 1;
	padding: .5em 0 .5em 30px;
	margin: 0 0 .3em;
	cursor: pointer;
}

	
/* states */
.custom-checkbox label { background: url(img/checkbox.gif) no-repeat; }

.custom-radio label { background: url(img/radiobutton.gif) no-repeat; }

.custom-checkbox label, .custom-radio label {
	background-position: -10px -14px;
}

.custom-checkbox label.hover,
.custom-checkbox label.focus,
.custom-radio label.hover,
.custom-radio label.focus {
	background-position: -10px -114px;
}

.custom-checkbox label.checked, 
.custom-radio label.checked {
	background-position: -10px -214px;
}

.custom-checkbox label.checkedHover, 
.custom-checkbox label.checkedFocus {
	background-position: -10px -314px;
}

.custom-checkbox label.focus, 
.custom-radio label.focus {
	outline: 1px dotted #F3F4E6;
}
.custom-checkbox input.text {margin:0 0 0 100px; border:1px solid #201d15; background-color:#D9C894;}
input.text {margin:0 0 0 100px; border:1px solid #201d15; background-color:#D9C894;}

.buttons input {border:1px solid #D9C894; color:#D9C894; background-color:#201d15; margin-left:5px; padding:5px 10px 5px;cursor:pointer;}
.buttons a {font-size:12px; border:1px solid #D9C894; color:#D9C894; background-color:#201d15; margin-left:5px; padding:5px 10px 5px; text-decoration:none;cursor:pointer;}
.buttons a:active {border:2px inset;cursor:pointer;}
