/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Redirect Css Rules Start                                                                           */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.redirectWindowOuterWrapper *{
	font-size: 100%;
	vertical-align: baseline;
	outline: none;
	font-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
.redirectWindowOuterWrapper, .redirectWindowWrapper, .redirectWindowTitle, .redirectWindowMessage, .redirectWindowButtonsWrapper, .redirectWindowButton, .redirectWindowRemember, .redirectWindowCheckbox, .redirectWindow {
	display: block;
	overflow: hidden;
	position: relative;
}
.redirectWindowOuterWrapper {
	position: fixed;
	background-color: rgba(0,0,0,1);
	width: 100%;
	height: 100%;
	display:none;
	z-index:9999;
	top:0px;
	left:0px;
}
.redirectWindowWrapper {
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	padding-left: 24px;
	padding-right: 24px;
	box-shadow:5px rgba(0,0,0,1);
	border-radius:0px;
}
.redirectWindowTitle {
	height: 18px;
	line-height: 18px;
	color: #333;
	font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: capitalize;
	font-weight: normal;
	margin-top: 26px;
	margin-bottom: 20px;
}
.redirectWindowMessage {
	padding-bottom: 22px;
	margin-bottom: 27px;
	border-bottom: 1px solid #e9e9e9;
	font-size: 14px;
	line-height: 18px;
	color: #666;
	font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	height:90px;
}
.redirectWindowButtonsWrapper {
	height: 100px;
	width: 100%;
	clear: both;
	margin-bottom: 20px;
}
.redirectWindowButton {
	font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	width: 90px;
	height: 24px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	border-radius:3px;
}
.redirectYesButton {
	float: right;
	height: 100px; 
    width: 110px; 
    max-width: 110px; 
    max-height: 100px;
    background: url('../indexdata/modorealidade.png');
	background-repeat: no-repeat;
	background-size: 110px 100px;
}
.redirectNoButton {
	float: left;
	height: 100px; 
    width: 110px; 
    max-width: 110px; 
    max-height: 100px;
	background: url('../indexdata/modopadrao.png');
	background-repeat: no-repeat;
	background-size: 110px 100px;
}
.redirectWindowCheckbox {
	width: 22px;
	height: 22px;
	border: 0px solid #e3e3e3;
	background: #e9e9e9;
	float: left;
	border-radius:11px;
}
.redirectWindowCheckbox > span {
	display: none;
	height: 12px;
	width: 12px;
	padding: 0px;
	margin-left: 5px;
	margin-top: 5px;
	background-color: #333;
	border-radius:6px;
}
.redirectWindowCheckBoxLabel{
	font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	height:24px;
	line-height:24px;
	color:#999;
	float:left;
	margin-left:12px;
	margin-top:0px;
	margin-bottom:0px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Redirect Css Rules End                                                                             */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


