
div.mylinks_left{
    float: left;
    padding: 15px;
    /* width: 320px; */
	width: auto;
	text-align: right;
}

div.mylinks_right {
    padding: 10px 10px 10px 0px;
    display: block;
    overflow: hidden;
}

div.mylinks_container {
    overflow: hidden;
    width: 100%;
    border-bottom:dashed 1px #999999;
	margin-bottom:10px;
}

div.mylinks_container h4 {
	position: relative;
	top: 4px;
	font-size: 14px;
	line-height: 20px;
	color: #97CC50;
	margin-bottom: 10px;
	font-weight: bold;
}