.bar100p32 {
	width: 310px;
	height: 32px;
	margin: 0;
	padding: 0px;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));	
	border: 1px #888888 solid;
	color: #777;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
	text-shadow: 1px 2px 3px #888888;
}

.telbutton {
	width: 45%;
	height: 32px;
	margin: 0;
	padding: 0px;
	text-align: center;
	font-size: 10pt;

	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));	
	border: 1px solid #aaa;
	color: #050505;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);


}

.mailbutton {
	width: 45%;
	height: 32px;
	margin: 0;
	padding: 0px;
	text-align: center;
	font-size: 10pt;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));	
	border: 1px solid #aaa;
	color: #050505;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}

.mailbutton100 {
	width: 100%;
	height: 32px;
	margin: 0;
	padding: 0px;
	text-align: center;
	font-size: 10pt;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));	
	border: 1px solid #aaa;
	color: #050505;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}

.telbutton2 {
	width: 95%;
	height: 32px;
	margin: 0;
	padding: 0px;
	text-align: center;
	font-size: 10pt;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));	
	border: 1px solid #aaa;
	color: #050505;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}

.mailbutton2 {
	width: 95%;
	height: 32px;
	margin: 0;
	padding: 0px;
	text-align: center;
	font-size: 10pt;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));	
	border: 1px solid #aaa;
	color: #050505;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}

.bt_top {
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0px;
	text-align: center;
	font-size: 16pt;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));	
	border: 1px solid #aaa;
	color: #050505;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}

.bt_top2 {
	width: 48px;
	height: 48px;
	margin: 0;
	padding: 0px;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));	
	border: 1px #888888 solid;
	color: #777;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
}

.bt_top2c {
	width: 64px;
	height: 64px;
	margin: 0;
	padding: 0px;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	border: 1px #888888 solid;
	background-color: white;
	color: #777;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
}

.bar100p32c {
	width: 100%;
	height: 32px;
	margin: 0;
	padding: 0px;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));	
	border: 1px #888888 solid;
	color: #777;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
	text-shadow: 1px 2px 3px #888888;
}

.bar100p32d {
	width: 100%;
	height: 48px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	padding: 2px 3px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#d95f5f 50%,
		#cf3636 50%,
		#800000);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #d95f5f),
		color-stop(0.50, #cf3636),
		to(#800000));
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	border: 1px solid #800000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.4);
}

.bar100p32e {
	width: 100%;
	height: 24px;
	margin: 0;
	padding: 0px;
	text-align: center;
	font-size: 10pt;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));	
	border: 1px solid #aaa;
	color: #050505;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}

.bar100p32e2 {
	height: 24px;
	margin: 0;
	padding: 0px;
	text-align: center;
	font-size: 10pt;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));	
	border: 1px solid #aaa;
	color: #050505;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}

.bar100p32e3 {
	width: 48px;
	height: 24px;
	margin: 0;
	padding: 0px;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));	
	border: 1px #888888 solid;
	color: #777;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
//	text-shadow: 1px 2px 3px #888888;
}

.bar100p32e5 {
	width: 24px;
	height: 24px;
	margin: 0;
	padding: 0px;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));	
	border: 1px #888888 solid;
	color: #777;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
//	text-shadow: 1px 2px 3px #888888;
}

.bar100p32e6 {
	width: 24px;
	height: 24px;
	margin: 0;
	padding: 0px;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#bbbbbb));	
	border: 1px #888888 solid;
	color: #fff;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	text-shadow: 1px 2px 3px #888888;
}

.bar100p32f {
	height: 20px;
	margin: 0px;
	padding: 4px 2px 2px;
	text-align: center;
	font-size: 7pt;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));	
	border: 1px #888888 solid;
	color: #777;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;

	position: relative;
	top: -7px;

}

.bar100p32g {
	height: 20px;
	margin: 0px;
	padding: 4px 2px 2px;
	text-align: center;
	font-size: 7pt;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#ffffff));	
	border: 1px #888888 solid;
	color: #000;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;

	position: relative;
	top: -5px;

}

.btn05e1 {
    background: -moz-linear-gradient(top,#cccccc 0%,#cccccc 3%,#999999 3%,#CCC);
    background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), color-stop(0.03,#cccccc), color-stop(0.03,#999999), to(#CCC));
    color: #555;
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    border: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    width: 104px;
	height: 40px;
    padding: 1px 0;
	margin: 0;
	text-shadow: 1px 2px 3px #888888;
	font-size: 11pt;
}

.btn05e12 {
background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#dbdbdb 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ebebeb),
		color-stop(0.50, #dbdbdb),
		to(#b5b5b5));
    color: #050505;
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    border: 1px solid #CCC;
    border-bottom: 1px solid #aaaaaa;
    width: 104px;
	height: 40px;
    padding: 1px 0;
	margin: 0;
	font-size: 11pt;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}

.btn05e12c {
background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#dbdbdb 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ebebeb),
		color-stop(0.50, #dbdbdb),
		to(#b5b5b5));
    color: #050505;
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    border: 1px solid #CCC;
    border-bottom: 1px solid #aaaaaa;
    width: 33%;
	height: 40px;
    padding: 1px 0;
	margin: 0;
	font-size: 11pt;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}

.btn05e12d {
background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#dbdbdb 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ebebeb),
		color-stop(0.50, #dbdbdb),
		to(#b5b5b5));
    color: #050505;
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    border: 1px solid #CCC;
    border-bottom: 1px solid #aaaaaa;
    width: 34%;
	height: 40px;
    padding: 1px 0;
	margin: 0;
	font-size: 11pt;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}

.btns01h {
	height: 29px;
	margin: 0;
	padding: 2px;
	text-align: center;
	font-size: 10pt;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#eeeeee));
	border: 1px #777 solid;
	color: #000;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;

	position: relative;
	top: -4px;
}

.btns01hl {
	width: 15%;
	height: 29px;
	margin: 0;
	padding: 2px;
	text-align: center;
	font-size: 10pt;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#eeeeee));
	border: 1px #777 solid;
	color: #000;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;

	position: relative;
	top: 0px;
}

.btns01hx {
	width: 30%;
	height: 36px;
	margin: 0;
	padding: 2px;
	text-align: center;
	font-size: 10pt;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#eeeeee));
	border: 1px #777 solid;
	color: #000;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;

	position: relative;
	top: 0px;
}

.btns01hy {
	width: 36%;
	height: 36px;
	margin: 0;
	padding: 2px;
	text-align: center;
	font-size: 10pt;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#eeeeee));
	border: 1px #777 solid;
	color: #000;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;

	position: relative;
	top: 0px;
}

.btns01hz {
	width: 30%;
	height: 36px;
	margin: 0;
	padding: 2px;
	text-align: center;
	font-size: 10pt;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#eeeeee));
	border: 1px #777 solid;
	color: #000;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;

	position: relative;
	top: 0px;
}

.btns01hx2 {
	width: 30%;
	height: 36px;
	margin: 0;
	padding: 2px;
	text-align: center;
	font-size: 10pt;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccffcc), to(#ccffcc));
	border: 1px #777 solid;
	color: #000;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;

	position: relative;
	top: 0px;
}

.btns01hy2 {
	width: 36%;
	height: 36px;
	margin: 0;
	padding: 2px;
	text-align: center;
	font-size: 10pt;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccffcc), to(#ccffcc));
	border: 1px #777 solid;
	color: #000;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;

	position: relative;
	top: 0px;
}

.btns01hz2 {
	width: 30%;
	height: 36px;
	margin: 0;
	padding: 2px;
	text-align: center;
	font-size: 10pt;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccffcc), to(#ccffcc));
	border: 1px #777 solid;
	color: #000;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;

	position: relative;
	top: 0px;
}

