input,
textarea,
button {
	margin: 0;
	font-family: 'Corbel', 'Calibri', 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Myriad', 'Verdana', sans-serif !important;
	font-size: 13px;
	cursor: default;
	text-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input.radiobutton {
	margin: 0 2px 2px 5px;
	vertical-align: middle;
	cursor: pointer;
}

input.checkbox {
	margin: 0 2px 0 5px;
	vertical-align: middle;
	cursor: pointer;
}

input.textfield,
textarea.textfield,
div.textfield,
p.textfield,
img.textfield {
	border-top: solid 1px #c2c2c2;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	border-left: solid 1px #c2c2c2;
	cursor: default;
	padding: 3px 0 3px 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
input.textfield:focus,
textarea.textfield:focus {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
textarea.textfield {
	scrollbar-base-color: #FFFFFF;
	scrollbar-3d-light-color: #FFFFFF;
	scrollbar-arrow-color: #333333;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}
#setup .textfield,
#profile .textfield,
#mailto .textfield,
#setup_search .textfield {
	/*-moz-box-shadow: inset 1px 1px 10px #999999;
	-webkit-box-shadow: inset 1px 1px 10px #999999;
	box-shadow: inset 1px 1px 10px #999999;*/
	background: url('../images/bg_transparent_black.png') repeat;
	background-color: transparent !important;
}
input[type="file"] {
	line-height: normal !important;
}

/*input.button,
button.button,
img.button {
	margin: 0 5px 0 5px;
	cursor: pointer;
	vertical-align: middle;
}
input.button:hover,
button.button:hover,
img.button:hover {
	-moz-opacity: 0.7;
	opacity: 0.7;
}
input.button:active,
button.button:active,
img.button:active {
	-moz-opacity: 0.3;
	opacity: 0.3;
}*/

.dialogclosebutton {
	float: right;
	height: 16px;
	width: 16px;
	display: block;
	margin: 1px;
	background: url('images/ui-icons_222222_256x240.png') -80px -128px no-repeat;
	cursor: pointer;
	-moz-user-select: none;
}
.dialogclosebutton:hover {
	background: url('images/ui-icons_454545_256x240.png') -80px -128px no-repeat;
	border: 1px solid #999999;
	background-color: #dadada;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0;
}

.dialogbutton,
.actionbutton,
.ui-button {
	/*-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% );
	background: -o-linear-gradient(top, #ededed 0%, #dfdfdf 100%);
	background: -ms-linear-gradient(top, #ededed 0%, #dfdfdf 100%);
	background: linear-gradient(top, #ededed 0%, #dfdfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color: #ededed;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cccccc;
	display: inline-block;
	font-size: 13px;
	text-decoration: none;
	-moz-user-select: none;
	cursor: pointer;
	color: #666666;
	line-height: 16px;*/
	text-transform: capitalize;
	margin: 0 3px 0 3px;
	padding: 3px 8px 3px 8px;
	width: auto;
	height: 30px;
}
.dialogbutton,
.ui-button {
	color: #4D4D4D;
}
#header .dialogbutton {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: url('../images/bg_header.png') repeat-x;
	background-position: 0 -5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0;
	display: inline-block;
	color: #F9F9F9;
	font-size: 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #333333;
	text-transform: capitalize;
	-moz-user-select: none;
	cursor: pointer;
	line-height: 16px;
	margin: 0 3px 0 3px;
	padding: 3px 6px 3px 6px;
	width: auto;
	height: 24px;
}
.smallbutton {
	/*-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% );
	background: -o-linear-gradient(top, #ededed 0%, #dfdfdf 100%);
	background: -ms-linear-gradient(top, #ededed 0%, #dfdfdf 100%);
	background: linear-gradient(top, #ededed 0%, #dfdfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color: #ededed;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cccccc;
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
	text-transform: capitalize;
	-moz-user-select: none;
	line-height: 16px;
	cursor: pointer;*/
	color: #4D4D4D;
	margin: 0 0 0 3px;
	padding: 3px;
	width: 30px;
	height: 28px;
}
.dialogbutton:hover,
.smallbutton:hover,
.actionbutton:hover,
.ui-button: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% );
	background: -o-linear-gradient(top, #dfdfdf 0%, #ededed 100%);
	background: -ms-linear-gradient(top, #dfdfdf 0%, #ededed 100%);
	background: linear-gradient(top, #dfdfdf 0%, #ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color: #dfdfdf;
	color: #666666;
	text-shadow: 1px 1px 0px #f5f5f5;
	cursor: pointer;*/
}
#header .dialogbutton:hover {
	background-image: none;
	color: #cccccc;
	text-shadow: 1px 1px 0px #333333;
	cursor: pointer;
}
.dialogbutton:active,
#header .dialogbutton:active,
.smallbutton:active,
.actionbutton:active,
.ui-button:active {
	/*position: relative;
	top: 1px;*/
}

.tzCheckBox{
	background: url('../images/checkbox.png') no-repeat right bottom;
	display: inline-block;
	min-width: 55px;
	height: 30px;
	white-space: nowrap;
	position: relative;
	cursor: pointer;
	margin-left: 14px;
}

.tzCheckBox.checked{
	background-position: top left;
	margin: 0 14px 0 0;
}

.tzCheckBox .tzCBContent{
	color: white;
	line-height: 30px;
	padding-right: 28px;
	text-align: right;
}

.tzCheckBox.checked .tzCBContent{
	text-align: left;
	padding: 0 0 0 28px;
}

.tzCBPart{
	background: url('../images/checkbox.png') no-repeat left bottom;
	width: 14px;
	position: absolute;
	top: 0;
	left: -14px;
	height: 30px;
	overflow: hidden;
}

.tzCheckBox.checked .tzCBPart{
	background-position: top right;
	left: auto;
	right: -14px;
}