﻿input, select, textarea
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
    line-height: 14px;
	color: #4c584b;
	border: solid 1px #d2d2d2;
	padding: 1px 4px 2px 4px;
}

select { padding: 1px; }

.button
{
    display: -moz-inline-box;
    display:inline-block;
    background-image: url(Images/bckBtnP.gif);
    background-position: right center;
    background-repeat: no-repeat;
    height: 31px;
    padding-right: 10px;
}

.button input
{
	font-family: Tahoma, Sans-Serif;
	font-size: 13px;
	line-height: 31px;
	font-weight:bold;
	text-transform:uppercase;
	color: #ffffff;
	background-color: Transparent;
    background-image: url(Images/bckBtnL.gif);
    background-position: left center;
    background-repeat: no-repeat;
    border:none;
    cursor: pointer;
    height: 31px;
    overflow:visible;
    padding: 0px 6px 2px 18px;
}

.inputRadio input
{
    border:none;
    margin: 0px;
}
