hr {z-index:10;}

hr.style-one {
	margin:0;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}	

hr.style-six {
	margin:0;
    border: 0;
    border: 1px solid WhiteSmoke;
	}

hr.style-two {
	margin:0;
    border: 1px dashed SteelBlue;
}	

hr.style-three {
    border: 0;
    height: 2px;
    border-top: 1px dotted White;
    background-image: linear-gradient(to right, WhiteSmoke, DarkSlateGray, WhiteSmoke);
}	

hr.style-seven {
    border: 0;
    height: 2px;
    border-bottom: 1px dotted White;
    background-image: linear-gradient(to right, WhiteSmoke, DarkSlateGray, WhiteSmoke);
}	

hr.style-four {
	margin:0;
	margin-bottom:-11px;
    border: 0;
    height: 12px;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.7);
}

hr.style-five {
	margin:0;
	margin-top:-11px;
    border: 0;
    height: 12px;
    box-shadow: inset 0 -12px 12px -12px rgba(0, 0, 0, 0.7);
}

.background_gloss_gold {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+1,f6eed0+13,e2c957+61,d6a12c+87,ecdf6d+100 */
background: #f4f4f4; /* Old browsers */
background: -moz-linear-gradient(top,  #f4f4f4 1%, #f6eed0 13%, #e2c957 61%, #d6a12c 87%, #ecdf6d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f4f4f4 1%,#f6eed0 13%,#e2c957 61%,#d6a12c 87%,#ecdf6d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f4f4f4 1%,#f6eed0 13%,#e2c957 61%,#d6a12c 87%,#ecdf6d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ecdf6d',GradientType=0 ); /* IE6-9 */
}


.background_gloss_white {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,f4f4f4+67,ededed+70,fefefe+100 */
background: rgb(247,247,247); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(244,244,244,1) 67%, rgba(237,237,237,1) 70%, rgba(254,254,254,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(67%,rgba(244,244,244,1)), color-stop(70%,rgba(237,237,237,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(244,244,244,1) 67%,rgba(237,237,237,1) 70%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(244,244,244,1) 67%,rgba(237,237,237,1) 70%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(244,244,244,1) 67%,rgba(237,237,237,1) 70%,rgba(254,254,254,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(244,244,244,1) 67%,rgba(237,237,237,1) 70%,rgba(254,254,254,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
	}

.background_gradient_white {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,fefefe+100 */
background: rgb(247,247,247); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(254,254,254,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}