
div.help > .row {
	
	background-image: -webkit-linear-gradient(top left, #fdfcfb 0%, #e2d1c3 100%);
	background-image: -o-linear-gradient(top left, #fdfcfb 0%, #e2d1c3 100%);
	background-image: linear-gradient(to bottom right, #fdfcfb 0%, #e2d1c3 100%);
	padding:10px; border:none;
	border-radius: 8px;

}

div.help > .helpbutton {
	
	position: absolute; right: 12px; top: 8px; font-size: 25px; cursor: pointer; height: 35px; width:35px; text-align: center;

}

div.help > .helpbutton:hover {
	
	background-color:#fff;
	border-radius: 100px;

}

div.InputAlert > .row {
	
	background-image: -webkit-linear-gradient(top left, #e4bebd 0%, #c5716e 100%);
	background-image: -o-linear-gradient(top left, #e4bebd 0%, #c5716e 100%);
	background-image: linear-gradient(to bottom right, #e4bebd 0%, #c5716e 100%);
	padding:10px; border:none;
	border-radius: 8px;
	cursor: pointer;
}