/* 
    Created on : Jun 23, 2022, 11:40:08 AM
    Author     : Lenovo
*/


/*Ajax-submit*/
.element label {
	float:left; 
	width:75px;
	font-weight:700
}
.element input.text-prss-dftr {
	float:left; 
	width:270px;
	padding-left:20px;
}
.element .textarea {
	height:120px; 
	width:270px;
	padding-left:20px;
}
.element .highlight {
	border:2px solid #9F1319;
	/*background:url(../../images/iconCaution.gif) no-repeat 2px*/
}
.element #submit {
	float:right;
	margin-right:10px;
}

.loading {
	float:right; 
	background:url(../../images/ajax-loader.gif) no-repeat 1px; 
	height:28px; 
	width:28px; 
	display:none;
}

.done {
	background:url(../../images/iconIdea.gif) no-repeat 2px; 
	padding-left:20px;
	font-family:arial;
	font-size:12px; 
	width:70%; 
	margin:20px auto; 
	display:none
}

.empty {
    border: 1px solid red;
}