#mojeKonto input[type=text],
#mojeKonto input[type=password] {
	width: 250px;
}

a.zapisz-dane {
    background: #c1459d; /* Old browsers */
    background: -moz-linear-gradient(top,  #c1459d 0%, #811762 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1459d), color-stop(100%,#811762)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c1459d 0%,#811762 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c1459d 0%,#811762 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c1459d 0%,#811762 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c1459d 0%,#811762 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1459d', endColorstr='#811762',GradientType=0 ); /* IE6-9 */
    font-weight: 800;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 5px solid #400b31;
    border-radius: 5px;
    transition: all 220ms ease-in-out;
    line-height: 36px;
    height: 40px;
    color: #fff !important;
    width: 160px;
    display: block
}

a.zapisz-dane:hover {
	line-height: 41px;
	border-bottom: 2px solid #400b31;
}

.styled {
	display: none !important;
}

.styled-select {
	float: left !important;
	width: 342px !important;
}

.styled-select > select {
	width: 365px !important;
}




