/* CSS Document */
.txtbox{
font-size:13px;
color:#990000;
height:18px;
width:160px;

border:1px solid #666666;
}
.formtableborder{
border:1px solid #85C226;
}
form{
margin:0px;
padding:0px;
}

.submit input, .submit input:focus, .button, .button2, .button:focus {
	background:url('../images/fade-butt.png');
	font-family:Tahoma;	
	color: #ffffff;
	border:0px;
	cursor:hand;
	font-weight:bold;
	line-height:24px;
	width:80px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}

.submit input:active, .button:active {
	background: #f4f4f4;
	border: 3px double #ccc;
	border-left-color: #999;
	border-top-color: #999;
}

.button, .button:focus {
	padding: 0.15em;
}

* html .button {
	padding: 0;
}

.submit, .editform th, #postcustomsubmit {
	text-align: left;
}

.redbig{
font-family:Tahoma;
font-size:26px;
color:#AC0800;
font-weight:bold;
line-height:35px;

}

.redbig11{
font-family:Tahoma;
font-size:20px;
color:#414141;
font-weight:bold;
line-height:30px;
}

.redbig1{
font-family:Tahoma;
font-size:30px;
color:#990000;
font-weight:bold;
line-height:60px;

}

.redbig12{
font-family:Tahoma;
font-size:24px;
color:#AC0800;
font-weight:bold;
line-height:30px;
}

.redbig123{
font-family:Tahoma;
font-size:20px;
color:#333333;
font-weight:bold;
line-height:24px;
}

.blacktxtsmall{
font-family:Tahoma;
font-size:12px;
color:#000000;

}