#logowanie {
	float: left; background: url(../img/sign-field.jpg) no-repeat;
	width: 313px; height: 206px; position: relative
}

#logowanie table {
	position: absolute; left: 120px; top: 28px;
	width: 257px;
}

#logowanie table input {
	margin: 10px; border: 0 !important;
}

#usr_panel_form {
	width: 100%; float: left; height: auto;
	position: relative; overflow: hidden;
}

#usr_panel_form input[type="submit"] {
	float: right; padding: 5px 15px;
	background: #ca0000; color: #fff;
	cursor: pointer;
}

#personal_data input, .readonly {
	border: 0; background: #e3e3e3;
	color: gray; border-radius: 5px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}

#usr_panel_form label {
	float: left; padding: 5px 0;
}

#usr_panel_form fieldset {
	margin: 5px 0; float: left;
	width: 97%; border: 1px solid #e4e4e4;
}

#usr_panel_form table {
	width: 100%;
}

#usr_panel_form table th {
	text-align: left; font: 13px Myriad Pro, Tahoma;
}

#usr_panel_form table td {
	vertical-align: top;
	padding: 5px 0;
}

#usr_panel_form table td a {
	color: #ca0000;
}

#user_menu {
	float: left; list-style: none; padding: 0 0 0 10px;
	width: 100%; list-style-position: inside;
}

#user_menu li {
	float: left; text-align: left;
}

/* Uploader plików */
.file-wrapper {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.file-wrapper input {
  cursor: pointer;
  font-size: 100px;
  height: 100%;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  opacity: 0.01;
  position: absolute;
  right: 0;
  top: 0;
}
.file-wrapper input[type="submit"] {
	visibility: hidden;
}
.file-wrapper .button {
  color: #fff; cursor: pointer;
  display: block; font: 12px Tahoma;
  padding: 5px 10px; background: #c92e1d;
  border-radius: 5px; -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.update-order {
	margin: 10px 0;
	float: right;
}
.file-holder {
	float: left;
	display: block;
}

.file-list td {
	text-align: left;
}

.file-list img {
	vertical-align: middle;
}

.file-list span {
	float: left; display: block;
	margin: 0 10px;
}

.file-list a {
	text-decoration: none;
	color: gray;
}

.clearfix {
	width: 100%; float: none; clear: both;
}

.save_file {
	float: right; margin: 5px 0;
}

#document_wrapper img {
	float: left;
}

#document_wrapper a {
	float: left; display: block;
	margin: 0 5px;
}

#document_wrapper fieldset {
	float: left;
}

#agreement input, #agreement label {
	float: left; vertical-align: middle;
	display: block;
}

#agreement input {
	margin: 5px;
} 

#agreement span.info {
	color: gray; display: block;
	padding: 4px;
}

/* end */

.menu_lista {
	float: left; width: 100%; padding: 0;
	list-style: none; list-style-position: inside;
}
.menu_lista li, .menu_lista li a {
	float: left; display: block;
	width: 100%; color: #000;
	padding: 2px 0;
}
h2 {
	font: 15px Arial; margin: 20px 0;
	padding: 0; color: #AC913D;
}