/* PUBLIC */
html {
	height: 100%;
}

body {
	font: 0.75em "arial";
	color: #333;
	height: 100%;
}

body,div,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p,form,fieldset,input,table,tr,th,td
	{
	margin: 0;
	padding: 0
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%
}

ul,ol,li {
	list-style: none
}

fieldset,img {
	border: none
}

/* A TAG STYLE */
a {
	color: #333;
	text-decoration: none
}

a:hover {
	color: #333;
	text-decoration: none
}

a:active {
	color: #333;
	text-decoration: none
}

.btn {
	vertical-align: middle;
	display: inline-block;
	padding-right: 3px;
	background: url(/cms/cmm/img/bg/btn.gif) no-repeat 100% 0;
	font-family: "arial";
	font-size: 12px;
	text-decoration: none !important;
	cursor: pointer;
}

.btn strong {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 3px 10px 0px 13px;
	background: url(/cms/cmm/img/bg/btn.gif) no-repeat;
	font-size: 12px;
	color: #555;
	line-height: 18px;
	letter-spacing: -1px;
	word-spacing: -1px; ! important;
	white-space: nowrap;
	font-weight: normal;
}

.btn_schar {
	vertical-align: middle;
	display: inline-block;
	padding-right: 3px;
	background: url(/cms/cmm/img/bg/btn.gif) no-repeat 100% 0;
	font-family: "arial";
	font-size: 12px;
	text-decoration: none !important;
	cursor: pointer;
}

.btn_schar strong {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 1px 10px 2px 13px;
	background: url(/cms/cmm/img/bg/btn.gif) no-repeat;
	font-size: 12px;
	color: #555;
	line-height: 18px;
	letter-spacing: -1px;
	word-spacing: -1px; ! important;
	white-space: nowrap;
	font-weight: normal;
}

.input_radio {
	cursor: pointer;
}