﻿/* GLOBAL */
body{margin:0; padding:0;}
form{margin:0; padding:0;}

/* OPENER */
.sel-show-modal{cursor:pointer; cursor:hand;}

/* MODAL */
.frame{background:#fff url('../gfx/modalGradientGreyToWhite.png') repeat-x fixed;}
.modal{border:solid 1px #b7b9ba; background-color:#fff; position:relative; width:692px; z-index:100002 !important;}
.modalHeader{ text-align:right; position:absolute; height:20px; width:692px;}
.modalHeader img{ position:relative; right:-10px; top: -10px; height:30px; width:30px;}
* html .modalHeader{height:10px !important;}
* html .modalHeader img{behavior:url(png-fix/iepngfix.htc);}
/* background */
.modalBackground{background-color:#8b8d90;filter:alpha(opacity=70);opacity:0.7;z-index:100001 !important;} 

/* CONTROLS */
/* close */
.sel-close-modal{cursor:pointer;}

/* iframe */
.sel-iframe{border:none; border-collapse:collapse;}

/* CONTENT CONTAINER */
#modalMasterContainer{background:#fff url('../gfx/modalGradientGreyToWhite.png') repeat-x fixed; padding:15px; min-height:250px; min-width:644px;}
* html #modalMasterContainer{height:250px; width:664px;}

#modalMasterContainer table td{padding:4px; margin:1px;}

.anim{width:692px; height:66px; position:absolute; text-align:center; top:-80px; left:0; background:#fff url('../gfx/modalGradientGreyToWhite.png') repeat-x fixed; padding-top:50px; padding-bottom:50px;}


span.need-assistance {text-transform: uppercase;font-size: 14px;color: #F00;font-style: italic;font-weight: bold;   margin-right: 10px;}

.errMsg{font-weight:bold; font-style:italic; font-size:11px; color:#ed2928; height:16px;}
