.modInvest {
    background-color: #545454;
    width:233px;
    height:135px;
    margin-top:20px;
}
.modInvest.small {
    background-color: #545454;
    width:190px;
    height:131px;
    margin-top:20px;
}
.modInvest .title {
    color: #FFFFFF;
    display: block;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}
.modInvest.small .title {
    font-size: 1.75em;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}
.modInvest .logo {
    background: url("../Images/invest.png") no-repeat scroll 5px top rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: inline-block;
    font-size: 1.2em;
    height: 49px;
    line-height: 16px;
    padding-left: 73px;
	padding-right:12px;
    width: 100%;
	text-align:center;
}
.modInvest.small .logo {
	background: url("../Images/invest-small.png") no-repeat scroll 3px 5px rgba(0, 0, 0, 0);
	padding-left: 52px;
	padding-right:6px;
	padding-top:6px;
	
}
.modInvest .footer {
    background-color: #27A9E1;
    color: #FFFFFF;
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 12px;
    text-align: center;
    width: 100%;
	cursor:pointer;
}
.modInvest.small .footer {
    margin-top: 12px;
}