/**
 * @copyright	Copyright (c) 2012 Skyline Software (http://www.vnskyline.com). All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */


#sl_redirectconfirm-container {
	width: 600px;
	height: 0;
	overflow: hidden;
}

.sl_redirectconfirm {
	font-size: 11px;
	padding: 0 15px;
}

.sl_redirectconfirm .sl_redirectconfirm-title {
	color: #000;
    padding: 5px 0;
	font-size: 18px;
}

.sl_redirectconfirm .sl_redirectconfirm-message {
	color: #F1AA00;;
	font-size: 16px;
    font-weight: normal;
    margin: 5px -15px 18px;
    padding: 10px 15px;
}

.sl_redirectconfirm .sl_redirectconfirm-buttons {
	background: none repeat scroll 0 0 #fff;
    /* border-top: 1px dotted #E5E5E5; */
    clear: both;
    padding: 15px;
	margin: 0 -15px;
    text-align: left;
}

.sl_redirectconfirm .sl_redirectconfirm-button,
.sl_redirectconfirm .sl_redirectconfirm-button:active {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb;
	padding: 2px 10px;
	margin-right: 10px;
	background: #eee;
	background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#dddddd 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#dddddd 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );


	border-radius: 2px;
	text-shadow: 0 1px 0 #EEEEEE;
}

.sl_redirectconfirm .sl_redirectconfirm-button:last-child {
	margin-right: 0;
}

.sl_redirectconfirm .sl_redirectconfirm-button:hover {
	background: #ddd;
	border-color: #bbb #bbb #999;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #ccc));
	background-image: -moz-linear-gradient(center top, #eee, #ccc);
	background-image: -webkit-linear-gradient(center top, #eee, #ccc);
	background-image: -ms-linear-gradient(center top, #eee, #ccc);
	background-image: -o-linear-gradient(center top, #eee, #ccc);
	background-image: linear-gradient(center top, #eee, #ccc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
}

.sl_redirectconfirm .sl_redirectconfirm-button:active {
	box-shadow: 0 0 5px 2px #ccc inset, 0 1px 0 0 #fff;
}