@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}
body {
    background: url(images/bg.png) top repeat-x;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #2e3d41;
}
a {
    text-decoration: none;
    outline: none;
    color: #2E3D41;
}
a:hover {
    text-decoration: underline;
}
#wrapper {
    width: 960px;
    margin: auto;
}
.wrapper {
    width: 960px;
    margin: auto;
    position: relative;
}
#header {
    height: 64px;
    position: relative;
}
#logo {
    position: absolute;
    background: url(images/logo.png);
    width: 199px;
    height: 52px;
    left: 0px;
    top: 4px;
}
#topmenu {
    position: absolute;
    list-style: none;
    right: 0px;
    top: 15px;
}
#topmenu li {
    display: inline;
}
#topmenu li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    margin-left: 30px;
}
#topmenu li.selected a {
    color: #2e3d41;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}
#content {
    margin-top: 20px;
    position: relative;
}
#topcontent h1 {
    font-size: 50px;	
}
#topcontent h2 {
    font-size: 36px;
    font-weight: lighter;
}
#homeslide {
    margin: 30px 0px 5px 0px;
    min-height: 280px;
}
#homeslide_left {
    width: 420px;
    float: left;
    background: url(images/big_bracket.png) top right no-repeat;
    min-height: 250px;
}
#homeslide_left ul {
    list-style: none;
    width: 423px;
}
#homeslide_left ul li {
    line-height: 39px;
    padding-left: 8px;
    background: url(images/dot.png) bottom repeat-x;
    width: 357px;
    float: left;
    padding-top: 5px;

}
#homeslide_left ul li a {
    float: left;
    width: 100%;
}
#homeslide_left ul li.selected {
    background: url(images/slide_arrow.png) left no-repeat;
    border-bottom: none;
    font-weight: bold;
    font-style: italic;
    width: 415px;
}
#homeslide_left ul li.last {
    background: none;
}
#homeslide_left a {
    font-size: 20px;
    color: #2e3d41;
}
#homeslide_right {
    width: 530px;
    float: right;
    font-size: 16px;
}
#homeslide_right .title {
    font-size: 30px;
}
#homeslide_right .desc {
    padding: 9px 0px;
}
#homeslide_right .feature {
    font-weight: bold;
}
#homeslide_right .section {
    display: none;
}
#homeslide_right ol {
    list-style-position: inside;
    padding: 10px 0px;
    padding-left: 30px;
}
#homeslide_right ol li {
    line-height: 22px;
}
.y_arrow {
    background: url(images/y_arrow.png) left no-repeat;
    height: 26px;
    line-height: 26px;
    padding-left: 29px;
    color: #2e3d41;
    float: left;
}
.y_arrow span {
    padding: 0px 15px;
    background: #fec309;
    float: left;
    font-size: 14px;
    font-weight: bold;
}
.w_arrow {
    background: url(images/w_arrow.png) left no-repeat;
    height: 20px;
    line-height: 20px;
    padding-left: 26px;
    color: #2e3d41;
    float: left;
}
.w_arrow span {
    padding: 0px 15px;
    float: left;
    font-size: 14px;
    border: solid 1px #2e3d41;
    line-height: 18px;
    background: #fff;
}
.b_arrow {
    background: url(images/b_arrow.png) left no-repeat;
    height: 20px;
    line-height: 20px;
    padding-left: 26px;
    color: #2e3d41;
    float: left;
}
.b_arrow span {
    padding: 0px 15px;
    float: left;
    font-size: 14px;
    border: solid 1px #a6b6b9;
    line-height: 18px;
    background: #889ca1;
    color: #fff;
}
.g_arrow {
    background: url(images/g_arrow.png) left no-repeat;
    height: 31px;
    line-height: 31px;
    padding-left: 37px;
    color: #2e3d41;
    float: left;
}
.g_arrow span, .g_arrow input {
    padding: 0px 15px;
    float: left;
    font-size: 16px;
    border: solid 1px #a6b6b9;
    line-height: 29px;
    background: #2e3d41;
    color: #fff;
}
.g_arrow input {
    cursor: pointer;
    padding: 4px 15px;
}
#btnSignUp, .btnMore {
    float: right;
    position: relative;
}
#btnSignUp {
    margin-top: 10px;
}
#latest_post {
    float: left;
    width: 585px;
    margin-top: 30px;
    border-right: dashed 1px #586467;
    padding-right: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    height: 595px;
}
#latest_post .content {
    height: 410px;
    overflow: hidden;
    line-height: 20px;
}
#latest_post .btnMore {
    position: absolute;
    bottom: 0px;
    right: 10px;
}
#seo_post {
    float: right;
    width: 350px;
    margin-top: 30px;	
    margin-bottom: 20px;
}
.title_bracket {
    font-weight: bold;
    font-size: 16px;
    background: url(images/left_bracket.png) left no-repeat;
    padding-left: 20px;
    line-height: 25px;
    height: 25px;
    float: left;
}
.right_bracket {
    background: url(images/right_bracket.png) left no-repeat;
    width: 7px;
    height: 25px;
    float: right;
    margin-left: 4px;
}
.content ul {
    list-style-position: outside;
    padding: 10px 0px 10px 30px;
    line-height: 20px;
}
.content a {
    color: #0084B4;
}
.content a.outlink {
    background: url(images/outlink.gif) right no-repeat;
    padding-right: 15px;
}
.content blockquote {
    background: url(images/blockquote_hand.png) 5px 8px no-repeat #eff1f1;
    padding: 5px 5px 5px 50px;
    border: solid 1px #e2eaea;
    font-style: italic;
    margin: 10px 20px;
}
#post_content .item .content blockquote p {
    margin: 0;
}
.content a.outlink:hover {
    background: url(images/outlinkhover.gif) right no-repeat;
}
.clear {
    clear: both;
    height: 8px;
    overflow: hidden;
}
#latest_post .title {
    font-size: 30px;
    padding: 20px 0px;
    font-weight: bold;
}
#latest_post .title a {
    color: #2E3D41;
}
#latest_post .content p {
    line-height: 24px;
    padding-bottom: 20px;
}
#seo_post .title {
    font-weight: bold;
    padding: 10px 0px;
    font-size: 16px;
}
#seo_post .content {
    line-height: 20px;
    margin-bottom: 10px;
}
#mustread_seo {
    margin-top: 40px;
}
.line {
    border-bottom: solid 1px #415a61;
    border-top: solid 1px #d9dedf;
    clear: both;
}
#webshop_video {
    float: left;
    background: #fec309;
    width: 365px;
    padding: 10px;
    margin-top: 10px;	
}
#webshop_video .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
#webshop_video .desc {
    padding-bottom: 10px;
}
#webshop_video img {
    margin-right: 10px;
    float: left;
}
#webshop_video ol {
    list-style-position: inside;
    font-size: 12px;
    color: #2e3229;
    float: left;
    width: 170px;
    padding: 0px;
}
#webshop_video ol li {
    margin-bottom: 1px;
}
#webshop_video .duration {
    color: #fff;
}
#what_people_find {
    margin-top: 10px;
    float: right;
    width: 520px;
}
#what_people_find p {
    padding-bottom: 15px;
    font-style: italic;
}
#category_footer {
    clear: both;
    padding: 30px 0px 10px;
    background: #fec309;
}
#category_footer ul {
    list-style: none;
}
#category_footer a {
    color: #2e3d41;
}
#category_footer .title {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 15px;
}
#social_link {
    float: left;
    width: 330px;
}
#category_link {
    float: left;
    width: 370px;
}
#footer_links_holder {
    float: right;
    width: 220px;
}
#social_link li {
    height: 24px;
    margin-top: 5px;
}
.twitter_icon {
    background: url(images/social_icon.png) 0px 0px no-repeat;
    padding: 2px 0px 5px 26px;
}
.linkedin_icon {
    background: url(images/social_icon.png) 0px -26px no-repeat;
    padding: 2px 0px 5px 26px;
}
.facebook_icon {
    background: url(images/social_icon.png) 0px -55px no-repeat;
    padding: 2px 0px 5px 26px;
}
.youtube_icon {
    background: url(images/social_icon.png) 0px -84px no-repeat;
    padding: 2px 0px 5px 26px;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
#category_link li, .footer_link li {
    margin-bottom: 5px;
}
#footer {
    background: url(images/logo_notext.png) left no-repeat;
    padding-left: 60px;
    font-size: 13px;
}
#sidebar {
    float: right; 
    width: 285px;
}
#post_content {
    float: left;
    width: 610px;
}
#post_content .item .content a {
    text-decoration: underline;
}
#post_content .item .content a:hover {
    color: #FEC309;
}
#post_content ol li {
    line-height: 20px;
    list-style-position: outside;
}
#breadcrumb {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 13px;
}
#breadcrumb a {
    color: #fec309;
    padding: 0px 5px;
    font-weight: normal;
}
#post_content .item {
    margin: 10px 0px 20px 0px;
    border-bottom: dashed 1px #2e3d41;
    padding-bottom: 100px;
}
#post_content .item .title {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 10px;
}
#post_content .item .content {
    margin-top: 30px;
    position: relative;
}
#post_content .item .content h2 {
    padding: 10px 0px;
}
#post_content .item .content ul li {
    padding-bottom: 5px;
}
#post_content .item .content p {
    margin-bottom: 10px;
    line-height: 22px;
}
#post_content .item .date, #post_content .item .comment {
    background: url(images/calendar_icon.png) left no-repeat;
    padding: 3px 30px;
    font-size: 12px;
    color: #595959;	
}
#post_content .item .comment {
    background: url(images/comment_icon.png) left no-repeat;
}
#rss_feed {
    background: url(images/rss_icon.png) left no-repeat;
    padding-left: 66px;
    height: 76px;
    font-size: 12px;
    line-height: 18px;
}
#rss_feed .title {
    font-weight: bold;
    margin-bottom: 2px;
    font-size: 13px;
    padding-top: 5px;
}
#aweber_form {
    background: url(images/aweber_form_bg.jpg);
    width: 240px;
    height: 310px;
    float: left;
    padding: 88px 15px 0px;
    position: relative;
}
#aweber_form .item {
    font-size: 9px;
    margin-bottom: 3px;
}
#aweber_form .item .title {
    font-weight: bolder;
    color: #fec309;
    font-size: 18px;
    margin-bottom: 1px;
}
#aweber_form .item .content {
    color: #fff;
    padding: 0px 27px;
}
.sidebar_section {
    margin: 15px 0px;
}
.sidebar_section ul {
    clear: both;	
    list-style: none;
}
.sidebar_section ul li {
    padding: 5px 0px;
    border-bottom: dotted 1px #2e3d41;
}
.sidebar_section ul li a {
    color: #2e3d41;
}
.btnSearch {
    background: url(images/btnSearch.png);
    width: 77px;
    height: 29px;
    float: left;
    border: none;
}
.search_input {
    float: left;
    height: 27px;
    line-height: 29px;
    padding: 0px 10px;
    font-size: 11px;
    border: solid 1px #7e9db9;
    width: 140px;
    margin-right: 10px;
    color: #ababab;
}
.btnCategoryList {
    color: #fec309;
    text-decoration: underline;
}
#share_area {
    margin: 20px 0px;
    position: relative;
    padding-left: 20px;
}
#share_area .title {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 10px;
}
#share_area .desc {
    width: 430px;
    padding-right: 20px;
    float: left;
    line-height: 20px;
}
#share_area .twitter {
    float: left;
    position: relative;
    background: url(images/twitter.png);
    width: 57px;
    height: 69px;
}
#share_area .twitter .number {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 57px;
    text-align: center;
}
#share_area .facebook {
    float: left;
    position: relative;
    background: url(images/facebook.png);
    width: 50px;
    height: 68px;
    margin-left: 20px;
}
#share_area .facebook .number {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 50px;
    text-align: center;
    color: #fff;
}
.big_left_bracket {
    position: absolute;
    left: -30px;
    top: 0px;
    background: url(images/left_big_bracket.png);
    width: 28px;
    height: 129px;
}
.big_right_bracket {
    position: absolute;
    right: -30px;
    top: 0px;
    background: url(images/right_big_bracket.png);
    width: 28px;
    height: 129px;
}
#post_comment {

}
#post_comment .title {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0px;
}
#comment_skip_link {
    font-size: 14px;
    color: #fec309;
    text-decoration: underline;
}
#other_articles {
    background: #d4dcde;
    border: solid 1px #aebbbe;
    padding: 15px 10px;
}
#other_articles .title {
    font-size: 24px;
    padding: 10px 0px;
}
#other_articles .item {
    border-bottom: dashed 1px #2e3d41;
    padding: 10px 0px;
    margin: 0;
}
#other_articles .item a {

    color: #2e3d41;
}
.clear0px {
    clear: both;
    height: 0px;
    overflow: hidden;
}
#post_comment_list {
    margin: 30px 0px 10px;
}
#post_comment_list .item {
    margin-top: 10px;
    border-bottom: dashed 1px #2e3d41;
}
#post_comment .total_comment {
    font-weight: normal;
}
#post_comment_list .item .number {
    font-size: 24px;
}
#post_comment_list .item .name {
    font-size: 24px;
    color: #fec309;
    margin-left: 10px;
}
#post_comment_list .item .date {
    margin-left: 20px;
    background: none;
    padding: 0px;
}
#post_comment_list .item .desc {
    line-height: 24px;
    padding: 10px 0px;
}
#post_comment_list .comment_owner {
    background: #fec309;
    padding: 5px;
    border: none;
}
#post_comment_list .comment_owner .name {
    color: #2e3d41;
}
#send_comment_box {
    clear: both;
    margin: 30px 0px;
    padding: 0px;
}
#send_comment_box .title {
    font-weight: bold;
    font-size: 26px;
    padding-bottom: 10px;
}
#send_comment_box textarea {
    width: 595px;
    padding: 5px;
    border: solid 1px #b3bec1;
    height: 200px;
}
#send_comment_box .inputsection {
    float: left;
    margin-right: 5px;
    width: 195px;
}
#send_comment_box .inputsection div {
    padding-bottom: 3px;
}
#send_comment_box .inputtext {
    border: solid 1px #b3bec1;
    width: 100%;
    padding: 3px 0px;
}
#category_mustread {
    background: #2e3d41;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}
#category_mustread a {
    color: #fff;
}
#category_mustread .title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}
#category_mustread .section {
    float: left;
    width: 300px;
    margin-left: 10px;
    list-style-position: inside;
    font-size: 12px;
    font-weight: bold;
}
#category_mustread .section li {
    margin-bottom: 5px;
}
#category_list {
    padding-bottom: 30px;
}
#category_list .section {
    float: left;
    width: 278px;
    padding: 20px;
    border-right: dashed 1px #2e3d41;
    border-bottom: dashed 1px #2e3d41;
    min-height: 370px;
}
#category_list .noborder_right {
    border-right: none;
}
#category_list .noborder_bottom {
    border-bottom: none;
}
#category_list .section ul {
    list-style: none;
}
#category_list .section ul li {
    padding: 8px 0px;
    border-bottom: dashed 1px #2e3d41;
    line-height: 22px;
}
#category_list .section a {
    color: #2e3d41;
}
#login_panel {
    background: url(images/login_bg.png) repeat-x;
    height: 308px;
    border: solid 1px #6d848b;
    position: absolute;
    padding: 15px 10px;
    top: 55px;
    right: 120px;
    display: none;
    z-index: 9;
}
#login_panel .inputtext {
    border: solid 1px #3a4a4e;
    padding: 5px;
    width: 220px;
    margin: 5px 0px;
}
#login_panel .label {
    color: #fff;
}
#btnLogin {
    background: url(images/btnLogin.png);
    width: 121px;
    height: 38px;
    float: left;
    border: none;
    cursor: pointer;
}
#btnForgotPassword {
    color: #fff;
    text-decoration: underline;
    font-size: 12px;
}
#create_acc_panel {
    margin-top: 25px;
    color: #fff;
}
#create_acc_panel h3 {
    color: #fec309;
    font-size: 24px;
    padding: 5px 0px;
}
#create_acc_panel .desc {
    font-size: 12px;
    margin-bottom: 2px;
}

#btnCreateAccount {
    background:  url(images/btnYellow.png);
    width: 143px;
    height: 35px;
    float: left;
    text-align: center;
    line-height: 30px;
    color: #2e3d41;
    margin-top: 5px;
}
#tail {
    background: url(images/tail.png);
    width: 53px;
    height: 25px;
    position: absolute;
    top: -20px;
    left: 105px;
}
#optin_form, #optin_form1, #optin_form2 {
    padding: 15px;
    background: #fec309;
    position: absolute;
    top: 26px;
    right: 0px;
    width: 450px;
    display: none;
    font-size: 12px;
}
#optin_form2 {
    top: -117px;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
#optin_form .inputtext, #optin_form1 .inputtext, #optin_form2 .inputtext {
    border: solid 1px #3a4a4e;
    padding: 5px;
    width: 200px;
}
#btnWhatFind {
    position: absolute;
    top: -56px;
    right: 0px;
}
#btnOptin {
    background: url(images/btnOptin.png);
    width: 194px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border: none;
    padding-bottom: 5px;
    font-weight: bold;
}
#optin_lostpass {
    font-size: 12px;
    color: #fff;
    text-decoration: underline;
}
.close_button {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    right: 5px;
    top: -3px;
    color: #fff;
}
#sidebar_optinname {
    position: absolute;
    bottom: 95px;
    left: 33px;
    width: 190px;
    padding: 5px;
    border: none;
}
#sidebar_optinpass {
    position: absolute;
    bottom: 62px;
    left: 33px;
    width: 190px;
    padding: 5px;
    border: none;
}
#sidebar_optinsubmit {
    position: absolute;
    bottom: 17px;
    height: 42px;
    left: 40px;
    width: 185px;
    border: none;
    background: none;
    cursor: pointer;
}
#tweetmeme_button {
}
#read_twitter {
    background: url(images/twitter_read.png) no-repeat;
    padding-top: 80px;
    float: right;
    width: 340px;
}
#read_twitter a {
    text-decoration: underline;
}
#read_twitter .item {
    padding: 10px 0px 15px;
    border-bottom: dashed 1px #2e3d41;
}
#read_twitter .last {
    border-bottom: none;
}
#read_twitter .item .timeago {
    font-size: 12px;
    font-style: italic;
    text-decoration: underline;
    padding-top: 5px;
}
.tweetmeme_button {
    position: absolute;
    bottom: -150px;
    right: 80px;
    z-index: 9;
    display: none;
}
#fb_share_1 {
    position: absolute;
    bottom: -150px;
    right: 0px;
    z-index: 9;
    display: none;
}
#btnCollapse {
    display: none;
}
.subscribe-to-comments {
    float: left;
}
ol {
    list-style-position: inside;
    padding: 15px;
}
ol li {
    margin-bottom: 5px;
}
.fixed {
    /*position: fixed;
    top: 0px;*/
}
#post_teaser {
    background:  url(images/teaser_bg.png) left top no-repeat #d4dcde;
    height: 91px;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 5px 0px 77px;
    border: solid 1px #aebbbe;
    margin: 20px 0px;
    line-height: 20px;
}
.wp-caption {
    background: #F4F4F4;
    text-align: center;
    padding: 5px 0 0 1px;
    border: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0;
}

.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
}
/*new enquete page*/
#enquete {
    position: relative;
    padding-bottom: 100px;
}
#enquete_title {
    background: #d4dcde;
    border: solid 1px #b3b9b7;
    color: #fff;
    height: 54px;
    line-height: 54px;
    padding: 0px 20px;
    font-size: 24px;
}
#enquete .content {
    min-height: 100px;
}
#enquete_topnav {
    border: solid 1px #dbdbdb;
    background: #f9fbfa;
    color: #606261;
    margin-top: 5px;
    list-style: none;
    float: left;
    width: 100%;
}
#enquete_topnav li {
    display: inline;
}
#enquete_topnav li a {
    border-right: solid 1px #dbdbdb;
    float: left;
    height: 36px;
    line-height: 36px;
    padding: 0px 25px;
    font-size: 12px;
}
#enquete_topnav li a.last {
    border-right: none;
}
#enquete_topnav li a:hover, #enquete_topnav li.selected a {
    text-decoration: none;
    background: #d4dcde;
}
#enquete_innernav {
    border-bottom: solid 1px #b7b9b8;
    float: left;
}
#enquete_innernav ol {
    display: none;
    float: left;
    width: 100%;
    padding: 5px 0px;
    list-style:  none;
}
#enquete_innernav ol li {
    font-size: 12px;
    color: #176b8f;
}
#enquete_innernav ol li a {
    font-size: 12px;
    color: #176b8f;
}
#enquete .teaser_wrap {
    position: absolute;
    bottom: 10px;
}
#enquete .teaser {
    background:  url(images/teaser_bg.png) left top no-repeat #d4dcde;
    height: 91px;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 5px 0px 77px;
    border: solid 1px #aebbbe;
    margin: 20px 0px;
    line-height: 20px;
    width: 580px;
    
}
#btnNextSection {
    background: url(images/enquete_button.png) -130px 0px no-repeat;
    height: 93px;
    float: left;
    width: 150px;
}
#btnPreviousSection {
    background: url(images/enquete_button.png) 0px 0px no-repeat;
    height: 93px;
    float: left;
    width: 130px;
}
#enquete_control {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
#enquete .section_content {
    display: none;
}
#enquete .fblike {
    display: none;
}
#enquete_innernav .left {
    float: left;
    width: 460px;
    padding-left: 10px;
}
#enquete_innernav .right {
    float: right;
    width: 460px;
    padding-left: 10px;
}
#social_icons {
    position: absolute;
    bottom: 150px;
    right: 20px;
}
#social_facebook {
    background: url(images/social_bg.png) 0px 0px no-repeat;
    width: 32px;
    height: 32px;
    float: left;
}
#social_twitter {
    background: url(images/social_bg.png) -38px 0px no-repeat;
    width: 32px;
    margin: 0px 8px;
    height: 32px;
    float: left;
}
#social_google {
    float: left;
    margin-right: -25px;
}
#share_button {
    background: url(images/share_button.png) no-repeat;
    float: left;
    width: 184px;
    height: 36px;
    margin-left: 8px;
}
#enquete .content {
    position: relative;
    padding-bottom: 200px;    
}
/*share*/
#share_wrapper {
    width: 660px;
    position: fixed;
    top: 100px;
    border: solid 1px #2e3d41;
    padding: 10px;
    z-index: 9;
    background: #fff;
    margin-left: 140px;
    display: none;
}
#share_wrapper img {
    width: 660px;
}
#share_title {
    font-size: 11px;
    text-align: center;
    padding-bottom: 40px;
    color: #0c77bb;
}
#share_title label {
    color: #000;
}
#share_option1 {
    width: 300px;
    float: left;
}
#share_option2 {
    width: 300px;
    float: right;
}
#share_option1 h3, #share_option2 h3 {
    font-size: 13px;
    font-weight: bold;
    text-align: center;    
}
#share_option1 .content, #share_option2 .content {
    padding: 10px;
    border: solid 1px #99aab0;
    font-size: 11px;
    margin:  10px 0px 15px;
    width: 280px;
}
.btnCopy {
    border: solid 1px #99aab0;
    padding: 5px 25px;
    width: 130px;
    background: #51adc6;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    margin-left: 70px;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    filter: alpha(opacity=40);
    z-index: 1;
    display: none;
}
.copytext {
    font-size: 11px;
    text-align: center;
    font-style: italic;
}
/*#enquete .st_twitter_vcount {
    position: absolute;
    bottom: -80px;
    left: 0px;
}
#enquete .st_fblike_vcount {
    position: absolute;
    bottom: -80px;
    left: 70px;
}
#enquete .st_plusone_vcount {
    position: absolute;
    bottom: -80px;
    left: 125px;
}*/
.share_wrapper {
    background: url(images/share_bg.png) 185px top no-repeat;
    height: 88px;
    position: absolute;
    bottom: -95px;
    width: 100%;
}
.share_wrapper .stBubble_count {
    top: 5px;
    height: 24px;
}

