#inputs input
{
    background: #fcfcfc;
    padding: 6px 10px 6px 10px;
    margin: 0 0 10px 0;
    width: 350px; /* 353 + 2 + 45 = 400 */
    border: 1px solid #cccccc;
    border-radius: 6px;
    font: 20px 'Trebuchet MS', Arial, Helvetica;    
	color: #4b4b4b;
}

#inputs #input1
{
    padding: 6px 10px 6px 10px;
}

#inputs #input2
{
    padding: 6px 10px 6px 10px;
/*    background: #fafafa url(/images/email.png) repeat-y; */
}

#inputs #input3
{
    padding: 6px 10px 6px 10px;
/*    background: #fafafa url(/images/http.png) repeat-y; */
}

#inputs #input4
{
    padding: 6px 10px 6px 10px;
    width: 50px;
/*    background: #fafafa url(/images/http.png) repeat-y; */
}

#inputs #frazy, #inputs textarea
{
    background: #fafafa url(/images/cyfry1.png) repeat-y;
    margin: 0 0 10px 0;
    width: 470px; 
	height: 172px;
	resize: none;
	border: 1px solid #cccccc;
    border-radius: 6px;
	color: #4b4b4b;
	font: normal 14px verdana;
	line-height: 25px;
	padding: 2px 10px;
	overflow-y: auto;
}

#inputs textarea
{
    background: #fafafa;
	height: 100px;
	padding: 2px 10px;
	line-height: 18px;
	font: normal 12px verdana;
}

#inputs #zapytanie
{
    background: #fafafa;
	height: 220px;
	padding: 2px 10px;
	line-height: 18px;
	font: normal 12px verdana;
}

#inputs input:focus, #inputs #input1:focus, #inputs #input2:focus, #inputs #input3:focus
{
    background-color: #fbfefa;
    border-color:#339900;
    outline: none;
    box-shadow: 0 0 0 1px #467722 inset;
}

#inputs textarea:focus, #inputs #frazy:focus, #inputs #zapytanie:focus
{
    background-color: #fbfefa;
    border-color:#339900;
    outline: none;
    box-shadow: 0 0 0 1px #467722 inset;
}

fieldset
{
    border: 0;
    padding: 0;
    margin: 0;
}

.hr
{
	height:1px;
	border-width:0;
	width: 490px;
	background-color:#e6e6e6;
	margin-left:0;
	text-align:left;
}

hr
{
	height:1px;
	border-width:0;
	background-color:#e6e6e6;
}

.wysy
{
    box-shadow: 0 0 0 1px #cdecb9 inset;
	background-color: #fbfefa;
    border-radius: 6px;
}

label {cursor:pointer;}
.regular-checkbox {display: none;}
.regular-checkbox + label {
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}
.regular-checkbox + label:active, .regular-checkbox:checked + label:active {box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);}
.regular-checkbox:checked + label {
	background-color: #FBFEFA;
	border: 1px solid #339900;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
	background-image: url(/images/a.png);
}
.normal-checkbox + label {padding: 12px;}
.normal-checkbox:checked + label:after {font-size: 17px; left: 4px;}

/*  RADIO  */ 
.regular-radio {display: none;}

.regular-radio + label {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #b4baba;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
}

.regular-radio:checked + label:after {
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50px;
	position: absolute;
	top: 3px;
	left: 3px;
	background: #499847;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	font-size: 32px;
}

.regular-radio + label:active, .regular-radio:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.big-radio + label {
	padding: 12px;
}

.big-radio:checked + label:after {
	width: 16px;
	height: 16px;
	left: 4px;
	top: 4px;
}

