
/*
* 보낸 승차권 정보
*/
#presentLayer .presentTitle{	
	height: 40px;
    text-align: center;
    background-color: #8f3576;    
    line-height: 40px;
    
}

#presentLayer .presentTitle a{
	color : #fff;
}

/* 보낸선물프로세스  */
.ui-present{
	height: 35px;
    line-height: 35px;
	border-bottom: 1px solid #eee;
    text-align: left;    
}

.ui-present-title{
	float: left;
	width: 35vw;
    font-weight: bold;    
    padding-left: 15px;
}

.ui-present-info{
	float: right;
	width: 50vw;
    padding-left: 15px;
}

.present_footer{
	width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0px 10px 10px 10px;
   	border: 1px solid #8f3576;
	border-radius: 10px;
}

.present_footer a{
	font-weight: bold;
    color: #8f3576;
}
