body  {

}

a:focus {
	outline:none; /*usuwanie niebieskiej obwódki w FF*/
}

#kontener {

}


#formularz {
 font: 16px "Muli-Light";
    color: #333333;
}

#formularz div {

}

#formularz label {
	display: block;

}

#formularz textarea {

background-color: #fffcf5;
}

#formularz input[type=text] {

background-color: #fffcf5;

}

#formularz input[type=submit] {

	  font: 16px "Muli-Light";
    color: #333333;
    display: block;
    float: left;
    width: 80px;
    height: 38px;
    text-align: center;
    text-decoration: none;


    border: 1px solid #000000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    vertical-align: middle;

background: #dccb97; /* Old browsers */
background: -moz-linear-gradient(top, #dccb97 0%, #dbc37d 44%, #dccb97 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dccb97), color-stop(44%,#dbc37d), color-stop(100%,#dccb97)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #dccb97 0%,#dbc37d 44%,#dccb97 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #dccb97 0%,#dbc37d 44%,#dccb97 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #dccb97 0%,#dbc37d 44%,#dccb97 100%); /* IE10+ */
background: linear-gradient(to bottom, #dccb97 0%,#dbc37d 44%,#dccb97 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dccb97', endColorstr='#dccb97',GradientType=0 ); /* IE6-9 */

}

#blad {
	background: #ff0000;
	padding: 10px;
	width: 580px;

}

#blad p{
	color: #fffcf5;
}

#sukces {
	background: #0C0;
	padding: 10px;
	width: 580px;
}

#sukces p{
	color: #fffcf5;
}

.red {
	color: #ff0000;
}