.pressBtn_global {font-size:11px;  display:inline-block; border: #ddd solid thin;  padding: 5px; margin-left: 5px; cursor: pointer; }
.pressBtn_false{background: #eee; color: #333; }
.pressBtn_true{ background: #2a7fd3; color: #fff;}
.divColorSearch { display:inline-block; }
.simplecolorpicker { padding: 3px 0px; }
.simplecolorpicker-label { font-weight: normal !important; }
.btnGlobal { padding: 9px; color: #000; border: #ddd solid thin; background-color: #eee; text-decoration: none; cursor: pointer; }
.btnGlobal:hover {  background-color: #2a7fd3; color: #fff; text-decoration: none; }
.btnOnBar { margin: 9px 0 9px 5px; float: right;}


/******************
FORMULARIOS
*******************/

.formulario .form_input { color: #555 !important; }
.formulario .form_input_error { font-weight: normal; color: #d10000 !important; }

/******************
FIXED BAR
*******************/

.rs-fixed-bar { z-index: 10002; border-bottom: #eee solid thin; padding: 0px 0px; margin-bottom: 0px; font-size: 11px;  }
.rs-fixed-bar .separador { display: inline-block; border-left:#ddd solid thin; background: #fff; margin: 8px 7px 8px 7px; font-size: 10px;}
.rs-fixed-bar .btn-user { font-weight: bold; font-size:12px;  display:inline-block;  cursor: pointer;  }

.rs-fixed-bar .btn-login { color: #d40000; font-weight: bold; font-size:11px;  display:inline-block; padding: 0 3px;  cursor: pointer; }
.rs-fixed-bar .btn-login:hover { text-decoration: underline; color: #000;} /*a8cbec , 2a7fd3*/
.rs-fixed-bar .btn-login:first-child {   }

/******************
CSS RSAM
*******************/

.rslabelwidth { display: inline-block; width: 90px; text-align: right; margin-bottom: 10px;}

.form_input_empty { font-weight: normal; color: #999 !important; }
.form_input_error { font-weight: normal; color: #d10000 !important;  font-weight: bold; }


.facebookBtn{
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	color: #fff; font-size: 18px; 
	width: 180px; height: 40px; display: inline-block;
	background: #89bde5; /* Old browsers */
	background: -moz-linear-gradient(top,  #89bde5 0%, #4f99d6 27%, #3b6799 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#89bde5), color-stop(27%,#4f99d6), color-stop(98%,#3b6799)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #89bde5 0%,#4f99d6 27%,#3b6799 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #89bde5 0%,#4f99d6 27%,#3b6799 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #89bde5 0%,#4f99d6 27%,#3b6799 98%); /* IE10+ */
	background: linear-gradient(to bottom,  #89bde5 0%,#4f99d6 27%,#3b6799 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89bde5', endColorstr='#3b6799',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
}
.facebookBtn:hover {
	color: #fff;
	background: #89bde5; /* Old browsers */
	background: -moz-linear-gradient(top,  #89bde5 0%, #7cacd3 27%, #7292b2 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#89bde5), color-stop(27%,#7cacd3), color-stop(98%,#7292b2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #89bde5 0%,#7cacd3 27%,#7292b2 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #89bde5 0%,#7cacd3 27%,#7292b2 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #89bde5 0%,#7cacd3 27%,#7292b2 98%); /* IE10+ */
	background: linear-gradient(to bottom,  #89bde5 0%,#7cacd3 27%,#7292b2 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89bde5', endColorstr='#7292b2',GradientType=0 ); /* IE6-9 */

}
.facebookBtn img{
	float: left;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.facebookBtn span{
	padding-top: 6px; display: inline-block; padding-left: 0px; padding-right: 10px;
}







