﻿div#stylereset table
{
	table-layout: auto;
    margin-bottom: 0;
}

div#stylereset table td,
div#stylereset table th 
{
    padding-left: 0;
    background-color:transparent;
	border:none;

	color:inherit;
	font-size:inherit;
	font-weight:normal;
	height:auto;
}

div#stylereset table th:last-child, td:last-child
{
    padding-right: 0;
}

div#stylereset tbody tr td
{
    background-color: transparent;
    vertical-align: top;
    /*padding-top: 0;*/
    padding-bottom: 0;
    color: black;
}

div#stylereset .button
{
	background-image:none;
	padding:0 6px;
	background-repeat:no-repeat;
	float:none;
	overflow:auto;
	display:inline;
}

div#stylereset input[type="text"], div#stylereset input[type="password"], div#stylereset input.textbox, div#stylereset select, textarea {
	border: 2px inset #D4D0C8;
}

div#stylereset hr
{
	border: inset 1px #808080;
}

.h_14  {
line-height:16px;
}

.t_bold {
font-weight:bold !important;
}

.t_size13 {
font-size:13px;
}

.t_type {
font-family:Verdana,Arial,Helvetica,sans-serif;
}