*{margin:0; padding:0;}
body{background:#f1f1f1;font-family: century gothic, arial; font-size:14px;}
.title{font-size:14px; margin-bottom:5px;}
.title h1 {line-height: 1.2em;}
.bg{max-width:900px; margin:0 auto;}
.msg{ margin:0 auto; background:#fff; border-radius: 30px 30px 0 0;
    padding: 60px 10%; margin-top:20px; line-height:1.5em;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.92) 34%, rgba(250,250,250,0.87) 52%, rgba(237,237,237,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(34%, rgba(255,255,255,0.92)), color-stop(52%, rgba(250,250,250,0.87)), color-stop(100%, rgba(237,237,237,0)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.92) 34%, rgba(250,250,250,0.87) 52%, rgba(237,237,237,0) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.92) 34%, rgba(250,250,250,0.87) 52%, rgba(237,237,237,0) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.92) 34%, rgba(250,250,250,0.87) 52%, rgba(237,237,237,0) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.92) 34%, rgba(250,250,250,0.87) 52%, rgba(237,237,237,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
 min-height: 250px;
}
.contentAlert {
    color: #888;
}
strong.hotline a{text-decoration:none; font-size:26px; color:#0075a9;}
strong.email a{text-decoration:none; font-size:20px; color:#0075a9;}
.contactto {
    margin-top: 0;
    line-height: 1.5em;
    color: #a2a1a1;
}
.title a {
    text-decoration: initial;
    color: #cacaca;
}
@media(max-width:900px){
		.bg{max-width:750px;}
}
@media(max-width:768px){
		.bg{max-width:95%;}

}
@media(max-width:450px){
		header .title h1 { font-size: 20px;text-align: center;}
}