/* Gradient color1 - color2 - color1 */
/* <hr class="style-one">*/
hr.style-one {
border: 0;
height: 1px;
background: #333;
background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

/* Inset */
/* <hr class="style-two"> */

hr.style-two {
border: 0;
height: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* Flaired edges */
/* <hr class="style-three"> */

hr.style-three {
height: 30px;
border-style: solid;
border-color: black;
border-width: 1px 0 0 0;
border-radius: 20px;
}
hr.style-three:before {
display: block;
content: "";
height: 30px;
margin-top: -31px;
border-style: solid;
border-color: black;
border-width: 0 0 1px 0;
border-radius: 20px;
}

/* Text between <hr> tag */
/* <hr class="style-four"> */
hr.style-four {
padding: 0;
border: none;
border-top: medium double #333;
color: #333;
text-align: center;
}
hr.style-four:after {
content: "www.formget.com";
display: inline-block;
position: relative;
top: -0.7em;
font-size: 1.5em;
padding: 0 0.25em;
background: white;
}

/* Image in left corner of <hr> tag */
/*
 <div class="style-five"></div>
 <hr class="style-five"> 
*/

div.style-five {
height: 75px;
background: #fff url(./HR_Image/style-five.png) no-repeat scroll left;
background-size: 80px 75px;
margin-left: -40px;
}
hr.style-five
{
width: 95%;
margin-top: -40px;
border: 0;
border-bottom: 1px dashed black;
background: #70A8FF;
}

/* Images between <hr> tag */
/* <hr class="style-six"> */
hr.style-six {
padding: 0;
border: none;
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
color: #333;
text-align: center;
}
hr.style-six:after {
content:" ";
display: inline-block;
position: relative;
top: -2.1em;
font-size: 1.5em;
padding: 19px 1.75em;
background: #fff url(HR_Image/cartoon_1.png) no-repeat scroll center;
background-size: 90px 90px;
height: 50px;
}

/* dashed border <hr> tag */
/* <hr class="style-seven" /> */

hr.style-seven {
height:8px;
border: 2px dashed #999;
}

/* Border Shadow in <hr> tag */
/* <hr class="style-eight" /> */
hr.style-eight {
height: 10px;
border: 1;
box-shadow: inset 0 9px 9px -3px rgba(11, 99, 184, 0.8);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}

/*  Background Image */
/* <hr class="type_1"> */
hr.type_1 {
border: 0;
height: 55px;
background-image: url(HR_Image/type_1.png);
background-repeat: no-repeat;
}

/*  Background Image */
/* <hr class="type_2"> */
hr.type_2 {
border: 0;
height: 55px;
background-image: url(HR_Image/type_2.png);
background-repeat: no-repeat;
}

/*  Background Image */
/*  <hr class="type_3"> */
hr.type_3 {
border: 0;
height: 25px;
background-image: url(HR_Image/type_3.png);
background-repeat: no-repeat;
}

/*  Background Image */
/*  <hr class="type_4"> */
hr.type_4 {
border: 0;
height: 55px;
background-image: url(HR_Image/type_4.png);
background-repeat: no-repeat;
}

/*  Background Image */
/*  <hr class="type_5"> */

hr.type_5 {
border: 0;
height: 55px;
background-image: url(HR_Image/type_5.png);
background-repeat: no-repeat;
}

/*  Background Image */
/*  <hr class="type_6"> */
hr.type_6 {
border: 0;
height: 55px;
background-image: url(HR_Image/type_6.png);
background-repeat: no-repeat;
}

/*  Background Image */
/*  <hr class="type_7"> */
hr.type_7 {
border: 0;
height: 55px;
background-image: url(HR_Image/type_7.png);
background-repeat: no-repeat;
}

/*  Background Image */
/*  <hr class="type_8"> */
hr.type_8 {
border: 0;
height: 55px;
background-image: url(HR_Image/type_8.png);
background-repeat: no-repeat;
}



/*  Background Image */
/* <hr class="type_9">*/
hr.type_9 {
border: 0;
height: 55px;
background-image: url(HR_Image/type_9.png);
background-repeat: no-repeat;
}

/*  Background Image */
/* <hr class="type_10"> */
hr.type_10 {
border: 0;
height: 55px;
background-image: url(HR_Image/type_10.png);
background-position: center;
background-repeat: no-repeat;
}
