
.layer_change_region {
	position: absolute;
	z-index: 1;
	display: none;
	padding: 10px 40px;
	padding-bottom: 30px;
	width: 40%;
	min-width: 200px;
	margin-left: 20%;
	margin-top: -10px;
	padding-top: 15px;
	-webkit-border-bottom-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border: 1px solid #eaeaea;
	background: -moz-linear-gradient(90deg, #f2f2f2 0%, #ffffff 54.7%) #f7f7f7;
	background: -webkit-gradient(linear, left bottom, left top, from(#f2f2f2), color-stop(0.547, #ffffff)) #f7f7f7;
	-moz-box-shadow: 0 4px 8px #cbcbcb;
	-webkit-box-shadow: 0 4px 8px #cbcbcb;
	box-shadow: 0 4px 8px #cbcbcb;
	background-color: #f7f7f7!important;
}

.layer_change_region .chooseTheRegion {
	max-height: 250px;
	overflow: auto;
	list-style: circle;
	padding: 0;
	margin: 0;
	margin-left: 5px;
}


.layer_change_region .chooseTheRegion ul {
	list-style: circle;
}

.topbar {
	background: -moz-linear-gradient(180deg, #ffffff 0%, #ececec 45.1%, #ffffff 100%) #ffffff;
	background: -webkit-gradient(linear, right bottom, left bottom, from(#ffffff), color-stop(0.451, #ececec), to(#ffffff)) #ffffff;
	text-align: right;
	z-index: 2;
	position: relative;
	background: #fff;
}

.topbar .menu_top {
	padding: 5px;
}

.topbar a.change_region {
	margin-top: 2px;
	padding: 5px 10px;
	display: inline-block;
	position: relative;
	font-weight: normal;
	font-style: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	background: -moz-linear-gradient(90deg, #454545 0%, #757575 100%) #777777;
	background: -webkit-gradient(linear, left bottom, left top, from(#454545), to(#757575)) #777777;
	color: #ffffff;
	background-color: #777777;
	cursor: pointer;
	-moz-box-shadow: inset 0 1px 0 #909090;
	-webkit-box-shadow: inset 0 1px 0 #909090;
	box-shadow: inset 0 1px 0 #909090;
	border-top: 1px solid #5c5c5c;
}

.topbar a.change_region:hover {
	-moz-box-shadow: inset 0 1px 0 #938660, 0 1px 2px #e49404, 0 0 100px #fff07e;
	-webkit-box-shadow: inset 0 1px 0 #938660, 0 1px 2px #e49404, 0 0 100px #fff07e;
	box-shadow: inset 0 1px 0 #938660, 0 1px 2px #e49404, 0 0 100px #fff07e;
	background-color: #fff07e!important;
}

.topbar a.change_region.active, .topbar a.change_region.active:hover {
	color: #303030;
	-moz-box-shadow: 0 0 20px #fed728;
	-webkit-box-shadow: 0 0 20px #fed728;
	box-shadow: 0 0 20px #fed728;
	border-top: 1px solid #fff018;
	background: -moz-linear-gradient(90deg, #f4da61 0%, #f8eb72 95.6%) #fcdb8e;
	background: -webkit-gradient(linear, left bottom, left top, from(#f4da61), color-stop(0.956, #f8eb72)) #fcdb8e;
	background-color: #fcdb8e;
}

.topbar a.change_region.active span {
	border-color: #303030;
}

.topbar a.change_region span {
	border-bottom: 1px dashed #ffffff;
}

.topbarborder {
	height: 2px;
	width: 100%;
	background: -moz-linear-gradient(180deg, #f1f1f1 0%, #dfdfdf 48.8%, #f6f6f6 100%) #e3e3e3;
	background: -webkit-gradient(linear, right bottom, left bottom, from(#f1f1f1), color-stop(0.488, #dfdfdf), to(#f6f6f6)) #e3e3e3;
	background-color: #e3e3e3;
	position: relative;
	z-index: 2;
}

.topbarborder::after {
	content: '';
	position: relative;
	z-index: 2;
	display: block;
	height: 1px;
	width: 100%;
	background: -moz-linear-gradient(180deg, white 0%, #f1f1f1 0%, #d6d6d6 21.6%, #ababab 52.5%, #dbdbdb 84.6%, #f5f5f5 100%) #cbcbcb;
	background: -webkit-gradient(linear, right bottom, left bottom, from(white), from(#f1f1f1), color-stop(0.216, #d6d6d6), color-stop(0.525, #ababab), color-stop(0.846, #dbdbdb), to(#f5f5f5)) #cbcbcb;
	background-color: #cbcbcb;
}

.topimage {
	height: 200px;
	width: 100%;
	background-image: url(../img/arches.png);
	background-image: -moz-linear-gradient(90deg, white 0%, rgba(254, 254, 254, 0.35) 40.3%, rgba(255, 255, 255, 0) 100%), url(../img/arches.png);
	background-image: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(0.403, rgba(254, 254, 254, 0.35)), to(rgba(255, 255, 255, 0))), url(../img/arches.png);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.topimage .logoside {
	padding-top: 3.5%;
	padding-left: 5%;
}

.topimage .linksside {
	padding-top: 3.5%;
	padding-left: 5%;
}

.topimage .logoside .fluid-logo {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	width: 15%;
}

.topimage .logoside .fluid-logo img {
	max-width: 100%;
}

.topimage .logoside .fluid-descr {
	display: inline-block;
	vertical-align: top;
	width: 80%;
}

.btn-yellow {
	background: -moz-linear-gradient(90deg, #f8d347 0%, #f8e949 9.2%, #f8ef6e 44.6%, #fef8a7 46.1%, #fef9c9 100%) #ffed74;
	background: -webkit-gradient(linear, left bottom, left top, from(#f8d347), color-stop(0.092, #f8e949), color-stop(0.446, #f8ef6e), color-stop(0.461, #fef8a7), to(#fef9c9)) #ffed74;
	-moz-box-shadow: inset 0 -1px 0 #fef148, inset 0 1px 0 #fefeff, 0 0 1px #ffffff;
	-webkit-box-shadow: inset 0 -1px 0 #fef148, inset 0 1px 0 #fefeff, 0 0 1px #ffffff;
	border-color: #d1cb07;
	box-shadow: inset 0 -1px 0 #fef148, inset 0 1px 0 #fefeff, 0 0 1px #ffffff;
	padding: 5px 10px;
	background-color: #ffed74;
}

.btn-yellow:hover {
	background: -moz-linear-gradient(90deg, #f9cf31 0%, #fbe501 9.2%, #fef9c9 100%) #ffed74;
	background: -webkit-gradient(linear, left bottom, left top, from(#f9cf31), color-stop(0.092, #fbe501), to(#fef9c9)) #ffed74;
	-moz-box-shadow: inset 0 -1px 0 #fef148, inset 0 1px 0 #fefeff, 0 0 1px #ffffff;
	-webkit-box-shadow: inset 0 -1px 0 #fef148, inset 0 1px 0 #fefeff, 0 0 1px #ffffff;
	border-color: #d1cb07;
	box-shadow: inset 0 -1px 0 #fef148, inset 0 1px 0 #fefeff, 0 0 1px #ffffff;
}

.btn-yellow:active {
	background: -moz-linear-gradient(270deg, #f9cf31 0%, #fbe501 9.2%, #fef9c9 100%) #ffed74;
	background: -webkit-gradient(linear, left top, left bottom, from(#f9cf31), color-stop(0.092, #fbe501), to(#fef9c9)) #ffed74;
	-moz-box-shadow: inset 0 1px 0 #fef148, inset 0 -1px 0 #fefeff, 0 0 1px #ffffff;
	-webkit-box-shadow: inset 0 1px 0 #fef148, inset 0 -1px 0 #fefeff, 0 0 1px #ffffff;
	border-color: #d1cb07;
	box-shadow: inset 0 1px 0 #fef148, inset 0 -1px 0 #fefeff, 0 0 1px #ffffff;
}

.sidebar_wrapper {
	padding: 10px 20px;
	margin-top: 15px;
}

.navigation {
	list-style: none inside;
	margin-left: -25px;
	margin-bottom: 25px;
}

.navigation li {
	margin-bottom: 2px;
}

.menu_link {
	padding: 2px 10px;
	color: #373737;
	display: block;
}

.menu_link.active {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none!important;
	background: -moz-linear-gradient(90deg, #e8e8e8 0%, #ffffff 100%) #ebebeb;
	background: -webkit-gradient(linear, left bottom, left top, from(#e8e8e8), to(#ffffff)) #ebebeb;
	background-color: #ebebeb;
	-moz-box-shadow: inset 0 -5px 5px #dfdfdf, 0 1px 3px #a6a6a6;
	-webkit-box-shadow: inset 0 -5px 5px #dfdfdf, 0 1px 3px #a6a6a6;
	box-shadow: inset 0 -5px 5px #dfdfdf, 0 1px 3px #a6a6a6;
	text-shadow: 0 1px 0 #ffffff;
}

.search_box {
	white-space: nowrap;
	margin-top: 30px;
}

.search_input input.sch_input {
	padding: 2px 10px;
	display: inline-block;
	vertical-align: top;
	width: 80%;
	border-color: #9b9b9b;
	-moz-box-shadow: inset 0 1px 2px #c9c9c9, 0 0 0;
	-webkit-box-shadow: inset 0 1px 2px #c9c9c9, 0 0 0;
	box-shadow: inset 0 1px 2px #c9c9c9, 0 0 0;
	margin-top: 3px;
	font: 15px Trebuchet MS, sans-serif;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.button-j {
	width: 100px;
	display: inline-block;
	cursor: pointer;
	height: 30px;
	background: url(../img/button.png) no-repeat left top;
	font: 15px Trebuchet MS, sans-serif;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	text-decoration: none!important;
	transition: color 0.2s;
	-moz-transition: color 0.2s
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
}

.button-j:hover {
	background-position: 0 -50px;
}

.button-j:active {
	background-position: 0 -102px;
	color: #fff;
	text-shadow: 0 1px 0 #000;
}

.button-j .content_b {
	margin-top: 6px;
	text-align: center;
	color: inherit;
}

.search_b {
	margin-left: -50px;
	margin-top: 0px;
}

.separator::before {
	content: '';
	height: 1px;
	width: 100%;
	display: block;
	background: -moz-linear-gradient(180deg, white 0%, #7b7b7b 47.2%, #ffffff 100%) #c0c0c0;
	background: -webkit-gradient(linear, right bottom, left bottom, from(white), color-stop(0.472, #7b7b7b), to(#ffffff)) #c0c0c0;
	background-color: #c0c0c0;
}

.separator {
	height: 3px;
	width: 100%;
	background: -moz-linear-gradient(180deg, white 0%, #e8e8e8 42.5%, #ffffff 100%) #e1e1e1;
	background: -webkit-gradient(linear, right bottom, left bottom, from(white), color-stop(0.425, #e8e8e8), to(#ffffff)) #e1e1e1;
	background-color: #e1e1e1;
}

.separator::after {
	content: '';
	height: 1px;
	width: 100%;
	display: block;
	background: -moz-linear-gradient(180deg, white 0%, #cccccc 40.2%, #ffffff 100%) #d1d1d1;
	background: -webkit-gradient(linear, right bottom, left bottom, from(white), color-stop(0.402, #cccccc), to(#ffffff)) #d1d1d1;
	background-color: #d1d1d1;
}

.userbox {
	padding: 20px 15px;
	display: inline-block;
	width: 90%;
	margin-top: 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: -moz-linear-gradient(90deg, #f8eec8 0%, #fefbed 100%) #f4f4f4;
	background: -webkit-gradient(linear, left bottom, left top, from(#f8eec8), to(#fefbed)) #f4f4f4;
	background-color: #f4f4f4;
	margin-bottom: 25px;
}

.userbox a {
	color: #2b2b2b;
}

.userbox a:hover {
	color: #a06626;
}

.userbox .userinfo {
	padding-left: 25px;
	display: block;
	white-space: nowrap;
}

.userbox .sspbox {
	margin: 10px 0;
	border-bottom: 1px dotted #333;
	display: block;
}

a.panlinkb {
	text-decoration: none;
	display: block;
	margin-left: -22px!important;
}

a.panlinkb span {
	text-decoration: underline;
}

a.make_offer {
	text-decoration: none;
	font: 28px Trebuchet MS, sans-serif;
}

a.make_offer span {
	text-decoration: underline;
	white-space: normal;
}

a.make_offer:hover span {
	color: #ff1212!important;
}

.rightside .header.right {
	text-align: right;
}

.topinfo {
	padding: 10px;
}

.topinfo .subcat {
	margin-left:  0px;
	list-style-type: circle;
}

.topinfo .subcat li {
	margin-top: 5px;
}

.paginator {
	font-size: 14px;
	list-style: none;
	margin: 0;
	display: inline-block;
}

.paginator li {
	display: inline-block;
	padding: 2px 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-left: 3px;
	background-color: #e9e9e9;
}

.paginator li:hover {
	background-color: #f09292;
}

.paginator li.active {
	background: -moz-linear-gradient(90deg, #f0e3bd 0%, #f7f2d3 100%) #ede2c7;
	background: -webkit-gradient(linear, left bottom, left top, from(#f0e3bd), to(#f7f2d3)) #ede2c7;
	background-color: #ede2c7;
}

.paginator li.prev_li, .paginator li.next_li {
	background-color: #ffffff;
}

.paginator li.last_li, .paginator li.first_li {
	display: inline-block;
	font-size: 11px;
	margin-top: 2px;
	background-color: #ffffff;
}

.paginator li.first_li {
	float: left;
}

.paginator li.last_li {
	float: right;
}

.paginator li.last_li span, .paginator li.first_li span {
	font-size: 12px;
	color: #ababab;
}

.paginator li a {
	color:inherit;
	text-decoration: inherit;
}

.offer_panel:first-of-type {
	margin-top: 40px;
}

.offer_panel:last-of-type {
	margin-bottom: 40px;
}

.offer_panel {
	margin-bottom: 25px;
}

.offer_panel .gallery_off {
	margin: 10px 0;
}

.offer_panel .info_c {
	margin-top: 5px;
}

.offer_panel .info_c a {
	color: #4d4d4d;
	font: 11px Trebuchet MS, sans-serif;
}

.offer_panel .category_off, .more_infome {
	padding: 4px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fbefd8;
	display: inline-block;
	margin: 5px 0;
	cursor: pointer;
	text-decoration: none;
	color: #393939;
	padding-top: 5px;
	font: 11px Trebuchet MS, sans-serif;
}

.marked {
    background-color: #FF3535 !important;
}
.marked span, .marked span a {
    color: white !important;
}

.bmarked{
    border: 1px dashed #FF3535;
    border-radius: 5px;
    padding: 4px !important;
}

.category_off a {
	color: #3f3f3f;
}

.offer_panel .note_add {
	padding: 4px 8px;
	margin-right: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f2fdc6;
	text-decoration: none;
}

.offer_panel .note_remove {
	padding: 4px 8px;
	margin-right: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fdc5c5;
	text-decoration: none;
}

.offer_panel .gallery_off img {
	cursor: pointer;
	display: inline-block;
	max-width: 50px;
	-moz-box-shadow: 0 0 3px #4d4d4d;
	-webkit-box-shadow: 0 0 3px #4d4d4d;
	box-shadow: 0 0 3px #4d4d4d;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	max-height: 30px;
}

.offerlst_pr .fluid_ss{
	display: inline-block;
	vertical-align: top;
	padding: 5px;
}

.offerlst_pr .fluid_ss.photo_ss {
	width: 10%;
}

.offerlst_pr .fluid_ss.photo_ss img {
	max-width: 100%;
	-moz-box-shadow: 0 1px 4px #979797;
	-webkit-box-shadow: 0 1px 4px #979797;
	box-shadow: 0 1px 4px #979797;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.offerlst_pr .fluid_ss.msg_ss {
	background-color: #f7f7f7;
	border-top: 1px solid #d3d3d3;
	width: 80%;
}

.offerlst_pr .fluid_ss.msg_ss .user_ss {
	margin-top: -5px;
	margin-left: -5px;
	margin-bottom: 5px;
}

.offerlst_pr .fluid_ss.msg_ss .user_ss a {
	display: inline-block;
	padding: 0 5px;
	text-decoration: none;
	color: black;
	background-color: #d3d3d3;
}

.blocks_head {
	padding: 0 5px;
	border-bottom: 1px dashed #c3c3c3;
}

.form_login {
	margin-top: 5px;
	margin-bottom: 0px;
}

.form_login input {
	padding: 2px 3px;
	outline: none!important;
}

div.ok {
	color: #000000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 5px 0;
	background: -moz-linear-gradient(90deg, #e4f49a 0%, #eef4cf 100%) #e5f995;
	background: -webkit-gradient(linear, left bottom, left top, from(#e4f49a), to(#eef4cf)) #e5f995;
	background-color: #e5f995;
}

div.error {
	color: #000000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 5px 0;
	background: -moz-linear-gradient(90deg, #f4b19a 0%, #f4d8ce 100%) #f9b395;
	background: -webkit-gradient(linear, left bottom, left top, from(#f4b19a), to(#f4d8ce)) #f9b395;
	background-color: #f9b395;
}

.form_login #submit_login {
	margin-top: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 10px;
	color: #000000;
	border: 1px solid #dfb487;
	-moz-box-shadow: inset 0 -1px 0 #bc6b05, inset 0 1px 0 #ffffff, 0 2px 5px #fad3af;
	-webkit-box-shadow: inset 0 -1px 0 #bc6b05, inset 0 1px 0 #ffffff, 0 2px 5px #fad3af;
	box-shadow: inset 0 -1px 0 #bc6b05, inset 0 1px 0 #ffffff, 0 2px 5px #fad3af;
	background: -moz-linear-gradient(90deg, white 0%, #eabb81 0%, #e7bc86 43.8%, #efcea3 49.2%, #f8e2c2 100%) #f7d4af;
	background: -webkit-gradient(linear, left bottom, left top, from(white), from(#eabb81), color-stop(0.438, #e7bc86), color-stop(0.492, #efcea3), to(#f8e2c2)) #f7d4af;
	background-color: #f7d4af;
	text-shadow: 0 1px 0 #f9e0c7;
}

.form_login #submit_login:hover {
	text-shadow: 0 0 4px #ffffff;
	-moz-box-shadow: inset 0 -1px 0 #a94c2a, inset 0 1px 0 #f5dcdc, 0 2px 8px #f4d0a7;
	-webkit-box-shadow: inset 0 -1px 0 #a94c2a, inset 0 1px 0 #f5dcdc, 0 2px 8px #f4d0a7;
	box-shadow: inset 0 -1px 0 #a94c2a, inset 0 1px 0 #f5dcdc, 0 2px 8px #f4d0a7;
	background: -moz-linear-gradient(90deg, #df9368 0%, #df966c 43.2%, #e8ac89 48.1%, #e5b492 100%) #daac87;
	background: -webkit-gradient(linear, left bottom, left top, from(#df9368), color-stop(0.432, #df966c), color-stop(0.481, #e8ac89), to(#e5b492)) #daac87;
	background-color: #daac87;
}

.form_login #submit_login:active {
	-moz-box-shadow: inset 0 1px 8px #ba8e6a, inset 0 -1px 0 #dc8538, inset 0 1px 0 #eba970;
	-webkit-box-shadow: inset 0 1px 8px #ba8e6a, inset 0 -1px 0 #dc8538, inset 0 1px 0 #eba970;
	box-shadow: inset 0 1px 8px #ba8e6a, inset 0 -1px 0 #dc8538, inset 0 1px 0 #eba970;
}

.form_login div.links {
	display: inline-block;
	font-size: 11px;
	margin-left: 10px;
}

.form_login div.links a {
	font-size: 12px;
}

.rightside .rightbox {
	text-align: right;
	margin-bottom: 15px;
}

.rightside .tag_block a[class^="tag"] {
	font-family: Trebuchet MS, sans-serif;
	padding: 1px 4px;
	margin-right: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	white-space: nowrap;
	color: #505050;
	background: -moz-linear-gradient(90deg, #eeeeee 0%, #f4f4f4 100%) #f0f0f0;
	background: -webkit-gradient(linear, left bottom, left top, from(#eeeeee), to(#f4f4f4)) #f0f0f0;
	background-color: #f0f0f0;
}

.rightside .tag_block a[class^="tag"]:hover {
	text-decoration: none!important;
	background: -moz-linear-gradient(90deg, #e8cf8b 0%, #f7eabb 100%) #ffd678;
	background: -webkit-gradient(linear, left bottom, left top, from(#e8cf8b), to(#f7eabb)) #ffd678;
}

a.tag1:link { font-size: 11px; }
a.tag1:visited {font-size: 11px;}
a.tag1:hover {font-size: 11px; text-decoration:none;}

a.tag2:link { font-size: 12px; }
a.tag2:visited {font-size: 12px; }
a.tag2:hover {font-size: 12px; text-decoration:none;}

a.tag3:link { font-size: 13px; }
a.tag3:visited {font-size: 13px;}
a.tag3:hover {font-size: 13px; text-decoration:none;}

a.tag4:link { font-size: 14px; }
a.tag4:visited {font-size: 14px; }
a.tag4:hover {font-size: 14px; text-decoration:none;}

a.tag5:link { font-size: 15px;}
a.tag5:visited {font-size: 15px;}
a.tag5:hover {font-size: 15px; text-decoration:none;}

a.tag6:link { font-size: 16px;}
a.tag6:visited {font-size: 16px;}
a.tag6:hover {font-size: 16px; text-decoration:none;}

a.tag7:link { font-size: 17px;}
a.tag7:visited {font-size: 17px;}
a.tag7:hover {font-size: 17px; text-decoration:none;}

.rightside .ulstatistic,.rightside ul {
	list-style: none;
	font-family: Trebuchet MS, sans-serif;
}

.rightside .linkbox {
	list-style: none;
}

.rightside .linkbox a {
	font-family: Trebuchet MS, sans-serif;
	padding: 1px 4px;
	margin-right: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	white-space: nowrap;
	color: #505050;
	background: -moz-linear-gradient(90deg, #e8f3f9 0%, #f3f9fc 100%) #e8f3f9;
	background: -webkit-gradient(linear, left bottom, left top, from(#e8f3f9), to(#f3f9fc)) #e8f3f9;
	background-color: #e8f3f9;
}

.search_fields {
	padding: 5px;
	background: -moz-linear-gradient(180deg, #ffffff 0%, #f4f4f4 50%, #ffffff 100%) #f7f7f7;
	background: -webkit-gradient(linear, right bottom, left bottom, from(#ffffff), color-stop(0.5, #f4f4f4), to(#ffffff)) #f7f7f7;
	background-color: #f7f7f7;
}

.search_fields legend {
	margin:  0!important;
}

.search_fields input {
	margin-top: 0!important;
}

.search_fields .searchajax {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 2px 15px;
	font-family: Trebuchet MS, sans-serif;
	margin-top: 8px;
	border: none;
	-moz-box-shadow: inset 0 -1px 0 #952020, inset 0 -2px 0 #ba4545, inset 0 1px 0 #fca4a4, 0 1px 10px #bb7171;
	-webkit-box-shadow: inset 0 -1px 0 #952020, inset 0 -2px 0 #ba4545, inset 0 1px 0 #fca4a4, 0 1px 10px #bb7171;
	box-shadow: inset 0 -1px 0 #952020, inset 0 -2px 0 #ba4545, inset 0 1px 0 #fca4a4, 0 1px 10px #bb7171;
	background: -moz-linear-gradient(90deg, #c33939 0%, #ed6c6c 47.1%, #f57878 48.4%, #ee9696 100%) #e49696;
	background: -webkit-gradient(linear, left bottom, left top, from(#c33939), color-stop(0.471, #ed6c6c), color-stop(0.484, #f57878), to(#ee9696)) #e49696;
	background-color: #e49696;
	color: #ffffff;
	text-shadow: 0 1px 0 #ab3737;
}

.footer {
	margin-top: 50px;
	vertical-align: bottom;
	padding: 10px 20px;
	margin-bottom: 50px;
	background-color: #f2f2f2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font: 11px Trebuchet MS, sans-serif;
}

.footer a {
	color: #383838;
}

#uLogin2{
    margin-left: 25px;
}

#tooltip
	{
    visibility:hidden;
    position:absolute;
    z-index:99999;
	border:1px solid #B0B0B0;
	background:#FFFFFF;
	width:200px;
	padding:5px;
    box-shadow:0 0 10px #BEBEBE;
    -moz-box-shadow:0 0 10px #BEBEBE;
    -webkit-box-shadow:0 0 10px #BEBEBE;
	}
