.rounded-corners-with-contur {
	border:1px Solid Silver;
	padding:5px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.rounded-corners-no-contur {
	padding:5px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.get-red {
	color:#de490c;
}

.hr-dotted {
	background:none;
	border-bottom:1px Dotted Silver;
}