<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	.modalDialog {
		font-family: Arial, Helvetica, sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 99999;
		opacity:1;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		
	}
	.modalDialog &gt; div {
		width: 400px;
		position: relative;
		padding: 5px 20px 13px 20px;
		border-radius: 10px 0px 0px 10px;
		background: #fff;
		background: -moz-linear-gradient(#fff, #EEE);
		background: -webkit-linear-gradient(#fff, #EEE);
		background: -o-linear-gradient(#fff, #EEE);
		border:1px solid #CCC;
		border-top-width: 0px;
	}

	.close {
		background: #606061;
		color: #FFFFFF;
		line-height: 25px;
		position: absolute;
		left: -12px;
		text-align: center;
		top: -10px;
		width: 24px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
		z-index:100000;
	}

	.close:hover { background: #bacaf2;cursor:pointer }
	

	
 
#myDiv p {
    margin: 15px;
    font-size: 0.917em;
}
/** Style for the cointainer **/
 
#feedback-page1 {
    top: 230px;
	height: 131px;
	right:0px;
	/*width: 100%;*/
	float:right;
	/*margin-right: 0;
	margin-left: 98%;*/
	position: fixed;
	visibility: visible;
}
#feedback-main1 {
    /*background-color: #2c60da;*/
    height: 100px;
    margin-left: auto;
    width: 45px;
}
#feedback-main1:hover {
    padding-right: 5px;
}
#myDiv {
	position: fixed;
	/*width:440px;*/
	top:230px;
	right:0px;
    display:none;
 }
.modalDialog .header{
	background-color:#072f8f;
	width: 440px; 
	height: 30px; 
	margin: 0px 0px 0px -20px; 
	padding: 5px;
	border-radius: 10px 0px 0px 0px;
}

.modalDialog .header p{
	color:#FFF;
	margin:4px 0px 0px 20px !important;
	font-weight:bold;
	font-size:18px !important;
 }
label {display:block;}
form label.error { display: none; }
form p {clear:both;margin:0;padding:0;}
label.error { /*float:right; */clear:both;color: red; padding-left: .5em; vertical-align: top;font-size:11px; }
input.error,textarea.error,select.error{float: left;background:none repeat scroll 0 0 #F8DBDB;border:1px solid #E77776;}</pre></body></html>