.global_header_bar {
	width:100%;
	white-space:nowrap;
	background-color:#000000;
	position:fixed;
	z-index:9999999;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	opacity:0.7;
	filter:alpha(opacity=70);
}

.global_header_bar {
	font-size: 11px;
    font-family: Verdana;
	color:#5a7fa9;
}

.global_header_bar>a {
	color:#5a7fa9;
    text-decoration: none;
}

.global_header_bar:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.global_header_bar:active {
	opacity:1;
	filter:alpha(opacity=100);
}

#header_height {
	height:31px;
}

#global_mainbr
{
	padding-left:10px;
	padding-right:10px;
	font-size:11px;
	font-family:Verdana;
	padding-top:9px;
	padding-bottom:9px;
	color:#0857a6;
}

a.topbr
{
	color:#5a7fa9;
	text-decoration:none;
}

.global_search
{
	font-size:11px;
	font-family:Verdana;
	border:none;
	padding:5px;
	width:140px;
	height:100%;
	background-image:url(//accept.ge/functions/search_bg.png);background-size:45px;background-repeat:no-repeat;
}

.global_search:focus
{
	background-image:none;
}

.red_button_google
{
border: 1px solid transparent;
text-shadow: 0 1px rgba(0,0,0,0.1);
text-transform: uppercase;
background-color: #d14836;
background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#d14836));
background-image: -webkit-linear-gradient(top,#dd4b39,#d14836);
background-image: -moz-linear-gradient(top,#dd4b39,#d14836);
background-image: -ms-linear-gradient(top,#dd4b39,#d14836);
background-image: -o-linear-gradient(top,#dd4b39,#d14836);
background-image: linear-gradient(top,#dd4b39,#d14836);
display: inline-block;
min-width: 46px;
text-align: center;
color: #444;
font-size: 11px;
font-weight: bold;
height: 27px;
padding: 0 8px;
line-height: 27px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-transition: all 0.218s;
-moz-transition: all 0.218s;
-ms-transition: all 0.218s;
-o-transition: all 0.218s;
transition: all 0.218s;
border: 1px solid #dcdcdc;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
color: #fff;
font: arial, helvetica, sans-serif;
text-decoration:none;
}

.red_button_google:hover
{
background-color: #f5f5f5;
background-image: -webkit-gradient(linear,left top,left bottom,from(#ef523f),to(#d14836));
background-image: -webkit-linear-gradient(top,#ef523f,#d14836);
background-image: -moz-linear-gradient(top,#ef523f,#d14836);
background-image: -ms-linear-gradient(top,#ef523f,#d14836);
background-image: -o-linear-gradient(top,#ef523f,#d14836);
background-image: linear-gradient(top,#ef523f,#d14836);
}

.red_button_google:active
{
background-color: #f5f5f5;
background-image: -webkit-gradient(linear,left top,left bottom,from(#c22f1d),to(#dc321d));
background-image: -webkit-linear-gradient(top,#c22f1d,#dc321d);
background-image: -moz-linear-gradient(top,#c22f1d,#dc321d);
background-image: -ms-linear-gradient(top,#c22f1d,#dc321d);
background-image: -o-linear-gradient(top,#c22f1d,#dc321d);
background-image: linear-gradient(top,#c22f1d,#dc321d);
}


.searchgl{
	background:url( '//accept.ge/functions/webcomacceptinter.png' ) 4px -397px no-repeat;
	font:12px sans-serif;
	height:20px;
	width:22px;
	margin:0;padding:0 !important;
	text-indent:-9999px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid rgba(0,0,0,0);
	border:0px;
}

.searchgl:hover{
	background-position:4px -437px;
	cursor:pointer;
}

.searchgl:focus{
	width:200px;
	color:black;
	text-shadow:0 1px 0 #fff;
	padding:0 3px 0 22px !important;
	background-color:#ddd;
	-moz-box-shadow:inset 2px 2px 1px #cdcdcd;
	-webkit-box-shadow:inset 2px 2px 1px #cdcdcd;
	box-shadow:inset 2px 2px 1px #cdcdcd;
	text-shadow:0 1px 0 #eee;
	background-position:4px -437px;
	text-indent:0;
	-webkit-transition:all 400ms ease-in-out;
	-moz-transition:all 400ms ease-in-out;
	-o-transition:all 400ms ease-in-out;
	-ms-transition:all 400ms ease-in-out;
	transition:all 400ms ease-in-out;
}


#accept_first {
	margin-bottom:5px;
}

#accept_avatar {
	margin:0px;
}

#accept_input {
	background-color:#fafafa;
	border:1px solid #d8d8d8;
	padding-left:5px;
	padding-right:5px;
	font-size:12px;
	height:30px;
	color:#808080;
	width:200px;
	border-radius:0px;
}

#accept_submit {
	position:absolute;
	margin-top:1px;
	margin-left:-27px;
}

#bugreporter_button {
	cursor:pointer;
	position:fixed;
	bottom:10px;
	left:10px;
	padding:7px 10px;
	border-radius:5px;
	color:#ffffff;
	z-index:999999999999;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	
	background: #fb5bc5;
	background: -moz-linear-gradient(top,  #fb5bc5 0%, #a744fd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb5bc5), color-stop(100%,#a744fd)); 
	background: -webkit-linear-gradient(top,  #fb5bc5 0%,#a744fd 100%);
	background: -o-linear-gradient(top,  #fb5bc5 0%,#a744fd 100%);
	background: -ms-linear-gradient(top,  #fb5bc5 0%,#a744fd 100%);
	background: linear-gradient(to bottom,  #fb5bc5 0%,#a744fd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb5bc5', endColorstr='#a744fd',GradientType=0 );
}

#bugreporter {
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	z-index:9999999999999;
}

#bugreporter_inner {
	display:table-cell;
	vertical-align:middle;
}

#bugreporter_inner_message {
	border-radius:2px;
	margin-left:auto;
	margin-right:auto;
	background:#ffffff;
	padding:10px;
	width:500px;
}

#bugreporter_inner_message_title {
	padding:10px;
	background:#f5f6f7;
	border-bottom:1px solid #f5f6f7;
}

#bugreporter_inner_message_input {
	padding:8px;
	width:100%;
	font-size:12px;
	border:1px solid #bfbfbf;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}