@CHARSET "UTF-8";

body{
background: #F5F5F5;
margin:0;
}

.top{
background:white;
}

.top img{
height:100%;
width:100%;
max-width:240px;
	display: block;
}

.wrap{
	width: 90%;
	margin: 0 auto;
}

.text-notice-cold{
color: #3B82C2;
}

.btn-main{
width: 98%;
padding: 8px;
font-size: 16px;
color: #FFF;
background: #0074BF;
border-radius: 4px;
border-width: 0;
font-weight: bold;
}

.bottom{
text-align: center;
}
/*widget*/
.widget{
width:100%;
background:white;
top:0;
/*
position: fixed;
*/
display:none;
}
.widget .title{
background: #ECECEC;
padding: 8px 10px 10px 0px;
color: #050505;
/* background: #FFF; */
}
.widget .close {
padding-right: 12px;
cursor: pointer;
padding: 11px 15px 11px 15px;
margin-top: -11px;
background: #494949;
color: white;
}
.widget .close:hover{
/* background:white; */

}
.widget .content{
padding:1em 5px;
}

.copyright{
font-family: Arial;
text-align: center;
margin-top: 10px;
font-size: 0.9em;
color: #585252;
}
