/* * * * * * * * * * * * * * * * * * * *
 * test.css
 * * * * * * * * * * * * * * * * * * * */


/* ===== IncphrÝè ===== */
/*
.hr2 {
width:99%;
text-align:center;
height:2px;
margin:10px auto;
padding:0;
border:none;
background-color:#CC9900;
}
*/

.hr2 {
/*border-radius : 8px;*/
-webkit-border-radius : 8px;
background-color : #CC9900;
background : -webkit-gradient(linear, left top, left bottom, from(#CC9900), to(#ffccaa));

font-size : 0;
line-height : 0;
width : 99%;
height : 4px;
margin : 10px auto;
text-shadow : -1px -1px 0 rgba(150, 150, 150, 0.3);
/*
-webkit-box-shadow : 0px 0px 5px #aaaaaa;
-moz-box-shadow : 0px 0px 5px #aaaaaa;
box-shadow : 0px 0px 10px #aaaaaa;
*/
}