@charset "UTF-8"; /* CSS Document *//*Properies presented in this order for browsers: Mozilla, Webkit, Opera, Microsoft, All*//*Basic Styles*/*{ -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }/*Border Radius*/#alert {border-radius:5px;}/*Box Shadow*/#alert{-moz-box-shadow:0 0 20px #999999; -webkit-box-shadow:0 0 20px #999999; box-shadow:0 0 20px #999999;}/*Gradient*//*Opacity*//*Text Shadow*//*Transition*/:link, :visited, :hover, :focus {/*-moz-transition:color .3s ease; -webkit-transition:color .3s ease; -o-transition:color .3s ease; transition:color .3s ease;*/}/*Other*/input[type="search"] {-webkit-appearance:none;}