
.ce_css3button, .css3button {
	-moz-transition:-moz-box-shadow 0.22s, border-color 0.22s;
	-o-transition:box-shadow 0.22s, border-color 0.22s;
	-webkit-transition:-webkit-box-shadow 0.22s, border-color 0.22s;
	transition:box-shadow 0.22s, border-color 0.22s;
	padding:3px 12px;
	margin:0;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	cursor:default;
	outline:none;
	color:#666;
	border:1px solid rgba(0, 0, 0, 0.2);
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background:#f0f0f0;
	background:-webkit-gradient(linear,0% 40%,0% 70%,from(#f6f6f6),to(#eaeaea));
	background: -moz-linear-gradient(top,#f6f6f6,#eaeaea);
	background:-o-linear-gradient(top,#f6f6f6,#eaeaea);
	background:linear-gradient(top,#f6f6f6,#eaeaea);
	-moz-user-select: none;
	border-spacing: 2px;
}
.ce_css3button:hover, .ce_css3button:focus, .css3button:hover, .css3button:focus {
	color: #b00;
	border:1px solid #a0a0a0;
	background:#f8f8f8;
	background:-webkit-gradient(linear,0% 40%,0% 70%,from(#fbfbfb),to(#ededed));
	background: -moz-linear-gradient(top,#fbfbfb,#ededed);
	background:-o-linear-gradient(top,#fbfbfb,#ededed);
	background:linear-gradient(top,#fbfbfb,#ededed);
	-moz-box-shadow:0 0 7px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 7px rgba(0,0,0,0.3);
	box-shadow:0 0 7px rgba(0,0,0,0.3);
	z-index:2;
	outline:none;
}

.ce_css3button:active, .ce_css3button.selected, .ce_css3button.active, .css3button:active, .css3button.selected, .css3button.active {
	background-color:#e0e0e0;
	background-image:-webkit-gradient(linear,left top,left bottom,from(#eeeeee),to(#e0e0e0));
	background-image:-moz-linear-gradient(top,#eeeeee,#e0e0e0);
	background-image:-o-linear-gradient(top,#eeeeee,#e0e0e0);
	background-image:linear-gradient(top,#eeeeee,#e0e0e0);
	-moz-box-shadow:inset 0 1px 5px #ccc;
	-webkit-box-shadow:inset 0 1px 5px #ccc;
	box-shadow:inset 0 1px 5px #ccc;
}

.ce_css3button_disabled, .css3button_disabled {
	padding:3px 12px;
	margin:0;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	cursor:default;
	outline:none;
	color:#aaa;
	border:1px solid rgba(0, 0, 0, 0.2);
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background:#f0f0f0;
	background:-webkit-gradient(linear,0% 40%,0% 70%,from(#f6f6f6),to(#eaeaea));
	background: -moz-linear-gradient(top,#f6f6f6,#eaeaea);
	background:-o-linear-gradient(top,#f6f6f6,#eaeaea);
	background:linear-gradient(top,#f6f6f6,#eaeaea);
	-moz-user-select: none;
	border-spacing: 2px;
}


.ce_css3select{
	padding:4px;
	border:1px solid #a0a0a0;
	width:400px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin:3px 0;
	font:13px/16px Calibri, Tahoma, sans-serif !important;
}

.ce_css3input{
	padding:5px;
	border:1px solid #a0a0a0;
	width:400px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin:3px 0;
	font:13px/16px Calibri, Tahoma, sans-serif !important;
}
.ce_css3input_50{
	padding:4px;
	border:1px solid #a0a0a0;
	width:50px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin:3px 0;
	margin-right:260px;
	text-align:right;
	font:13px/16px Calibri, Tahoma, sans-serif !important;
}
.ce_css3input_70{
	padding:4px;
	border:1px solid #a0a0a0;
	width:70px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin:3px 0;
	margin-right:240px;
	text-align:right;
	font:13px/16px Calibri, Tahoma, sans-serif !important;
}
.ce_css3input_100{
	padding:4px;
	border:1px solid #a0a0a0;
	width:100px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin:3px 0;
	margin-right:5px;
	margin-left:5px;
	text-align:right;
	font:13px/16px Calibri, Tahoma, sans-serif !important;
}
.ce_css3textarea, .css3textarea{
	padding:4px;
	border:1px solid #a0a0a0;
	width:400px;
	height:100px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin:3px 0;
	font:13px/16px Calibri, Tahoma, sans-serif !important;
}
.ce_css3textarea_long, .css3textarea_long{
	padding:4px;
	border:1px solid #a0a0a0;
	width:900px;
	height:100px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin:3px 0;
	font:13px/16px Calibri, Tahoma, sans-serif !important;
}
.ce_css3table{
	border-left:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
}

.ce_css3table thead td{
	padding:6px;
	border:none;
	text-align:center;
#	border-bottom:1px solid #C1C2B8;
#	border-top:1px solid #C1C2B8;
	background:-webkit-gradient(linear, left top, left bottom,from(#FEFFFC), to(#EEF0DF));
}

.ce_css3table tbody td{
	padding:4px;
	border-right:1px solid #d0d0d0;
	border-top:1px solid #d0d0d0;
}


.ce_css3div_win {
	-webkit-box-shadow: rgb(136, 136, 136) 3px 3px 5px 2px;
	transition:box-shadow 0.22s, border-color 0.22s;
	padding:3px 6px;
	margin:0;
	vertical-align:middle;
	white-space:nowrap;
	cursor:default;
	outline:none;
	color:#666;
	border:1px solid rgba(0, 0, 0, 0.2);
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background:#f0f0f0;
	background:-webkit-gradient(linear,0% 20%,0% 20%,from(#f6f6f6),to(#eaeaea));
	background: -moz-linear-gradient(top,#f6f6f6,#eaeaea);
	background:-o-linear-gradient(top,#f6f6f6,#eaeaea);
	background:linear-gradient(top,#f6f6f6,#eaeaea);
	-moz-user-select: none;
	border-spacing: 2px;
}
.ce_css3div_win:hover, .ce_css3div_win:focus {
	color: #b00;
	border:1px solid #a0a0a0;
	background:#f8f8f8;
	background:-webkit-gradient(linear,0% 30%,0% 30%,from(#fbfbfb),to(#ededed));
	background: -moz-linear-gradient(top,#fbfbfb,#ededed);
	background:-o-linear-gradient(top,#fbfbfb,#ededed);
	background:linear-gradient(top,#fbfbfb,#ededed);
	-moz-box-shadow:0 0 7px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 7px rgba(0,0,0,0.3);
	box-shadow:0 0 7px rgba(0,0,0,0.3);
	z-index:2;
	outline:none;
}

.ce_css3div_win:active, .ce_css3div_win.selected, .ce_css3div_win.active {
	background-color:#e0e0e0;
	background-image:-webkit-gradient(linear,left top,left bottom,from(#eeeeee),to(#e0e0e0));
	background-image:-moz-linear-gradient(top,#eeeeee,#e0e0e0);
	background-image:-o-linear-gradient(top,#eeeeee,#e0e0e0);
	background-image:linear-gradient(top,#eeeeee,#e0e0e0);
	-moz-box-shadow:inset 0 1px 5px #ccc;
	-webkit-box-shadow:inset 0 1px 5px #ccc;
	box-shadow:inset 0 1px 5px #ccc;
}

.ce_css3div {
	-moz-transition:-moz-box-shadow 0.22s, border-color 0.22s;
	-o-transition:box-shadow 0.22s, border-color 0.22s;
	-webkit-transition:-webkit-box-shadow 0.22s, border-color 0.22s;
	transition:box-shadow 0.22s, border-color 0.22s;
	padding:3px 6px;
	margin:0;
	vertical-align:middle;
	white-space:nowrap;
	cursor:default;
	outline:none;
	color:#666;
	border:1px solid rgba(0, 0, 0, 0.2);
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background:#f0f0f0;
	background:-webkit-gradient(linear,0% 20%,0% 20%,from(#f6f6f6),to(#eaeaea));
	background: -moz-linear-gradient(top,#f6f6f6,#eaeaea);
	background:-o-linear-gradient(top,#f6f6f6,#eaeaea);
	background:linear-gradient(top,#f6f6f6,#eaeaea);
	-moz-user-select: none;
	border-spacing: 2px;
}
.ce_css3div:hover, .ce_css3div:focus {
	color: #b00;
	border:1px solid #a0a0a0;
	background:#f8f8f8;
	background:-webkit-gradient(linear,0% 30%,0% 30%,from(#fbfbfb),to(#ededed));
	background: -moz-linear-gradient(top,#fbfbfb,#ededed);
	background:-o-linear-gradient(top,#fbfbfb,#ededed);
	background:linear-gradient(top,#fbfbfb,#ededed);
	-moz-box-shadow:0 0 7px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 7px rgba(0,0,0,0.3);
	box-shadow:0 0 7px rgba(0,0,0,0.3);
	z-index:2;
	outline:none;
}

.ce_css3div:active, .ce_css3div.selected, .ce_css3div.active {
	background-color:#e0e0e0;
	background-image:-webkit-gradient(linear,left top,left bottom,from(#eeeeee),to(#e0e0e0));
	background-image:-moz-linear-gradient(top,#eeeeee,#e0e0e0);
	background-image:-o-linear-gradient(top,#eeeeee,#e0e0e0);
	background-image:linear-gradient(top,#eeeeee,#e0e0e0);
	-moz-box-shadow:inset 0 1px 5px #ccc;
	-webkit-box-shadow:inset 0 1px 5px #ccc;
	box-shadow:inset 0 1px 5px #ccc;
}

.ce_css3div_disabled, .ce_css3div_disabled {
	padding:3px 12px;
	margin:0;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	cursor:default;
	outline:none;
	color:#aaa;
	border:1px solid rgba(0, 0, 0, 0.2);
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background:#f0f0f0;
	background:-webkit-gradient(linear,0% 40%,0% 70%,from(#f6f6f6),to(#eaeaea));
	background: -moz-linear-gradient(top,#f6f6f6,#eaeaea);
	background:-o-linear-gradient(top,#f6f6f6,#eaeaea);
	background:linear-gradient(top,#f6f6f6,#eaeaea);
	-moz-user-select: none;
	border-spacing: 2px;
}

.ce_css3a {
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	cursor:pointer;
	outline:none;
	padding:1 3 1 2;
	border-bottom:1px dotted rgba(0, 0, 0, 0.2);
}
.ce_css3a:hover, .ce_css3a:focus {
	color: #b00;
	border-bottom:1px dotted rgba(0, 0, 0, 0.2);
	cursor:pointer;
	z-index:2;
	outline:none;
}

.ce_css3a:active, .ce_css3a.selected, .ce_css3a.active {
	padding:1 1 1 4;
}

.ce_css3table_filter{
}

.ce_css3table_filter thead td{
	padding:6px;
}

.ce_css3table_filter tbody td{
	padding:3px;
}


.ce_css3label_success{
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background-color: #468847;
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	vertical-align: baseline;display: inline-block;
	padding: 2px 4px;
}
