
#confirmOverlay {
    background:url("../../files/page_tiv_.png") repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
}
#confirmBox {
    left: 50%;
    margin: -130px 0 0 -399px;
    position: fixed;
    top: 50%;
    width: 800px;
	border:1px solid #444444;
}
.confirmBox {
    margin-left:-180px !important;
    width: 332px !important;
}
#confirmBox h1{
    background: url("../../images/bg_h2.png") repeat scroll 0 0 #777777;
    border: medium none !important;
    font-size: 12px;
    font-weight: 700;
    height: 30px;
    margin-bottom: 10px;
    padding: 2px 0 0 10px !important;
    text-align: left;
	line-height:30px;
}
#confirmBox p {
    border: medium none !important;
    color: #333333;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 12px 0 0 0px !important;
    text-align: center;
	font-size:13px;
	 background: none repeat scroll 0 0 #FFFFFF;
}

#confirmBox h1 {
    color: #FFFFFF;
    font-size: 15px;
    letter-spacing: 0.3px;
	margin:0;
}

#confirmButtons {
    padding: 8px 0 12px;
}
#confirmBox .button {
    background: none repeat scroll 0 0 #35587E;
    border: 1px solid #005085;
    color: white;
    cursor: pointer;
    display: inline-block;
    font: bold 13px/22px Arial;
    margin-right: 15px;
    padding: 0 9px;
    position: relative;
    text-decoration: none;
}
#confirmBox .button:last-child {
    margin-right: 0;
}
#confirmBox .button span {
    height: 33px;
    position: absolute;
    right: -5px;
    top: 0;
    width: 5px;
}
#confirmBox .blue {
    background-position: left top;
}
#confirmBox .blue span {
    background-position: -195px 0;
}
#confirmBox .blue:hover {
    background-position: left bottom;
}
#confirmBox .blue:hover span {
    background-position: -195px bottom;
}
#confirmBox .gray {
   background-color: #EEEEEE;
    border: 1px solid #999999;
    color: #333333;
}
#confirmBox .gray span {
    background-position: -395px 0;
}
#confirmBox .gray:hover {
    background-position: -200px bottom;
}
#confirmBox .gray:hover span {
    background-position: -395px bottom;
}


#confirmBoxClose{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:8px;
	position:absolute;
	color:#fff;
	font-weight:700;
	display:block;
	cursor:pointer;
	background: url("../../images/icon_delete.png") no-repeat scroll 0 0 transparent;
	width:15px;
	height:15px;
	text-indent:-9999;
	background-position:0px -15px;
}

#cboxTopLeft {
    background: url("../../images/controls.png") no-repeat scroll 0 0 transparent;
    height: 14px;
    width: 14px;
}
#cboxTopCenter {
    background: url("../../images/border.png") repeat-x scroll left top transparent;
    height: 14px;
}
#cboxTopRight {
    background: url("../../images/controls.png") no-repeat scroll -32px 0 transparent;
    height: 14px;
    width: 14px;
}
#cboxMiddleLeft {
    background: url("../../images/controls_top.png") repeat-y scroll 0 0 transparent;
    width: 14px;
}
#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}
#cboxContent {
    background: none repeat scroll 0 0 #FFFFFF;
}
#cboxContent {
    overflow: visible;
    position: relative;
}

#cboxMiddleRight {
    background: url("../../images/controls_top.png") repeat-y scroll -37px 0 transparent;
    width: 14px;
}

#cboxBottomLeft {
    background: url("../../images/controls.png") no-repeat scroll 0 -58px transparent;
    height: 13px;
    width: 14px;
}
#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}
#cboxBottomCenter {
    background: url("../../images/border.png") repeat-x scroll left bottom transparent;
    height: 13px;
}
#cboxBottomRight {
    background: url("../../images/controls.png") no-repeat scroll -32px -58px transparent;
    height: 13px;
    width: 14px;
}

