﻿.dialogParent
{
    position: relative;
    width: 980px;
    margin: 0 auto;
    z-index: 3000;
}

.dialogChildSmall
{
    position: absolute;
    top: 90px;
    z-index: 2000;
    right: 350px;
}

/*dialog box popupRound*/

.dialogPopupRound
 {
 margin:0px auto;
 min-width:20em;
 width:800px; 
 color:#000; 
 position:relative;
}


.dialogPopupRound .hd .c,
.dialogPopupRound .ft .c {
/* font-size:1px;  ensure minimum height */
 height:11px;
}

.dialogPopupRound .ft .c {
 height:14px;
}

.dialogPopupRound .hd {
 background:transparent url(../Images/Common/popupround_tl.png) no-repeat  left  0px;
 margin-right:23px;
 *float:left;
 /*  space for right corner */
}

.dialogPopupRound .hd .c {
 background:transparent url(../Images/Common/popupround_tr.png) no-repeat right 0px;
 margin-right:-23px;overflow:hidden;
 height:49px;  
  *float:right;*width:23px;
 /* pull right corner back over "empty" space (from above margin) */
}

.dialogPopupRound .bd {
 background:transparent url(../Images/Common/popupround_ml.png) repeat-y 0px 0px;
 margin-right:14px;
}

.dialogPopupRound .bd .c {
 background:transparent url(../Images/Common/popupround_mr.png) repeat-y right 0px;
 margin-right:-14px;
}

.dialogPopupRound .bd .c .s {
 margin:0px 8px 0px 4px;
/* background:#000 url() repeat-x 0px 0px;*/
 padding:3px 9px 10px 12px
}

.dialogPopupRound .ft {
 background:transparent url(../Images/Common/popupround_bl.png) no-repeat 0px 0px;
 margin-right:23px;text-align:right;
}

.dialogPopupRound .ft .c {
 background:transparent url(../Images/Common/popupround_br.png) no-repeat right 0px;
 margin-right:-23px;
 height:58px;
*width:23px;
}


.dialogPopupRound .closeiconEnrollWaiver{
	position:absolute;
	right:22px;
	top: 18px;
}

.dialogpopupTitle{float:left; left:30px; top:20px ;position:absolute; font-size:15px; color:#0a598d; font-weight:bold;}

/* End dialog box popupRound*/

  .dialogPopupRound .closeiconChangeLogo{
	position:absolute;
	right:22px;
	top: 18px;
}
