<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.box-modal {
	position: relative;
	width: 290px;
	padding: 16px;
	background: #fff;
	color: #3c3c3c;
	font: 14px/18px;
	box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
	border-radius: 6px;
}
.box-modal_close { position: absolute; right: 10px; top: 6px; font-size: 11px; line-height: 15px; color: #999; cursor: pointer; }
.box-modal_close:hover { color: #666; }

#orderModal label{color: #808080; width: 100%;}
#orderModal h2{color: #01556e;}
#orderModal input[type="text"]{border: 1px solid #D5D4D2; margin-top: 10px; padding: 8px; background: #F9F9F0;
color: #145C87; width: 93%;}

#ordersubmit{width: 99%; margin-top: 10px;
height: 30px;
font-size: 18px;
color: #ffffff;
background-color: #027A9D;
cursor: pointer;}
#ordersubmit:hover{box-shadow: 0px 3px 8px #004154;}
#result_ok h2{color: #01556e;}</pre></body></html>