body {
	font: normal 12px tahoma, arial, helvetica, sans-serif;
}

.txtinput1 {
	font-family: arial;
	color: green;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid green;
	background-image: url(../img/backgroundtext.gif);
}

.txtinput2 {
	margin: 0;
	font: normal 12px tahoma, arial, helvetica, sans-serif;
	padding: 1px 3px;
	color: green;
	background: #fff url(../img/text-bg.gif) repeat-x 0 0;
	border: 1px solid green;
	height: 17px;
}

.txtinput2 {
	margin: 0;
	font: normal 12px tahoma, arial, helvetica, sans-serif;
	padding: 1px 3px;
	color: green;
	background: #fff url(../img/bg-input.png) repeat-x 0 0;
	border: 1px solid green;
}

.button {
	padding: 4px 10px 3px 25px;
	border: solid 1px #8AB134;
	position: relative;
	cursor: pointer;
	display: inline-block;
	background-image: url( '../img/bkg.png' );
	background-repeat: repeat-x;
	font-size: 11px;
	height: 16px;
	text-decoration: none;
	color: #40740D;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

.button img {
	position: absolute;
	top: -4px;
	left: -12px;
	border: none;
}

.button:hover {
	color: #8AB134;
}

.button-validate {
	padding: 4px 10px 3px 25px;
	position: relative;
	cursor: pointer;
	display: inline-block;
	background-repeat: repeat-x;
	font-size: 12px;
	height: 16px;
	text-decoration: none;
	color: #138cff;
}

.button-validate img {
	position: absolute;
	top: -4px;
	left: -12px;
	border: none;
}

.button-validate:hover {
	color: #87cefa;
}

.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url('../img/checkbox.png') no-repeat;
	display: block;
	clear: left;
	float: left;
}

.radio {
	background: url( '../img/radio.png' ) no-repeat;
}

//
cellpadding
th, td {
	padding: 5px;
}

//
cellspacing
table {
	border-collapse: separate;
	border-spacing: 1px;
}

//
cellspacing ="5"
table {
	border-collapse: collapse;
	border-spacing: 1;
}

//
cellspacing ="0" // valign
th, td {
	vertical-align: top;
}

//
align (center )
table {
	margin: 0 auto;
}