body {
	background-color: #FFFFFF;
	margin: 0px;
}
.td-header {
	background-color: #000000;
	background-position: top;
	height: 50px;
}
.navi-link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
}
.navi-link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration:  underline;
	font-weight: bolder;
}
.navi-link:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
}
.footer-link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer-link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;
	text-decoration: underline;
}
.footer-link:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}



.td-footer {
	background-color: #000000;
	background-position: top;
	height: 50px;
}
.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	line-height: 200%;
}
.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	line-height: 150%;
}
.title3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	line-height: 150%;
	font-weight: bold;
}
.copyrights {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
.title-yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ff9300;
	text-decoration: none;
}
.title-orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff9300;
	text-decoration: none;
	font-weight: bolder;
}

.preview_value{
font-family:"Arial", Helvetica, sans-serif;
font-size:10px;
color:#0861dc;
font-weight:bold; 
}
.preview_value img{
	margin-bottom:-3px;
}
div.thanks
{
margin:0 auto;
padding:3px;
text-align:center;
width:500px;
}
td.error{
background:#ecd3d3 url(../images/icons/error.png) no-repeat right center;
}
.label_error{
color:#993333;
font-size:12px;
font-weight:bold;
}
#wizard_wrap{
	width: 754px;
	height: 10px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	/*background: url(../images/global/step_m.png) repeat-x left top;*/
}
#wizard_left{
	width: 23px;
	float: left;
	display: none;
	/*background: url(../images/global/step_l.png) no-repeat left top;*/
}
#wizard_right{
	width: 57px;
	float: right;
	display: none;
	/*background: url(../images/global/step_r.png) no-repeat left top;*/
}
#wizard_wrap ul{
	padding: 0;
	margin: 0;
	display: none;
	list-style: none;
}
#wizard_wrap ul li{
	float: left;
}
.steps{
	height: 80px;
	font-family: "Trebuchet MS", Lucida, Verdana, sans-serif;
	padding: 10px 55px 8px 70px;
	width: 160px;
	position: relative;
	font-size: 26px;
	text-align: left;
	margin-left: -65px;
	color: #666;
	cursor: default;
	background: url(../images/global/step_bg.png) no-repeat right top;
}
.steps div{
	font-size: 12px;
	text-align: left;
	color: #777;
}
.active_step{
	background: url(../images/global/activeStep.png) no-repeat right top;
	height: 88px;
	color: #333;
	/*padding-bottom: 14px;*/
}
.active_step div{
	color: #333;
}
.step_done, .step_done div{
	color:#999;	
}
.step_complete{
	color:#248d1e;
	font-size:14px;
	padding-left:16px;
	position:absolute;
	top:25px;
	left:150px;
	background:url(../images/icons/tick_circle.png) no-repeat left center;
}
