/* 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:#fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 3px;
	}
.odd2
	{
	background-color:#fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom:  1px solid #ccc;
	text-align: center;
	padding: 3px;
	}
.odd3
	{
	background-color:#fff;
	text-align: center;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 3px;
	}
.even
	{
	background-color: #bbeaf8;
	border-top:  1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	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: #bbeaf8;
	border-top:  1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 3px;
	text-align: left;
	}   
