/* new clearfix */
.clearfix:after {
    visibility: hidden;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#modal2 {
    display: table;
    margin: 0 auto;
    width: 660px;
    color: #000;
	background: #FFF;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

#modal2 .header {
	background: #DDD;
	border-bottom: 1px solid #CCCCCC;
	padding: 18px 18px 14px;
}

#modal2 .header h3 {
	margin: 0;
	padding: 0;

}

#modal2 .txt img{
  padding-left: 8px;
}


#modal2 .btc {
    float: right;
	padding: 0px 0px 0px;
}

#modal2 .btc a {
    width: 90px;
    position: absolute;
	line-height: 28px;
	background: #000;
	text-align: center;
	font-family: sans-serif;
	font-size: 14px;
	color: #fff;
	border: none;
    top: -15px;
    left: 98%;
}

#modal2 .btc a.cancel {
	box-shadow: none;
	color: #fff;
    padding: 10px;
    background: url("close.png") no-repeat;
	text-shadow: 0 1px 0 rgba(255,255,255,0.85);
}