<<<<<<< .mine
form, fieldset {
	border:none;
}
input.textfield, input.title, textarea, select, input.short {
	border:1px solid #bbb;
	background-color:#fff;
	width: 194px;
	height: 19px;
	padding:0 0 0 5px ;
	font:normal 12px Arial;
}
input.short {
	width: 90px;
}

textarea {
	width:320px;
	height:150px;
	padding:5px;
	overflow: auto;
}
input.checkbox, input.radio {
	position:relative;
	top:.25em;
}
form div{
	overflow: hidden;
	margin: 0 0 0.5em 0;
}
label{
	display: inline-block;
 	width: 130px;
	text-align: right;
	margin: 0 10px 0 0;
	cursor: pointer;
	vertical-align: top;
}
fieldset fieldset label {
	margin: 0 0 0 140px;
	text-align: left;
	width: auto;
	display: block;
}
legend {
	font-weight:normal;
	font-size:1.2em;
}
fieldset fieldset legend {
	padding: 10px 0;
}
/* radio na 1 red*/
.line{
	padding: 0 0 0 140px;
}
.line label{
	width: 100px;
	float: left;
	margin: 0;
}


/* buttons */
.button, button {
  display:block;
  float: right;
  margin: 17px 21px 0 0;
  padding: 2px 10px 1px 10px;   /* Links */
  background-color:#fff;
  border: none;
  border-right: 2px solid #2b2b2b;
  border-bottom: 2px solid #2b2b2b;
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  color:#565656;
  line-height:130%;
  text-decoration:none;
  text-transform: lowercase;
  cursor:pointer; }
  
button {
  width:auto;
  overflow:visible;
  padding:4px 10px 3px 7px;   /* IE6 */
}
button[type] {
  padding: 4px 10px 4px 7px;   /* Firefox */
  line-height:17px;           /* Safari */
}
/* end buttons */	

.error, .notice, .success {
	margin-bottom:1em;
	border:2px solid #ddd;
	padding: 0 0 0 3px;
}
.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}
.notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}
.success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}
.error a {
	color:#8a1f11;
}
.notice a {
	color:#514721;
}
.success a {
	color:#264409;
}
.errors {
	margin: 2px 0 2px 145px;
}
.errors li {
	font-size: 10px;
	line-height: 11px;
	color: #FF4411;
}
/* end errors msg*/

.search_form{
	float: left;
	height: 22px;
	width: 216px;
	border: 1px solid #adacac;
	overflow: hidden;
	margin: 12px 0 0 34px;
}
.search_form .textfield{
	height: 19px;
	width: 191px;
	float: left;
	border: none;
	padding: 3px 0 0 5px;
}
.search_form .button{
	border: 0;
	width: 20px;
	height: 22px;
	background: url(/National_Library/oe_/https://www.sofialive.bg/images/backgrounds/icons.png) no-repeat right -36px;
	margin: 1px 0 0 0;
	cursor: pointer;
	padding: 27px 0 0 0;
	float: right;
}
/* podravneni labels*/
.box_container{
	border: 1px solid green;
	padding: 0 0 0 140px;
}
.box_container label{
	float: none;
	cursor: pointer;
	text-align: left;
	margin: 0;
	padding: 0 0 0 18px;
	display: block;
}
.box_container .radio, .box_container .checkbox{
	float: left;
} 

/* select form  */
.select_form {
	background: #f5f5f5;
	padding: 8px 0 8px 18px;
}
.select_form label{
	text-align: left;
	width: auto;
}

/* sign select*/
.sign_select label{
	float: left;
	width: auto;
	text-align: left;
}
.sign_select select{
	float: left;
	width: 168px;
	margin: 5px 0 0 10px;
}


/* filter form */
#filter_form fieldset{
	width: 160px;
	float: left;
	color: #fff;
}
#filter_form label{
	text-align: left;
	width: auto;
	display: block;
}
#filter_form select{
	width: 150px;
}=======
form, fieldset {
	border:none;
}
input.textfield, input.title, textarea, select, input.short {
	border:1px solid #bbb;
	background-color:#fff;
	width: 194px;
	height: 19px;
	padding:0 0 0 5px ;
	font:normal 12px Arial;
}
input.short {
	width: 90px;
}

textarea {
	width:320px;
	height:150px;
	padding:5px;
	overflow: auto;
}
input.checkbox, input.radio {
	position:relative;
	top:.25em;
}
form div{
	overflow: hidden;
	margin: 0 0 0.5em 0;
}
label{
	display: inline-block;
 	width: 130px;
	text-align: right;
	margin: 0 10px 0 0;
	cursor: pointer;
	vertical-align: top;
}
fieldset fieldset label {
	margin: 0 0 0 140px;
	text-align: left;
	width: auto;
	display: block;
}
legend {
	font-weight:normal;
	font-size:1.2em;
}
fieldset fieldset legend {
	padding: 10px 0;
}
/* radio na 1 red*/
.line{
	padding: 0 0 0 140px;
}
.line label{
	width: 100px;
	float: left;
	margin: 0;
}

/* buttons */
.button, button {
  display:block;
  float: right;
  margin: 17px 21px 0 0;
  padding: 2px 10px 1px 10px;   /* Links */
  background-color:#fff;
  border: none;
  border-right: 2px solid #2b2b2b;
  border-bottom: 2px solid #2b2b2b;
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  color:#565656;
  line-height:130%;
  text-decoration:none;
  text-transform: lowercase;
  cursor:pointer; }
  
button {
  width:auto;
  overflow:visible;
  padding:4px 10px 3px 7px;   /* IE6 */
}

#filter_form  input.button {
  position:absolute;
  bottom:20px;
  right:0;
  clear:both;
  zoom:1;
  }

button[type] {
  padding: 4px 10px 4px 7px;   /* Firefox */
  line-height:17px;           /* Safari */
}
/* end buttons */	

.error, .notice, .success {
	margin-bottom:1em;
	border:2px solid #ddd;
	padding: 0 0 0 3px;
}
.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}
.notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}
.success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}
.error a {
	color:#8a1f11;
}
.notice a {
	color:#514721;
}
.success a {
	color:#264409;
}
.errors {
	margin: 2px 0 2px 145px;
}
.errors li {
	font-size: 10px;
	line-height: 11px;
	color: #FF4411;
}
/* end errors msg*/

.search_form{
	float: left;
	height: 22px;
	width: 216px;
	border: 1px solid #8d8d8d;
	overflow: hidden;
	margin: 12px 0 0 34px;
}
.search_form .textfield{
	height: 19px;
	width: 191px;
	float: left;
	border: none;
	padding: 3px 0 0 5px;
}
.search_form .button{
	border: 0;
	width: 20px;
	height: 22px;
	background: url(/National_Library/oe_/https://www.sofialive.bg/images/backgrounds/icons.png) no-repeat right -36px;
	margin: 1px 0 0 0;
	cursor: pointer;
	padding: 27px 0 0 0;
	float: right;
}
/* podravneni labels*/
.box_container{
	border: 1px solid green;
	padding: 0 0 0 140px;
}
.box_container label{
	float: none;
	cursor: pointer;
	text-align: left;
	margin: 0;
	padding: 0 0 0 18px;
	display: block;
}
.box_container .radio, .box_container .checkbox{
	float: left;
} 

/* select form  */
.select_form {
	background: #f5f5f5;
	padding: 8px 0 8px 18px;
}
.select_form label{
	text-align: left;
	width: auto;
}

/* sign select*/
.sign_select label{
	float: left;
	width: auto;
	text-align: left;
	cursor: default;  }
	
.sign_select select{
	float: left;
	width: 168px;
	margin: 5px 0 0 10px;
}


/* filter form */
#filter_form fieldset{
	/* width: 160px; */
	width:220px;
	float: left;
	color: #fff;
	font-size:11px;
}
#filter_form label{
	text-align: left;
	width: auto;
	display: block;
	font-size:12px;
}
#filter_form select{
	width: 210px;
}
.sort {width:auto !important;}
.sort label, .sort input {float:left; display:inline;}>>>>>>> .r308
