.cnFooterPoweredByContainer {
  display: none;
}



.button, .big-button, .typeButton, .nextButton, .submitApplicationButton, .nextButtonAutoWidth {
display: inline-block;
font-family: "myriad-pro-1","myriad-pro-2",Helvetica,Arial,sans-serif;
font-weight: 700;
text-decoration: none;
text-shadow: 0 0 1px rgba(0,0,0,0.3);
padding: 7px 9px 5px;
border: 0;
cursor: pointer;
margin: 0 5px;
line-height: 1.3;
-webkit-font-smoothing: antialiased;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
-o-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

.button, .big-button {
background: #b22213;
background: #d6301e; 
background: -webkit-gradient(linear,center top,center bottom,color-stop(0,#d6301e),color-stop(0.5,#b22213));
background: -webkit-linear-gradient(center top,#d6301e,#b22213);
background: -o-linear-gradient(center top,#d6301e,#b22213);
background: -moz-linear-gradient(center top,#d6301e,#b22213);
background: linear-gradient(center top,#d6301e,#b22213);
}

.typeButton, .nextButton, .submitApplicationButton, .nextButtonAutoWidth {
background: #405ebf;
background: #3565e0; 
background: -webkit-gradient(linear,center top,center bottom,color-stop(0,#3565e0),color-stop(0.5,#405ebf));
background: -webkit-linear-gradient(center top,#3565e0,#405ebf);
background: -o-linear-gradient(center top,#3565e0,#405ebf);
background: -moz-linear-gradient(center top,#3565e0,#405ebf);
background: linear-gradient(center top,#3565e0,#405ebf);
}


a.button {
 font-size: 12px;
 color: #fff;
}

a.big-button {
 font-size: 18px;
 color: #fff;
}


input.typeButton, input.nextButton, input.submitApplicationButton, input.nextButtonAutoWidth, input.button {
 font-size: 18px;
 color: #fff;
}




#id_LoginBoxGadget.WaGadgetLoginForm {
background: #fff;
margin: 0 5px;
padding: 7px 9px 5px;
}

.loginBoxUserName {
font-size: 12px;
font-weight: 700;
}

img.sbanner {
width: 100%;
height: 100%;
}

img.sinset {
width: 33%;
margin: 0px 10px 10px 10px;
}

p+h2, p+h3, p+h4 {
padding: 9px 0px 5px 0px;
}


.pgwrap {
  max-width: 900px;
  min-width: 250px;
}

.pgwrap img {
  width:100%;
}


input.typeText, textarea.typeText {
padding: 5px;
margin: 0 0 10px 0;
}

blockquote {
padding: 8px;
}