﻿/**************************************************/
#registration
{
	width: 100%;
}

#registration thead td
{
	font-weight:bold;
	color:#000066;
	padding-bottom:5px;
	letter-spacing:1px;
	font-size:110%;
}

#registration thead td img
{
	margin: 0 5 0 0;
	vertical-align:middle
}

#registration tbody th
{
	width:100%;
}

#registration span
{
	font-weight:lighter;
}

/**************************************************/
#registration table table
{
	width:100%;
	
}

#registration table table td
{
	text-align:left;
	font-size:70%;
	font-weight:bold;
	padding:5 5 8 12;
	line-height:15px;
}

#registration table table thead td
{
	background-color:#69C;
	border-bottom:1px solid #FFF;
	line-height:normal;
	padding:3 0 3 12;
	color:#FFF;
	font-weight:bold;
	font-size:70%;
}

#registration table table th
{
	text-align:left;
	font-size:70%;
	font-weight:lighter;
	padding:5 5 8 12;
	line-height:22px;
	background-color:#FFF;
	border-bottom:1px solid #BBD1E8;
}

#registration table table tbody
{
	background-color:#EEF3F9;
}

#registration table table tfoot td
{
	background-color:#EEF3F9;
	text-align:center;
	border-bottom:1px solid #BBD1E8;
}

/**************************************************/
#registration input
{
	font-size:80%;
	margin-top:3;
	margin-bottom:3;
	margin-left:2;
	width:50%;
}


#registration tbody td table
{
	width:100% !important;
}
	
