@font-face{
ˇˇfont-family: "myfont";
ˇˇsrc: url('../font/MyriadPro-Regular.otf');
}
html {
  overflow-y:scroll;font-family:"myfont";}
a{text-decoration: none;}
body {margin:0; padding:29px00; font-size:14px;background:#ffffff;} 
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{padding:0; margin:0;font-family:"myfont";} 
table,td,tr,th{font-size:14px;} 
li{list-style-type:none;} 
img{vertical-align:top;border:0;} 
ol,ul {list-style:none;} 
h1,h2,h3,h4,h5,h6{font-size:14px; font-weight:normal;} 
address,cite,code,em,th {font-weight:normal; font-style:normal;}

input::-webkit-input-placeholder{
  color:#444;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#444;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:#444;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
  color:#444;
}
textarea::-webkit-input-placeholder{
  color:#444;
}
textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#444;
}
textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:#444;
}
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
  color:#444;
}