/** Form ************************************/

	.highlighted
	{
		text-decoration: underline;
	}
	
	.text
	{
		height: 18px;
		width: 200px;
		
		margin: 2px;
		
		background-color: #013888;
		
		border: 1px solid #FFFFFF;
		
		color: #FFFFFF;
		font-family: Arial;
		font-size: 12px;
	}
	
	.failed
	{
		color: #FF0000;
	}
	
	input.check
	{
		vertical-align: middle;
	}
	
	select
	{
		height: 20px;
		width: 200px;
		
		margin: 2px;
		
		background-color: #013888;
		
		border: 1px solid #FFFFFF;
		
		color: #FFFFFF;
		font-family: Arial;
		font-size: 12px;
	}
	
	select.projectSearch
	{
		width: 328px;
		
		margin: 5px 0px;
	}
	
	input.button
	{
		height: 18px;
		width: 80px;
		
		background-color: #013888;
		
		border: 1px solid #FFFFFF;
		
		color: #FFFFFF;
		font-family: Arial;
		font-size: 11px;
		text-align: center;
	}
	
	label
	{
		width: 110px;
		
		float: left;
	
		color: #FFFFFF;
		font-family: Arial;
		font-size: 12px;
	}

/** Search **********************************/
	
	div.search
	{
		height: 21px;
		width: 127px;
		
		margin: 51px 29px 0px 0px;
	
		float: right;
	}
	
	div.search input.text
	{
		height: 21px;
		width: 91px;
		
		margin: 0px;
		padding-left: 11px;
		
		background-color: transparent;
		background-image: url('../images/bg/search_field.gif');
		background-position: top left;
		background-repeat: no-repeat;
		
		border: 0px;
		
		color: #979797;
		font-size: 10px;
		line-height: 21px;
	}
	
	div.search input.button
	{
		height: 21px;
		width: 25px;
		
		background-color: transparent;
		
		border: 0px;
		
		color: #979797;
	}