div.error input {
	border: 1px solid #ba1f25;
	
}

input.error {
	border: 1px solid red;
}




div.row 
{
	margin-top: 20px;
	margin-bottom: 20px;
	/*border: 1px solid red;*/
}

div.row input.error {
	border: 1px solid #ba1f25;
}

div.row textarea.error {
	border: 1px solid #ba1f25;
}

div.upload-images {
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

div.send-mails {
	position: relative;
	padding: 0px;
	margin-top: 10px;
	text-align: right;
	height: 16px;
}

div.send-mails a {
    position: relative;
	padding: 0px;
	margin-top: 0px;
	top: -5px;
}

div.send-mail img {
	margin-top: 3px;
}
