/* BTNS */
.btn_save, .btn_add, .btn_save, .btn_add{
	margin:0;
	padding:0;
	border:none;
	cursor:pointer;
}
.btn_blank130, .btn_valid{
	margin:0;
	border:none;
	cursor:pointer;
}
.btn_acces{
  background:url('../images/backend_btn_acces.png') no-repeat;
  float:right;
  width:140px;
  height:39px;
}
.btn_apercu{
  background:url('../images/backend_btn_apercu.gif') no-repeat;
  float:right;
  width:140px;
  height:38px;
}
.btn_preview{
  background:url(../images/backend_website_preview.png) no-repeat;
  margin:1px 30px 0 0;
  float:right;
  width:161px;
  height:30px;
}
.btn_edit{
  background:url(../images/backend_btn_edit.gif) no-repeat;
  width:103px;
  height:31px;
	float:left;
}
.btn_move{
  background:url(../images/backend_btn_move.gif) no-repeat;
  width:106px;
  height:31px;
	float:left;
}
.btn_delete{
  background:url(../images/backend_btn_delete.gif) no-repeat;
  width:116px;
  height:31px;
	float:left;
}
.btn_cancel{
  background:url(../images/backend_btn_cancel.png) no-repeat;
  width:116px;
  height:31px;
	float:left;
}
.btn_add{
  background:url(../images/backend_btn_add.gif) no-repeat;
  width:101px;
  height:31px;
	float:left;
}
.btn_geo{
  background:url(../images/backend_btn_geo.gif) no-repeat;
  width:131px;
  height:31px;
	float:left;
}
.btn_add_auto, .btn_ok_auto, .btn_cancel_auto, .btn_auto {
  background: transparent url('../images/backend_btn_add_right.png') no-repeat scroll top right; 
  display: block;
  float: left;
  height: 31px; 
  margin-right: 6px;
  padding-right: 15px; 
  text-decoration: none;
  color: #5a8c16;
  font-family: Arial, Helvetica, sans-serif;
  font-size:13px;
  font-weight:bold;
}
.btn_cancel_auto {
  color: #C41A0B;
}
.btn_add_auto span, .btn_ok_auto span, .btn_cancel_auto span {
  display: block;
  line-height: 31px; 
  padding: 0px 0 0 36px;
} 
.btn_auto span {
  display: block;
  line-height: 31px; 
  padding: 0px 0 0 15px;
} 
.btn_add_auto:hover span, .btn_ok_auto:hover span, .btn_cancel_auto:hover span, .btn_auto:hover span{
  text-decoration:underline;
}
.btn_add_auto span {
  background: transparent url('../images/backend_btn_add_left.gif') no-repeat; 
}
.btn_ok_auto span {
  background: transparent url('../images/backend_btn_ok_left.png') no-repeat; 
}
.btn_cancel_auto span {
  background: transparent url('../images/backend_btn_cancel_left.png') no-repeat; 
}
.btn_auto span {
  background: transparent url('../images/backend_btn_left.png') no-repeat; 
}


.btn_save{
  background:url(../images/backend_btn_save.png) no-repeat;
  width:127px;
  height:31px;
	float:left;
}
.btn_save_png{
  background:url(../images/backend_btn_save.png) no-repeat;
  width:127px;
  height:31px;
	float:left;
}
#sf_admin_container .btn_valid{
  background:url(../images/backend_btn_valid.gif) no-repeat;
  width:100px;
  height:31px;
	float:left;
	padding-left:12px;
	padding-top:1px;
	color:#5a8c16;
	font-weight:bold;
	text-decoration:none;
}
.btn_blank130{
  background:url(../images/backend_btn_blank130.gif) no-repeat;
  width:130px;
  height:25px;
	float:left;
	padding-top:6px;
	text-align:center;
	color:#5a8c16;
	font-weight:bold;
	text-decoration:none;
}

a.big_btn{
  background:url(../images/backend_big_btn.jpg) no-repeat;
  width:185px;
  height:40px;
	float:left;
	margin-left:7px;
	padding-top:10px;
	text-align:center;
	color:#B6449C;
	font-weight:bold;
	text-decoration:none;
}
a.big_btn:hover{
	text-decoration:underline;
}