/* Registration form styles */

#reg_hold
{
	margin: 0 auto;
	width: 500px;
	padding-top: 20px;
}

#registration
{
	margin: 20px auto auto;
	width: 350px;
	font-size: 12px;
}
	#registration table
	{
		width: 100%;
	}
		#registration table tr
		{
			width: 98%;
		}
		#registration table input
		{
			width: 100%;
			padding: 2px 0;
			font-size: 1em;
		}
		#registration table td.sec, #registration table select, #registration table input
		{
			width: 220px;
		}
			#registration table td.sec img
			{
				display: none;
				left: 225px;
				margin-bottom: -16px;
				position: relative;
				top: -18px;
			}
			#registration table td.sec span
			{
				display: block;
				width: 1px;
				heght: 1px;
				max-height: 1px;
				max-width: 1px;
				position: relative;
				top: -9999px;
			}
			#registration table td.sec span div
			{
				background-color: white;
				border: 1px solid red;
				border-radius: 3px 3px 3px 3px;
				display: none;
				font-size: 10px;
				left: 240px;
				margin-bottom: -16px;
				padding-left: 10px;
				padding-right: 10px;
				position: relative;
				top: 9978px;
				width: 250px;
				text-align: center;
				overflow: hidden;
			}
			/*#registration table td.sec div
			{
				display: none;
				left: 425px;
				margin-bottom: -16px;
				position: relative;
				top: -18px;
				font-size: 10px;
			}*/
	#registration input
	{
		width: auto;
	}

#register
{
	margin-top: 10px;
	width:100%;
	text-align:center;
}
	#registration b
	{
		color:red;
	}
#toc
{
	left: -50px;
	margin-top: 10px;
	position: relative;
	text-align: center;
	width: 500px;
}
#pbody
{
    background-image: url("../images/reg_background.jpg");
    background-size: 100% auto;
}