﻿
input, select, textarea
{
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	color: #4e5971;
}

/* ----------------------------------------- button --------------------------------------- */
.button input
{
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	text-align: center;
	background-image: url(../Images/bckButtonS.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: Transparent;
	border: none;
	height: 34px;
	cursor: pointer;
}

.button a
{
	display: block;
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 9px 0px 11px 0px;
	margin: 0px;
	color: #ffffff;
	text-align: center;
	background-image: url(../Images/bckButtonS.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border: none;
	cursor: pointer;
}

.button a:hover { color: #ffffff; }
.button a:visited { color: #ffffff; }

.button
{
	display: -moz-inline-box;
	display: inline-block;
	background-image: url(../Images/bckButtonL.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 8px;
	text-align: center;
}

.button span
{
	display: -moz-inline-box;
	display: inline-block;
	background-image: url(../Images/bckButtonP.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 8px;
	text-align: center;
}