@charset "utf-8";



a.btn_Big_Blue {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:10px 30px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
}.btn_Big_Blue:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}
 
a.btn_Big_Gray{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:10px 30px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.btn_Big_Gray:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}


/** toggle type checkbox ******************************************/
.iPhoneCheckContainer {
		display:inline-block;
		-webkit-transform:translate3d(0,0,0);
		position: relative;
		height: 22px;
		cursor: pointer;
		vertical-align:top;
		overflow: hidden; /*border:1px solid #333;*/}

  .iPhoneCheckContainer label {
		white-space: nowrap;
		cursor: pointer;
		display: block;
		height: 14px;
		position: absolute;
		width: auto;
		top: 0;
		padding-top: 5px;
		overflow: hidden; }

label.iPhoneCheckLabelOn {
		padding-top: 2px;
		font-size:1px;
		text-align:right;
		font-weight:normal;
		color:#29b54a;
		background: url('/upload/adminimg/on.png') left 2px no-repeat;}
		  label.iPhoneCheckLabelOn span {
				padding-left: 10px; }
label.iPhoneCheckLabelOff {
		padding-top: 2px;
		background: url('/upload/adminimg/off.png') right 2px no-repeat;}
			label.iPhoneCheckLabelOff span {
				padding-right: 10px; }

.iPhoneCheckHandle {
  display: block;
  height: 22px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  padding-right:2px;
  background: url('/upload/adminimg/slider.png') no-repeat;
   }

   label.on_txt{display:inline-block;margin-top:4px;letter-spacing:-1px;}
   span.on_off input{margin-top:3px;margin-left:15px;width:5px;height:5px;}