:root {

}

body {
    background-color: #8C8C8C;
    padding: 0px;
    margin: 0px;
}

table {
    font-size: 14px;
    text-align: left;
    vertical-align: top;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;

    /*  width:90%; */
}

td {
    vertical-align: top;
}

/*
div {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
*/
a {
    color: #369;
    text-decoration: none;
}

a:link {
    color: #369;
    text-decoration: none;
}

a:visited {
    color: #369;
    text-decoration: none;
}

a:hover {
    color: #369;
    text-decoration: none;
}

a:active {
    color: #369;
    text-decoration: none;
}

form {
    /*background-color: #369; */
    background-color: #FFF;
    /*padding: 2px 7px 3px 3px;*/
    padding: 2px 7px 2px 2px;
    border: thin solid #999;
    margin: 4px;
    white-space: nowrap;
    /*  width:90%; */

}

input {
    top: 0px;
    color: #646469;
    background-color: #D6D6D6;
    font-size: 11px;
    height: 17px;
    text-align: left;
    vertical-align: top;
    padding-top: 0px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    border: 0px solid #FFF;
    margin: 0px;
}


textarea {
    top: 0px;
    color: #646469;
    background-color: #D6D6D6;
    font-size: 11px;
    width: 100%;
    text-align: left;
    vertical-align: top;
    /*padding: 0px 2px 2px;*/
    border: 0px solid #FFF;
    margin: 0px;
}

input[disabled] {

}

/*
button{
	top:0px;
	color: #646469;
	background-color: #c1c1c1;
	font-size: 11px;
	height: 17px;
	text-align: center;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: 1px solid #FFF;
	margin: 0px;
}
*/
input {
    vertical-align: top;
    /* border-width: 0px; */
    /* border-style: none; */
    padding: 0px 4px;
    font-size: 11px;
    height: 17px;

    text-align: left;
}

.btn {
    vertical-align: top;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    padding-top: 0px;
    padding-right: 4px;
    padding-bottom: 0px;
    padding-left: 4px;
    font-size: 11px;
    height: 17px;

}

hr {
    border: 1px solid #999;
}

.formtext {
    color: #666;
    font-size: small;
    font-weight: normal;
    /* text-transform: capitalize; */
}

