.textarea-bottom-strip
{
	padding: 2px 10px 2px 10px;
	background-color: #ECF0F5;
	border-left: 1px solid #D2D6DE;
	border-right: 1px solid #D2D6DE;
	border-bottom: 1px solid #D2D6DE;
	color: #444444;
	font-size: 0.75em;
	font-family: Tahoma;
}
.ad-info
{
	background-color: #D9EDF7;
	border-left: 4px solid #31708F;
	color:#31708F;
	padding: 10px;
}

.ad-danger
{
	background-color: #F2DEDE;
	border-left: 4px solid #A94442;
	color:#A94442;
	padding: 10px;
}

.ad-yellow
{
	background-color: #FCF8E3;
	border-left: 4px solid #8A6D55;
	color:#8A6D55;
	padding: 10px;
}

.ad-success
{
	background-color: #DFF0D8;
	border-left: 4px solid #3C763D;
	color:#3C763D;
	padding: 10px;
}

.pointer {cursor: pointer;}
.mandatory {color: #F00;}
.greentext {color: #0F0;}
.contact-div
{
	color: #F00;background-color: #E5E5E5;padding: 5px 10px;
}

.mandatory
{
	color: red;
	font-size: 14px;
	
}
.smallfnt
{
	
	font-size: 12px;
	
}
.greentext
{
	color: #0F0;
	font-weight: bold;
}
#overlay 
{
	position: fixed; /* Sit on top of the page content */
	display: none; /* Hidden by default */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5); /* Black background with opacity */
	z-index: 1000; /* Specify a stack order in case you're using a different order for other elements */
	cursor: pointer; /* Add a pointer on hover */
}
#text
{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 2em;
	color: white;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}