#YollarLink {
	border:5px solid rgba(255, 255, 255, .5);
	border-radius:10px;
	margin-bottom:25px;
}

#YollarLink-Content {
    background-color:white;
    border-radius:5px;
    overflow: hidden;
    padding:0 0 20px 0;
}

#YollarLink-Content h3 {
    font-family: 'Helvetica', Arial, sans-serif;
    font-size:13px;
    font-weight: bold;
    color:#373737;
    line-height:50px;
    margin:0 0 0 15px;
}

#YollarLink-Content p {
    font-family: 'Helvetica', Arial, sans-serif;
    font-size:11px;
    color:#595959;
    margin:-10px 0 0 15px;
    padding:0 0 10px 0;
}

#YollarLink-Content a {
    display:block;
    width:185px;
    height:25px;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size:11px;
    font-weight:bold;
    color:#fff;
    background-color:#007DD2;
    margin:5px 0 0 15px;
    clear:left;
    cursor:pointer;
    border-radius:5px;
    line-height: 25px;
    text-indent: 16px;
}