div.controlbar a,input.controlbarbutton,button,a.button,a.button_wide,body a.smallbutton,input.smallbutton,a.smallbluebutton,.controlbar form select,a.smallbluebutton {
	display:inline-block;
	color:#fff!important;
	height:auto;
	font-size:11px;
	line-height:18px;
	font-family:sans-serif;
	font-weight:300!important;
	text-align:center;
	padding:1px 10px;
	margin:.5px 0 0 3px;
	cursor:pointer;
	border:none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	letter-spacing:.05em;
	background:#6D5C82;
	border:thin #6D5C82 solid;
}

button {
	border:none;
	outline:none;
	margin:4px;
}

a.smallbutton {
	padding:4px 14px;
}

a.smallbutton.lit {
	background:#fff;
	color:#6D5C82!important;
}

button.gobutton {
	height:24px;
	line-height:1;
	min-width:24px;
}

button:hover {
	background-color:#fff;
	color:#6D5C82!important;
	box-shadow:0 0 0 1px #8168A3;
	-moz-box-shadow:0 0 1px 0 #8168A3;
	-webkit-box-shadow:0 0 1px 0 #8168A3;
}

a.button:hover,a.button_wide:hover,div.controlbar a:hover,a.smallbutton:hover,a.smallbluebutton:hover {
	color:#6D5C82!important;
	font-family:sans-serif;
	text-decoration:none;
	background-color:#fff;
}

a.button:active,a.button_wide:active,.controlbar a:active,a.smallbutton:active,a.smallbluebutton:active {
	background-color:#789;
	color:#fff;
}

a.button,a.button_wide {
	width:60px;
	float:left;
	margin:1px 0;
}

a.button_wide {
	width:120px;
	height:auto;
}

div.controlbar {
	color:#444;
	min-width:300px;
	width:auto!important;
	height:auto;
	float:none;
	clear:both;
	display:table;
	list-style:none;
	font-weight:400;
	text-align:center;
	padding:0 0 0 5px;
}

.controlbar li,.controlbar span,.controlbar form {
	color:#444;
	float:left;
	margin:1px;
	padding:0;
	line-height:18px;
	width:auto;
	max-width:150px;
	min-width:25px;
	letter-spacing:0;
}

.controlbarextra {
	float:none;
	clear:both;
	display:block;
	margin:.125em 0;
}

.controlbarextra select,.controlbarextra input {
	padding:2px;
	margin:2px;
	width:auto;
	border:none;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	height:20px;
	font-size:11px;
	line-height:18px;
	width:40px;
	margin-left:5px;
	-webkit-appearance:none;
	display:inline-block;
	text-align:left;
	color:#fff;
	background:#6D5C82;
}

.controlbarextra select option {
	padding:0;
	margin:0;
	font-size:11px;
	line-height:14px;
	height:18px;
	font-family:sans-serif;
}

.controlbar .blockoff {
	display:block;
	width:100%;
	height:1px;
	float:none;
	clear:both;
}

html input:submit {
	padding:0 12px;
	height:24px;
	line-height:18px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.fileUpload {
	padding:10px;
	width:350px;
	background-color:#eee;
	border:1px #aaa solid;
	font-family:helvetica,sans-serif;
	color:#777;
	font-size:11px;
}

.uppercase {
	text-transform:uppercase;
}

a.closex {
	position:absolute;
	top:10px;
	right:10px;
	height:22px;
	width:22px;
	background:url(https://www.slab500.com/common/images/graphic_elements/close_button.png) no-repeat transparent right top;
	z-index:30;
	text-align:right;
	cursor:pointer;
}

#loginentry button:active {
	background-color:#789;
	color:#fff;
}

a.closex:hover {
	opacity:.5;
}

a.closex:active {
	opacity:1;
}

a.closex span {
	display:none;
}

#multiform a.topswitch {
	padding:4px 16px;
	margin:0 0 0 8px;
	text-align:center;
	color:#444;
	background:#efefff;
	border:1px #aaa solid;
	border-bottom:none;
	cursor:pointer;
	font:normal normal 11px/13px sans-serif;
}

#multiform a.topswitch:hover {
	color:#EEEEFD;
	background:#444;
}

html a.actionbutton {
	display:inline;
	height:18px;
	width:auto;
	color:#fff;
	font-size:18px;
	font-weight:400;
	line-height:22px;
	letter-spacing:1px;
	padding:6px 12px;
	margin:15px 0;
	background-color:#452860;
	background:url(#);
	background-repeat:repeat-x;
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(#79658E),to(#452860));
	background:-webkit-linear-gradient(top,#79658E,#452860);
	background:-moz-linear-gradient(top,#79658E,#452860);
	background:-ms-linear-gradient(top,#79658E,#452860);
	background:-o-linear-gradient(top,#79658E,#452860);
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:4px #000 solid;
}

html a.actionbutton:hover,html a.actionbutton.lit {
	background-color:#352A41;
	background:url(#);
	background-repeat:repeat-x;
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(#452860),to(#352A41));
	background:-webkit-linear-gradient(top,#452860,#352A41);
	background:-moz-linear-gradient(top,#452860,#352A41);
	background:-ms-linear-gradient(top,#452860,#352A41);
	background:-o-linear-gradient(top,#452860,#352A41);
	color:#fff;
	border:4px #452860 solid;
}

#entry button {
	padding:8px 13px;
	color:#666;
}

#entry button:active {
	background-color:#789;
	color:#fff;
}

button.localebutton {
	margin:10px 1px;
}

button.localebutton.lit {
	background:#fff;
	color:#6D5C82!important;
	border:thin #6D5C82 solid;
}