﻿/***************************************
	W H I S T L E B L O W E R
***************************************/

div#Whistleblower div.RowElement {
	margin-bottom: 15px;
}

div#Whistleblower div.RowElement div.RowElementLabel {
	margin-bottom: 5px;
	/*float: left;
	width: 140px;*/
}
  
div#Whistleblower div.RowElement div.RowElementField {
	/*    float: left;
	width: 200px;    */
}
  
div#Whistleblower div.RowElement div.RowElementField textarea#text {
	width: 400px;
	height: 140px;
}
 
div#Whistleblower div.RowElement div.RowElementField input.text {
	width: 240px;
}

div#Whistleblower div.RowElement div.RowElementField input#btnSearch {
	border: 1px solid #A5ACB2;
	padding: 2px 15px 2px 15px;
	color: #000000;
}



div#Whistleblower div.RowElement .FieldError
{
	/* All field types: *.FieldError */
	border: 1px dotted #AAAAAA;
}
  
div#Whistleblower div.WhistleblowerFail {
	padding: 10px;
	/*color: white;*/
	/*background-color: red;*/
	border: 2px solid #669FBA;
	margin-bottom: 10px;
}

div#Whistleblower div.WhistleblowerSuccess {  
	padding: 10px;
	/*color: white;*/
	/*background-color: green;*/
	border: 2px solid #669FBA;
	margin-bottom: 10px;    
}