div.grid_4 div.box.interaction div.content div.bg_top {
    background:url("/typo3conf/ext/venstre_plugins/res/images/interaction/top_center.png") no-repeat scroll 0 0 transparent;
}

div.grid_4 div.box.interaction div.content div.bg_bottom {
    background:url("/typo3conf/ext/venstre_plugins/res/images/interaction/bottom_center.png") no-repeat scroll 0 0 transparent;
    height: 8px;
}

div.box.interaction div.content div.body {
    text-align: center;
    padding-top: 21px;
    width: 320px;
    border: none;
    padding: 0;
}

div.box.interaction div.content div.body div.upper_box {
    background: #f2f4f8 url(/typo3conf/ext/venstre_plugins/res/images/interaction/top_bg.png) no-repeat 0 0;
    padding: 17px 21px 0 21px;
    width: 276px;
    min-height: 116px;
}

div.box.interaction div.content div.body div.lower_box {
    background: transparent url(/typo3conf/ext/venstre_plugins/res/images/interaction/bottom_bg.png) no-repeat 0 0;
    padding: 0 21px 23px 21px;
    width: 276px;
    height: 135px;
}

div.box.interaction div.content div.body div.lower_box.single {
	background: transparent url(/typo3conf/ext/venstre_plugins/res/images/interaction/bottom_bg_single.png) no-repeat 0 0;
	height: 127px;
}

div.box.interaction div.content div.body div.lower_box.single .cufon.second {
	padding-top: 13px;
}

div.box.interaction div.content div.body .cufon {
    font-size: 14px;
    padding-bottom: 6px;
    color:#003460;
    text-transform:uppercase;
}

div.box.interaction div.content div.body div.facebook_state {
    display: none;
}

div.box.interaction div.content div.body div.info {
    font-size: 14px;
    color: #333333;
    text-align: center;
}

div.box.interaction div.content div.body div.facebook_state img#fb-login {
    cursor: pointer;
    margin: 8px 0 7px 0;
}

div.box.interaction div.content div.body .cufon.second {
    padding-top: 21px;
}

div.box.interaction div.content div.body div.info.second {
    padding-bottom: 18px;
}

div.box.interaction div.content div.body div.socials a {
    margin-right: 7px;
}

div.box.interaction div.content div.body div.socials a:last-child {
    margin-right: 0px;
}
