*{
	margin:0;
	padding:0;
}
input, img {
	border:none;
}
ul,li {
	list-style:none;
}
a {
	text-decoration:none;
	color:#999;
}
a i{
 	position: absolute;
 	left: -9999px;
}
.pngfix_css, img, .txtbox3, input {
	behavior: url("iepngfix.htc") 
}
body{
/*	font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:Times New Roman, Times, serif;
	font-size:12px;
	color:#666666;
	text-align:center;	
}
.submit{
	padding:5px 10px;
	cursor:pointer;
	font-size:12px;
	color:#FFFFFF;
	background:#626262;
	border-right:1px solid #666666;
}
.submit:hover{
	background:#C39201;
}
a.submit {
	font-family:arial;
}