body   { 
	background-image: url("../img/bg_gitter.gif");
}

td 		{
	color: #000; 
	font-size: 12px; 
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif; 
	line-height: 1.7em	
}

a   	{ 
	text-decoration: underline;
	color: #000;
}

a:hover { 
	color: #999;
	text-decoration: none
}

.footer    { color: #000; font-size: 10px; line-height: 1.6em }

.tablecontent { 
	background-image: url("../img/bg_content.gif");
	padding-left: 30px;
	padding-right: 30px;
}

.tablehead { 
	background-image: url("../img/bg_content.gif");
}

.box_send {
	background-image: url("../img/bg_sendtable.gif");
	width: 530px;
	height: 280px;
}

.inputtext {
    font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif; 
    height: 20px;
    font-size: 12px;
    color: #000;
    background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	}
	
select {
		font-family: Arial, Helvetica, sans-serif;
		height: 20px;
		font-size: 12px;
		border-style: solid;
		border-width: 1px;
		background-color: #fff;
		border-color: #999;
		color: #000;
	}

.button {
   font-family: Georgia, Tahoma, Arial, Verdana, Helvetica, sans-serif;
   height: 25px;
   font-size: 11px;
   font-weight: bold;
   color: #ffffff;
   background-color: #790001;
   text-decoration: none;
   padding-left: 3px;
	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;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
}
