/* CSS Document */
	/*..........................form css.......................
input.txt 
	{
  	color: #00008B;
  	background-color: #fff;
 	border: 1px inset #00008B;
  	width: 200px;
	}
input.btn 
	{
  	color: #00008B;
  	background-color: #fff;
  	border: 1px outset #00008B;
	}
form p 
	{
  	clear: left;
  	margin: 0;
  	padding: 0;
  	padding-top: 5px;
	}
form p label 
	{
  	float: left;
  	width: 30%;
  	font: bold 0.9em Arial, Helvetica, sans-serif;
	}
.formcolor
	{
	background-color:#EEF5FB;
	}
input, textarea
	{
	background-color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight:bold;
	color: #000000;
	}
/*..........................form css.......................*/
.odd
	{
	background-color:#d9d9ee;
	border-left: 1px solid #034C7C;
	border-right: 1px solid #034C7C;
	padding: 3px;
	}
.odd2
	{
	background-color:#d9d9ee;
	border-left: 1px solid #034C7C;
	border-right: 1px solid #034C7C;
	border-bottom:  1px solid #034C7C;
	text-align: center;
	padding: 3px;
	}
.even
	{
	background-color: transparent;
	border-top:  1px solid #034C7C;
	border-right: 1px solid #034C7C;
	border-bottom: 1px solid #034C7C;
	border-left: 1px solid #034C7C;
	padding: 3px;
	}   
/*.odd2
	{
	background-color:#FBECE0;
	padding: 3px;
	border-left: 1px solid #034C7C;
	border-right: 1px solid #034C7C;
	border-bottom: 1px solid #034C7C;
	text-align: center;
	}*/
.even2
	{
	background-color: #transparent;
	border-top:  1px solid #034C7C;
	border-right: 1px solid #034C7C;
	border-bottom: 1px solid #034C7C;
	border-left: 1px solid #034C7C;
	padding: 3px;
	text-align: center;
	}   
/*......................................New Form design...............*/
fieldset
{
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
	border: 1px solid #BFBAB0;
	background-color: #BFF8C0;
	background-image: url(../images/backgrounds/fieldset_gradient.jpg);
	background-repeat: repeat-x;
}

legend
{
	margin-left: 1em;
	padding: 0;
	color: #000000;
	font-weight: bold;
}

fieldset ol
{
	padding: 1em 1em 0 1em;
	list-style: none;
	zoom: 1;
}

fieldset li
{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}

label
{
	float: left;
	width: 10em;
	margin-right: 1em;
}

label strong
{
	display: block;
	color: #CC0000;
	font-size: 85%;
	font-weight: normal;
	text-transform: uppercase;
}

fieldset.submit
{
	float: none;
	width: auto;
	border-style: none;
	padding-left: 12em;
	background-color: transparent;
	background-image: none;
}