BODY, HTML {
	width:100%;
	height:100%;
}
BODY {
	color:#333333;
	background-color:#FFF;
	padding:0px;
	margin:0px;
	font-family:Cambria, Arial, Helvetica, sans-serif;
	font-size:14px;
	overflow-x:hidden;
	-webkit-text-size-adjust:none;
}

TH, TD	{
	font-size:inherit;
}
P	{
}

A, A:link, A:visited	{
	color:#383839; text-decoration: none;
}
A:hover	{
	color:#ff6633; text-decoration:none;
}
OL, UL {
	margin:10px 0px;
	padding-left:20px;
}
FORM {
	margin:0px;
	padding:0px;
}
TEXTAREA, INPUT {
	outline: none;
}
IMG { border:none; }

H1 {
	color:#383839;
	font-family:'Calibri', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:xx-large;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
H2 {
	font-family:'Calibri', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: xx-large;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
}
H3 {
	font-family:'Calibri', Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:inherit;
	padding:0px;
	margin:0px;
}
.wrapper {
	margin:0px auto;
	width:970px;
}
.wrapslider {
	width:100%;
	margin:0px auto;
	overflow:hidden;
}
.onecolumn {
	width: calc(30%);
}
.twocolumn {
	width: calc(50% - 10px);
}
.threecolumn {
	width: calc(70%);
}
.leftcolumn {
	float:left;
}
.rightcolumn {
	float:right;
}
.doubleline {
	background: url(../images/2line.png) repeat-x left top;
}
/* ================================================== */
/* TOPMENU */
/* ================================================== */
#divHeader {
	padding-top:20px;
	padding-bottom:10px;
	z-index:999;
}
#divHeader div.wrapper {
	position:relative;
}
ul.logo {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
ul.logo li {
	display:inline-block;
}
ul.logo li img {
	display:block;
	height:70px;
}
ul.lang {
	position:absolute;
	list-style-type:none;
	margin:0px;
	padding:0px 15px;
	padding-bottom:10px;
	bottom:-40px;
	-webkit-border-bottom-left-radius:10px;
	    -moz-border-radius-bottomleft:10px;
		    border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	    -moz-border-radius-bottomright:10px;
		    border-bottom-right-radius:10px;
	behavior: url(/includes/PIE.php);
	background-color:#FFF;
	text-align:center;
	z-index:1001;
}
ul.lang.keeptotop {
	top:0px;
	bottom:auto;
	padding-top:5px;
	padding-bottom:5px;
	position:fixed;
}
ul.lang.nofloat_test {
	position:static;
	float:right;
	padding-bottom:0px;
	margin-top:5px;
	bottom:auto;
}
ul.lang > li {
	display:inline-block;
}
ul.lang > li img {
	display:block;
}
#divSearch {
	float:right;
}
#divSearch form input[type='text'] {
	border:1px solid #CCC;
	color:#666;
	margin:0px;
	padding:5px 10px;
	padding-left:25px;
	background: url(../images/icon_search.png) no-repeat left 2px center;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
			border-radius:5px;
	behavior: url(/includes/PIE.php);
}
#divMenu {
	background-color:#f8a531;
}
#divMenu.keeptotop {
	top:0px;
	width:100%;
	position:fixed;
	z-index:1000;
	-webkit-box-shadow: 0px 1px 5px 0px #ffce89;
		-moz-box-shadow: 0px 1px 5px 0px #ffce89;
		box-shadow: 0px 1px 5px 0px #ffce89;
}

ul.mainmenu {
	list-style-type:none;
	margin:0px;
	padding:0px;
	font-family: 'Calibri', Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: larger;
	text-align:right;
}
ul.mainmenu > li.row {
	display:inline-block;
	position:relative;
}
ul.mainmenu > li.button {
	display:none;
	cursor:pointer;
	text-align:left;
	background: #f8a531 url(../images/btn_menu.png) no-repeat left 10px center;
}
ul.mainmenu > li.button > div {
	display:block;
	color:#FFF;
	font-size:inherit;
	padding:10px;
	padding-left: 40px;
	overflow:hidden;
}
ul.mainmenu > li.button > div > a {
	color:#FFF;
}
ul.mainmenu > li.button > div > a:link, ul.mainmenu > li.button > div > a:visited {
	color:#FFF;
}
ul.mainmenu > li.row > div {
	white-space:nowrap;
	z-index:1;
}
ul.mainmenu > li.row > div > a {
	display:block;
	padding:10px 8px;
}
ul.mainmenu > li.row > div > a:link, ul.mainmenu > li.row > div > a:visited {
	color:#FFF;
}
ul.mainmenu > li.row:hover > div a,
ul.mainmenu > li.active > div > a:link, ul.mainmenu > li.active > div > a:visited {
	color:#ff6633;
	background-color:#FFF;
}
ul.mainmenu > li.home > div > a {
	padding:10px 0px;
	width:40px;
	background: url(../images/icon_home.svg) no-repeat center top 10px;
	background-size: 22px;
	text-indent:9999em;
}
ul.mainmenu > li.home:hover > div > a,
ul.mainmenu > li.home.active > div > a:link, ul.mainmenu > li.home.active > div > a:visited {
	background-position: center bottom 10px;
}
ul.popmenu {
	list-style-type:none;
	margin:0px;
	padding:0px;
	position:absolute;
	white-space:nowrap;
	display:none;
	font-size:smaller;
	z-index:999;
}
ul.popmenu > li {
	position:relative;
	white-space:nowrap;
	background: url(../images/grnd_white.png);
	margin-top:1px;
	text-align:left;
}
ul.popmenu > li a {
	display:block;
	padding:7px 10px;
}
ul.popmenu > li a:link, ul.popmenu > li a:visited {
	color: #383839;
}
ul.popmenu > li a:hover,
ul.popmenu > li.active a:link, ul.popmenu > li.active a:visited {
	color:#ff6633;
}
ul.popmenu > li > ul {
	top:0px;
	left:100%;
	margin-left:1px;
	padding-top:0px;
}
ul.submenu {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

ul.botmenu {
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-align:right;
}
ul.botmenu > li {
	display:inline-block;
	padding:0px 10px;
	padding-right:12px;
	background: url(../images/dot_bottom.png) no-repeat right center;
}
ul.botmenu > li:first-child {
	padding-left:0px;
}
ul.botmenu > li:last-child {
	padding-right:0px;
	background: none;
}
ul.botmenu > li a, ul.botmenu > li a:link, ul.botmenu > li a:visited {
	color:#666;
}
ul.botmenu > li a:hover {
	color:#a40000;
}
ul.botmenu > li.active a, ul.botmenu > li.active a:link, ul.botmenu > li.active a:visited {
	color:#666;
}

.divTopTrace {
	padding-bottom:10px;
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
}
.divTopTrace a {
	text-decoration:none;
	padding:0px 10px;
	padding-left:15px;
	background: url(../images/dotsub.gif) no-repeat left center;
}
.divTopTrace a:link, .divTopTrace a:visited {
	color:#666;
}
.divTopTrace a:hover {
	color:#a40000;
}
.divTopTrace a:first-child {
	padding:0px 10px 0px 0px;
	background: none;
}
.divTopTrace a:last-child {
}

#layerslider * {
	line-height:initial;
}
/* ================================================== */
/* HTML */
/* ================================================== */
.html {
	padding:20px 50px;
}
/* ================================================== */
/* POST */
/* ================================================== */
#divBody, #divAdmin {
	float:left;
	width: calc(100% - 250px);
	margin-top:20px;
	margin-bottom:50px;
	overflow:hidden;
}
#divBody.fullpage {
	float:none;
	width: auto;
}
#divList {
}
.content {
	font-size:15px;
}
.content b, .content strong {
}
.content p {
	margin:0px;
	padding:5px 0px;
	line-height:1.3em;
}
.image {
	margin-bottom:10px;
}
.image img {
	width:100%;
	height:auto;
}

ul.column {
	list-style-type:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
ul.column > li.row {
	overflow:hidden;
	margin-bottom:20px;
}
ul.column > li.row h3 {
	margin-bottom:0px;
	font-size:large;
	font-weight: bold;
}
ul.column > li.row div.content {
	margin-top:10px;
}
ul.column > li.row div.thumb {
	margin-bottom:10px;
	overflow:hidden;
}
ul.column > li.row div.thumb img {
	display:block;
	width:100%;
	height:auto;
}
ul.column1 > li.row div.thumb {
	float:left;
	width: calc(100% / 3 - 60px / 3);
	margin-right:30px;
}
ul.column1 > li.row {
	padding-bottom:10px;
	border-bottom:1px solid #CCC;
}
ul.column2 > li.row,
ul.column3 > li.row,
ul.column4 > li.row,
ul.column5 > li.row {
	float:left;
	margin-left:30px;
	margin-bottom:30px;
}
ul.column2 > li.row {
	width: calc(100% / 2 - 30px / 2);
}
ul.column3 > li.row {
	width: calc(100% / 3 - 60px / 3);
}
ul.column4 > li.row {
	width: calc(100% / 4 - 90px / 4);
}
ul.column5 > li.row {
	width: calc(100% / 5 - 120px / 5);
}
ul.column2 > li.row:nth-child(2n+1),
ul.column3 > li.row:nth-child(3n+1),
ul.column4 > li.row:nth-child(4n+1),
ul.column5 > li.row:nth-child(5n+1) {
	clear:both;
	margin-left:0px;
}

ul.related {
	list-style-type:none;
	margin:0px;
	padding:0px;
	margin-top:10px;
}
ul.related > li{
	overflow:hidden;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
	margin-bottom:5px;
}
ul.related > li div.thumb {
	float:left;
	width: 90px;
}
ul.related > li div.text {
	float:right;
	width: calc(100% - 100px);
}
ul.related > li div.thumb img {
	width:100%;
	height:auto;
}
ul.related > li h3 {
	font-family:inherit;
	font-weight: normal;
	margin-bottom:0px;
}
ul.related.right > li {
	padding-bottom:5px;
	border-bottom:1px solid #CCC;
	margin-bottom:5px;
}
ul.related.right > li a, ul.related.right > li a:link, ul.related.right > li a:visited {
	color:#333;
}
ul.related.right > li a:hover {
	color:#ff6633;
}
ul.related > li.nothumb div.text {
	float:none;
	width:auto;
}

ul.gallery {
	list-style-type:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
ul.gallery > li.row {
	float:left;
	width: calc(25% - 15px);
	margin-left:20px;
	margin-bottom:20px;
}
ul.gallery > li.row:nth-child(4n+1) {
	clear:both;
	margin-left:0px;
}
ul.gallery > li.row div.image {
	margin:0px;
}
ul.search {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
ul.search > li.row {
	margin-bottom:20px;
}
ul.search > li.row div.link {
	color:#006621;
}
ul.search > li.row h3 {
	font-family:inherit;
	margin-bottom:0px;
}
ul.search > li.row h3 a, ul.search > li.row h3 a:link {
	color:#1a0dab;
}
ul.search > li.row h3 a:visited {
	color:#609;
}
ul.search > li.row h3 a:hover {
	text-decoration: underline;
}
ul.search > li.row div.content b {
	background-color:#FFFF00;
}

ul.attach {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.attach > li.row {
	padding:3px 0px;
	border-top:1px dotted #333;
	overflow:hidden;
}
ul.attach > li.row div.icon {
	float:left;
	width:20px;
	height:20px;
	margin-right:10px;
}
ul.attach > li.row div.icon img {
	width:16px;
	height:auto;
}
ul.attach > li.row div.filename {
	float:left;
	width: calc(100% - 200px);
}
ul.attach > li.row div.button {
	float:right;
	text-align:right;
	width:170px;
}
ul.attach > li.row span {
	font-size:smaller;
}

.more {
	text-align:right;
	font-size:smaller;
}
.more a {
	display: inline-block;
	padding:5px 20px;
	background-color:#f8a531;
	-webkit-transition: background 0.5s;
	   -moz-transition: background 0.5s;
	     -o-transition: background 0.5s;
		    transition: background 0.5s;
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
			border-radius:10px;
}
.more a:link, .more a:visited {
	color:#FFF;
}
.more a:hover {
	background-color:#ff6633;
}

.divTag {
	line-height:2em;
}
.divTag a {
	font-style: italic;
}
.divTag a:link, .divTag a:visited {
	color:#999;
}
.divTag a:hover {
	color:#ff3300;
}

span.splash {
	display:inline-block;
	vertical-align: middle;
	width:23px;
	height:28px;
	background: url(../images/dot_splash.png) no-repeat center center;
	margin:0px 20px;
	margin-top:-3px;
}
span.splash.blue {
	background: url(../images/dot_splash_blue.png) no-repeat center center;
}


/* ================================================== */
/* HOME */
/* ================================================== */
ul.home {
	margin-top:60px;
}
ul.home > li.row > h3 {
}
ul.product > li.row div.thumb {
	width: calc(100% / 2 - 30px / 2);
	margin-right:30px;
}

/* ================================================== */
/* FOOTER */
/* ================================================== */
#divFooter {
	clear:both;
	position:relative;
	background: url(../images/grnd_footer.png) repeat-x center bottom;
}
#divFooter div.wrapper {
	position:relative;
	z-index:999;
	padding:50px 0px;
}
#divFooter div.copyright {
}
#divFooter a, #divFooter a:link, #divFooter a:visited {
	color:#333;
}
#divFooter a:hover {
	color:#f8a531;
}
#divFooter div.content img {
	max-width:100%;
	height:auto;
}
#divFooterSlide {
	position:absolute;
	bottom:0px;
	z-index:-1;
}
/* ================================================== */
/* RIGHT */
/* ================================================== */
#divRight {
	margin-top:45px;
	float:right;
	width:220px;
}
.divTab {
	display:inline-block;
	border-top:5px solid #f8a531;
	padding-top:10px;
	margin-bottom:20px;
}
.divTab.fullwidth {
	display:block;
}
.divTab h2 {
	display:block;
	font-family:'Calibri', Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:large;
	color:#000;
	margin-bottom:0px;
}

ul.rightmenu {
	list-style-type:none;
	margin:0px;
	padding:0px;
	padding-bottom:15px;
}
ul.rightmenu li.row {
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
			border-radius:10px;
	margin-bottom:4px;
	background-color:#f8a531;
}
ul.rightmenu li.row h3 {
	font-weight:bold;
}
ul.rightmenu li.row a {
	display:block;
	padding:5px 15px;
}
ul.rightmenu li.row a:link, ul.rightmenu li.row a:visited,
ul.rightmenu li.row a:hover {
	color:#FFF;
}
ul.rightmenu li.row:hover,
ul.rightmenu li.active {
	background-color:#ff6633;
}

ul.admin {
	list-style-type:none;
	margin:0px;
	padding:0px;
	padding-bottom:15px;
}
ul.admin li.row {
	padding-bottom:5px;
	border-bottom:1px dotted #999;
	margin-bottom:5px;
}
ul.admin li.row a, ul.admin li.row a:link, ul.admin li.row a:visited {
	color: #26a7de;
}
ul.admin li.row a:hover,
ul.admin li.active a:link, ul.admin li.active a:visited {
	color: #FF9933;
}

ul.banner {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
ul.banner li {
	margin-bottom:5px;
	padding:4px;
	border:1px solid #EEE;
}
ul.banner li img {
	display:block;
	width:100%;
	height:auto;
}
/* ================================================== */
/* FORM */
/* ================================================== */
.divForm {
}
.divForm form {
	margin:0px;
	padding:10px;
	background-color:#EEE;
}
.divForm p {
	margin-top:10px;
	margin-bottom:0px;
}
.divForm ul.column > li.row {
	margin-bottom:0px;
}
.divForm input[type='text'],
.divForm input[type='password'],
.divForm input[type='file'],
.divForm textarea {
	border:1px solid #CCC;
	padding:5px;
	width: calc(100% - 12px);
	color:#666;
	font-size:inherit;
	background-color:#FFF;
	-webkit-appearance: none;
	outline:none;
}
.divForm select {
	border:1px solid #CCC;
	margin:0px;
	padding:5px;
	width: 100%;
	height:26px;
	color:#666;
	font-size:inherit;
	background-color:#FFF;
	outline:none;
}
.divForm textarea {
	height:138px !important;
	height:150px;
}
.divForm input[type='submit'] {
	cursor:pointer;
	background-color:#ff6633;
	color:#FFF;
	padding:5px 20px;
	border:none;
	width: calc(100%);
	-webkit-appearance: none;
	font-family:'Calibri', Arial, Helvetica, sans-serif;
	font-size:medium;
}
.divForm input[type='submit']:hover {
	background-color:#000;
}
/* =========================================================================== */
/* BLOCK ===================================================================== */
/* =========================================================================== */
.tnav {
	color:#333;
	background-color:#999;
}
.tnav td {
}
.thead {
	color:#333;
	background-color:#999;
}
.thead td {
}
.tborder {
	background-color:#CCC;
}
.tborder th {
	color:#333;
	background-color:#DDD;
	text-align:left;
}
.tborder td, .tborder td.trow, .tborder td.trow2, .tborder td.ttotal {
	color:#333;
	background-color:#FFF;
}
.tborder td.trow2 {
	background-color:#F6F6F6;
}
.tborder td.ttotal {
	background-color:#DDD;
}

.sublink {
	margin-left:15px;
	padding:0px;
}

.message {
	color:#663300;
	margin:10px 0px;
	padding:10px;
	padding-left:50px;
	background:#ffff99 url(../images/icon_notice.png) no-repeat 9px 1px;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
			border-radius:4px;
	white-space:normal;
}
.thank {
	color:#006633;
	background-color:#66cc99;
}
.error {
	color:#FFF;
	background-color:#cc3333;
}
.mappoint {
	cursor:pointer;
}
.mapcontent {
	display:none;
}
.maplist li {
	cursor:pointer;
}

#divPageNav {
	margin:10px 0px;
	color:#666;
	text-align:center;
}
#divPageNav a, #divPageNav a:link, #divPageNav a:visited {
	display:inline-block;
	padding:7px 12px;
	margin-right:4px;
	border-radius:3px;
	border:solid 1px #c0c0c0;
	background:#e9e9e9;
	box-shadow:inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
	font-size: inherit;
	font-weight:bold;
	text-decoration:none;
	color:#717171;
	text-shadow:0px 1px 0px rgba(255,255,255, 1);
}
#divPageNav a.active:link, #divPageNav a.active:visited {
	border:none;
	background:#616161!important;
	box-shadow:inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8) !important;
	color:#f0f0f0!important;
	text-shadow:0px 0px 3px rgba(0,0,0, .5)!important;
}
#divPageNav a:hover, #divPageNav a.active:hover	{
	background: linear-gradient(#FEFEFE, #f0f0f0);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
	background:-moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}
UL.hint {
	list-style-type:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
UL.hint li {
	float:left;
	margin-right:20px;
	margin-bottom:5px;
	white-space:nowrap;
}
UL.hint li img {
	float:left;
	margin-right:5px;
}
.map { cursor:pointer; }
.index	{color:#0087cc; }
.red	{color:#FF0000; }
.grey	{color:#999; }
.date	{color:#CCC; }
.dotline { border-bottom:1px dotted #666; }
.gradient {
	background: url(../images/grnd_table.gif) repeat-x center bottom;
}
.greydate {
	font-size:smaller;
	color:#CCC;
}
.bluedate {
	margin-top:5px;
	font-size: xx-small;
	color:#66ccEE;
	white-space: nowrap;
}
span.hit {
	display:inline-block;
	background: url(../images/icon_eye.png) no-repeat left center;
	padding-left:20px;
}
.greydate span.hit {
	color:#999;
	background-image: url(../images/icon_eye_black.png);;
}
.bluedate span.hit {
	color:#66ccEE;
	background-image: url(../images/icon_eye_blue.png);;
}
.divDate {
	float:right;
	font-size:smaller;
	color:#CCC;
}

INPUT.textbox, TEXTAREA.textbox	{
	font-size:10pt;
	border: 1px #999 solid;
	height:20px;
	margin:0px;
	padding:0px;
}

IMG.pointer	{cursor: pointer; }
.imgBorder	{}
.imgGrey	{
	-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
		 -o-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
			filter: grayscale(100%); 
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
}

BLOCKQUOTE	{color:#197b30; background:#EEE url(../images/blockquote.gif) no-repeat top left; padding:10px 10px 10px 25px; margin:0px 0px; font-style: italic; }

INPUT.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: linear-gradient(#ededed, #dfdfdf);
	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-color:#ededed;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
			border-radius:5px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:10pt;
	font-weight:normal;
	padding:2px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
INPUT.button:hover {
	background: linear-gradient(#dfdfdf, #ededed);
	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-color:#dfdfdf;
}
INPUT.button:active {
	position:relative;
	top:1px;
}
INPUT.submit {
	-webkit-box-shadow:inset 0px 1px 0px 0px #707070;
	   -moz-box-shadow:inset 0px 1px 0px 0px #707070;
			box-shadow:inset 0px 1px 0px 0px #707070;
	background: linear-gradient(#474747, #000000);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #474747), color-stop(1, #000000) );
	background:-moz-linear-gradient( center top, #474747 5%, #000000 100% );
	background-color:#474747;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
			border-radius:5px;
	border:1px solid #000000;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:10pt;
	font-weight:normal;
	padding:2px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #000000;
}
INPUT.submit:hover {
	background: linear-gradient(#000000, #474747);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #474747) );
	background:-moz-linear-gradient( center top, #000000 5%, #474747 100% );
	background-color:#000000;
}
INUT.submit:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
