@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
}
fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background: #555555;
	min-width:550px;
}
legend {
	font-weight:bold;
}
label {
	display:block;
	padding-bottom:4px;
}
input.text {
	width: 200px;
}
.formheading1 {
	padding-right:28px;
}
.formheading2 {
	padding-right:160px;
}
.formheading3 {
	padding-right:155px;
}
.formheading4 {
	padding-right:0px;
}
.formheading5 {
	float:left;
	padding-left:385px;
	font-weight:bold;
}
h1 {
	text-align:center;
}
h3 {
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
}
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #fff;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #fff;
}

form input {

	padding: 2px;

	border-color: #000000;

	border-style: solid;

	border-width: 1px;

}

form textarea {

	padding: 2px;

	border-color: #000000;

	border-style: solid;

	border-width: 1px;

}

form select {

	padding: 2px;

	border-color: #000000;

	border-style: solid;

	border-width: 1px;

}
.totalfee_notinbox
{
	margin-left:10px;
    background-color:white;
}

.totalfee_inbox
{
	margin-left:10px;
    background-color:rgb(255,160,160);
}
.notinbox
{
    background-color:white;
}

.inbox
{
    background-color:rgb(255,160,160);
}