@CHARSET "UTF-8";
/*
 * 
 * 	@project:	ERD
 *
 *	@company:	Hantha
 *	@author: 	Stofner Martin
 *	@date  : 	19.05.2014
 * =======================================================================================
*/

/* ======================================================================================= */


/********** General >> */

.powermail_fieldset, .powermail_create, .powermail_message {
	background: none !important;
	box-shadow: none;
	background-color: #EFEFEF !important;
	margin-bottom: 50px;
}
.powermail_message {
	min-height: 35px;
	margin: 0px !important;
}
.powermail_legend {
	color: #0065A0;
	font-weight: normal;
	float: left;
}
.powermail_submit {
	background: none;
	background-color: #27AE60;
	transition: all 0.3s;
	box-shadow: none;
    margin: 10px 12px 10px 0px;
}
.powermail_submit:hover {
	transform: scale(1.05);
}
.powermail_field_error {
	background-color: #FFCC00; 
	border: 1px solid #FFCC00;
}
div.error {
	background-color: #FFF;
	border: 1px solid #CCC;
}



/********** << General */