div.hr {
	margin:0px;
	height: 1px;
	color: #dcdcdc;
	background: #dcdcdc;
	overflow: hidden;
	margin:15px 0;
}
* html div.hr {margin:10px 0;}
div.hr hr {display: none;}

div.hr_dashed {
    margin:0px;
    height: 0px;
    overflow: hidden;
    margin: 15px 0;
    border-bottom: 1px dashed #dcdcdc;
    position: relative;
}
* html div.hr_dashed {margin:10px 0;}
div.hr_dashed hr {display: none;}