 body{
	font-family: tahoma;
	font-size: 14px;

	
margin: 0;
}

#warianty{
margin:10px 0 10px 0;
}

#kryteria{
margin:0 0 0 0;
}

#porownajKryteriaMiedzySoba{
margin:0 0 0 0;
}

#oblicz{
margin:10px 0 10px 0;
}

#wynikWykres{
width:200px;
}
 
#wynik{
margin:0 0 5px 0;
}

.wariant{
margin:5px 0 0 0;
}
.kryterium{
margin:5px 0 0 0;
}

 
 input[type=submit], input[type=text], input[type=radio],
input[type=checkbox] {
    display: none;
}

selected, input[type=text]{
		text-decoration:none;
    display: inline-block;
    margin: -2px;
    padding: 4px 16px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 26px;
		height: 26px;
		width:160px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #fff;
 
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0) filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}



 input[type=submit], input[type=radio] + label,
input[type=checkbox] + label {
		text-decoration:none;
    display: inline-block;
    margin: -2px;
    padding: 4px 16px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #fe9f11;
    background-image: -moz-linear-gradient(top, #fece65, #fe9f11);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fece65), to(#fe9f11));
    background-image: -webkit-linear-gradient(top, #fece65, #fe9f11);
    background-image: -o-linear-gradient(top, #fece65, #fe9f11);
    background-image: linear-gradient(to bottom, #fece65, #fe9f11);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #fe9f11 #fe9f11 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #fe9f11;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fe9f11', GradientType=0) filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

input[type=radio]:checked + label,
input[type=checkbox]:checked + label {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #e0e0e0;
}

