html {font-size:75%; -webkit-font-smoothing:antialiased;}
body {font-family:Helvetica, Arial, sans-serif; color:#373737;}
h1, h2, h3, h4, h5 { font-family:Helvetica; color:#25592b; font-weight:normal; line-height:1.2em;}
h3, h4 {font-size:1.7em; line-height:1.5em;}
h2 {font-size:2.5em; }
p {font-size:1.4em; color:#373737; margin-bottom:24px; line-height:1.45em;}
span {color:#25592b; font-size:1.2em; padding:0 40px 0 10px;}
a, a span {color:#0093d0; text-decoration:underline;}
a:hover, a:hover span  {color:#099ddb; text-decoration:none;}
#header {
    background:#3e3f40;
    background:-moz-linear-gradient(top,  #3e3f40 0%, #2e2e30 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e3f40), color-stop(100%,#2e2e30));
    background:-webkit-linear-gradient(top,  #3e3f40 0%,#2e2e30 100%);
    background:-o-linear-gradient(top,  #3e3f40 0%,#2e2e30 100%);
    background:-ms-linear-gradient(top,  #3e3f40 0%,#2e2e30 100%);
    background:linear-gradient(to bottom,  #3e3f40 0%,#2e2e30 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3f40', endColorstr='#2e2e30',GradientType=0 );
}
#header > div {margin:0 auto; width:980px;}
#header a {background:url(/marketing/images/logos/cm_logotype_white_accent.svg) 0 13px no-repeat; display:block; text-indent:-999em; width:133px; height:54px;}
.content .in {padding:40px 0; margin:0 auto; width:840px; overflow:hidden;}
.title {background:url(/marketing/images/clickmeeting/pages/order/thankyoupage/thick_ico.jpg) no-repeat 0 0; padding-left:90px; margin-bottom:53px;}
.details {font-size:1.1em; font-family:Helvetica,Arial,sans-serif;}
.button {
    box-shadow:inset 0 -2px 0 rgba(0,0,0,.16), 0 2px 0 rgba(0,0,0,.11);
    border:0;
    background:#6ebe3b;
    background:-webkit-linear-gradient(top,  #79cb45 0%,#6ebe3b 100%);
    background:linear-gradient(to bottom,  #79cb45 0%,#6ebe3b 100%);
    -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; color:#FFF; padding:4px 25px; text-decoration:none; font-family:Helvetica; font-size:1.1em; display:inline-block; margin:7px 0;}
.button:hover {color:#FFF;
    background:#7cc643;
    background:-webkit-linear-gradient(top,  #89d24e 0%,#7cc643 100%);
    background:linear-gradient(to bottom,  #89d24e 0%,#7cc643 100%);
}