/* helpBubble */

.helpBubble-container {
    display: inline-block;
    position: fixed;
    z-index: 1005;
}

.helpBubble-body {
    font-family: Arial;
    font-size: 10px;
    padding: 10px;
    padding-right: 25px;
    border: 1px solid #D5EAC7;
    color: #6C6C6C;
    border-radius: 5px;
}

.helpBubble-body.soft_green {
	background-color: #F0F7E8;
	font-size: 15px !important;
	height: auto !important;
    width: 230px !important;
}

.helpBubble-close {
    position: absolute;
    cursor: pointer;
    top: 10px;
    left: 90%;
    z-index: 1005;
}

 .help {
    background: url(../images/help1.png) no-repeat scroll left top transparent;
    background-size: contain;
    display: inline-block;
    height: 15px;
    margin: 3px 10px 0;
    text-decoration: none;
    text-indent: -999999px;
    width: 15px;
}

.help:hover{
	background: url(../images/help_hover.png) no-repeat scroll left top transparent;
	background-size: contain;
	cursor:pointer;
}

div.help{
	vertical-align: top !important;
}