
@import url(minhpt.css);
.tittin {
    background: url("images/bg_tin.png") repeat scroll center top rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 5px;
    height: 125px;
    margin: 30px 32px 0 0;
    padding: 10px;
    width: 300px;
    list-style-type: none;
    position: absolute;
    top:150px;
	right: 0;
}

.tittin li {
    border-bottom: 1px dashed #999;
    padding: 5px 0;
    color: #fff;
    text-decoration: none;
}