﻿	
	body #contentcontainer form
	{
		background-color: #FFF5DB;
		padding:5px;
		width:460px;
		float:right;
	}
	
	form table
	{
		width: 460px;
	}

	form table table
	{
		width: 450px;
	}


	form table caption, table caption
	{
		font-family: Verdana;
		text-align: left;
		font-weight: bold;
		font-size: 14px;
		background-color: #FBC1B4;
		padding:2px;
	}
	
	/*#F4777C;*/
	
		form table td.left
	{
		width: 125px;
	}
	
	span.extrainfo,
	span.tooltip
	{
		font-size: 80%;
	}
	
	span.tooltip
	{
		color: #D50300;
		cursor: pointer;
		font-weight: bold;
	}


		td.headercell
	{
		font-weight: bold;
		font-style: italic;
		
	}

/*	#error, .error
	{
		color: #DB0000;
		background-color: #F8CCCC;
		display: none;
		margin: 4px 0px;
		padding: 3px;
		width: 100%;
		text-align: center;
	}
*/
	
		#error, .error
	{
		color: #DB0000;
		background-color: #F8CCCC;
	}
	#error
	{
		display: none;
		/*margin: 4px 0px;*/
		padding: 3px;
		width: 454px;
		/*text-align: center;*/
	}
	
	.hideblock 
	{
    		display: none;
	}

	div.disabled
	{
		color: #999;
	}

	div.disabled strong
	{
		color: #000;
	}
	
	div.simpletip
	{
		background-color: #FBC1B4;
		border: 2px solid #D50300;
		color: #000;
		padding: 10px 13px;
		position: absolute;
		z-index: 2;
		width: 300px;
		font-size: 11px;
		font-weight: normal;
		cursor: auto;
	}