/*CSS For Web Form*/

.formpadder
		{
		border: 0px solid white;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		margin-bottom: 0;
		width: 400px;
		}


.formlabel
		{
		color: #00ff00;
		width: 180px;
		font-size: 10pt;
		font-weight: bold;
		}

.text
		{
		color: black;
		font-size: 8pt;
		font-weight: none;
		background-color: #8c8c8c;
		}		
.submit
		{
		colspan: 2;
		color: white;
		font-size: 8pt;
		background-color: #8c8c8c;
		font-weight: normal;
		}

.clear
		{
		color: white;
		font-size: 8pt;
		background-color: #8c8c8c;
		font-weight: normal;
		}

.ctdets
		{
		float: left;
		display: inline;
		}	
	