.modalCover{
	display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}

.modalBtn {
    border-radius: 3px;
	font-family: Verdana,Arial,sans-serif;
    font-style: normal;
    font-size: 13px;
	height: 20px;
	float :right;
}

.close {
    color: #aaa;
    float: right;
    font-weight: bold;
/* 	margin: -24px -9px 0px 0px;
 */}

.modal-content  table td, th {
    padding: 0px 0px 1px 0px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-header{
    -webkit-background-clip: padding-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-color: #c5c5c5;
    background: #e8e8e8;
    outline: none;
    border-width: 0px;
    border-bottom: 1px solid transparent;
    overflow: hidden;
    padding: 5px;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
}

.modalBtn{
    width: 57px;
    height: 22px;
	margin-top: 7px;
	border: 1px solid #aed0ea;
    background: #d7ebf9 url(images/ui-bg_glass_80_d7ebf9_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #2779aa;
	border-radius: 3px;
}

.fm-button {
     height: 18px;
    display: inline-block;
    margin: 2px 4px 0 0;
    margin-top: 7px;
	padding-top: 0.4em;
    padding-right: .4em;
    padding-left: .3em;
    padding-bottom: .0em;
    text-decoration: none !important;
    cursor: pointer;
    position: relative;
    text-align: center;
    zoom: 1;
}

#popupWindow {
	display: none;
    z-index: 99999 !important;
    position: fixed;
    overflow: hidden;
    font-family: Verdana,Arial,sans-serif;
    font-style: normal;
    font-size: 13px;
    height: auto;
    width: auto;
	top:10px;
	left: 300px;
}