div.tholder 
{
	width: 490px;
	margin: 10px auto 0px;
	position: relative;	
	clear: both;
}

div.register
{
	width:490px;
	margin: 0px;
	padding:0px;
	text-align:left;
	background:url('/code/training1/back.gif') center repeat-y;
	float: left;
}

div.register div.theader
{
	width:490px;
	height:31px;
	background:url('/code/training1/header.gif') center no-repeat;
	float: left;
}

div.register div.tfooter
{
	width:490px;
	height:31px;
	background:url('/code/training1/footer.gif') bottom center no-repeat;
	float: left;
}

div.register #tsend {
	margin-top:10px;
	margin-left:30px;
	//height:30px;
}

div.tclear 
{
	font-size: 1px;
	clear: both;	
}

div.register form 
{
	margin:0px;
	padding:0px;	
}

div.register table.ttable
{
	float: left;	
	margin:10px 0px 0px;
	padding:0px;
	width:490px;
}

div.register td
{
	margin:0px;
	padding:0px;
	height:18px;
	text-align:left;
	font-family:verdana, tahoma;
	font-style:normal;
	font-weight:normal;
	font-size:8pt;	
}



div.register td.td1
{
	padding-left: 20px;
	width:190px;
}

div.register td.td2
{
	padding-right: 15px;
	width:300px;
}

div.register #checkbox
{
	margin-left:20px;
	width:10px;
}

div.register td.td3
{
	//text-align:left;
	padding-left: 20px;
	width:200px;
}

div.register td.td4
{
	text-align:center;
	//margin-left:20px;
	width:200px;
}

div.register table.ttable select 
{
	font-family:tahoma;
	font-size:10pt;	
	width:294px;	
}

div.register table.ttable input 
{
	font-family:tahoma;
	font-size:10pt;	
	width:286px;	
	padding: 1px 2px;
}

div.register table.ttable textarea 
{
	font-family:tahoma;
	font-size:10pt;	
	width:286px;	
	padding: 1px 2px;
}

div.register div#terr, div.register div#tnfo
{
	color: red;
	font-weight: bold;
}