.modalOverlay {
    background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    opacity: 0.5;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11000;
}
.noticeDialogModal {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-bottom-color: #000;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #000;
    border-left-style: solid;
    border-left-width: thin;
    border-right-color: #000;
    border-right-style: solid;
    border-right-width: thin;
    border-top-color: #000;
    border-top-style: solid;
    border-top-width: thin;
    display: none;
   	margin:0 20% 0 0x;
	padding:8px;
    position: fixed;
	left:25%;
    top: 10%;
    width: 38%;
    z-index: 11001;
	box-sizing: border-box;
	-moz-box-sizing: border-box;/* Firefox */

}

.noteDiv-tpst{
    background-color: lightgray;
    margin-top: 16px;
    margin-bottom: 16px;
}
.noteDiv-version{
    background-color: #fff;
}


.versionNoticeModal h1 { 
    padding:10px;
	margin:0;
    text-align: left;
}

.versionNoticeModal p {
	padding:10px;
}

.versionNoticeModal input {
	margin: -3px 1em 0 0;
}
.notice-dialog-desc-span {
	display:block;
	padding:10px 0;
}
.versionNoticeModal button {
	padding: 1px 3px;
	border: 1px solid transparent;
	border-radius: 25px;
	background-color:transparent;
 }
 
.versionNoticeModal button:hover, .versionNoticeModal button:focus {
	border-radius: 25px;
	border: 1px solid rgb(153, 153, 153);
	padding: 1px 3px;
	}
.versionNoticeModal button:focus {
	outline: solid 2px #5b8cb2;
	}

.notice-dialog-desc-div {
    padding: 1px 3px;
    margin-top: 80px;
}

.url-latest-var{
    padding:10px 0;
}
