

#basicModalContainer {
    position: absolute;
    width: 587px;
}

.basicInnerContainer {
    margin: 0 auto;
    position: relative;
    width: 587px;
}

.basicModalTop, .basicModalBottom {
    height: 9px;
    overflow: hidden;
    width: 587px;
}

.basicModalTop {
    height: 9px;
    width: 587px;
    margin:0px;
    padding:0px;
    background: url("images/modal_top.png") no-repeat scroll 0 0 transparent;
}

.msie6 .basicModalTop {
    background-image:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/modal_top.png',sizingMethod='scale');
}

.basicModalBottom {
    height: 9px;
    width: 587px;
    margin:0px;
    padding:0px;
    background: url("images/modal_bottom.png") top left no-repeat transparent;
}

.msie6 .basicModalBottom {
    background-image:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/modal_bottom.png',sizingMethod='scale');
}

.basicModalMiddle {
    background: url("images/modal_middle.png") top left repeat-y;
    border-bottom: 6px solid #CCCCCC;
    border-top: 6px solid #CCCCCC;
    padding: 15px 30px;
    /*width: 527px;*/
}

.basicModalClose {
    width:15px;
    height:15px;
    background: url('images/close_15.gif') top left no-repeat;
    position:absolute;
    top:20px;
    right:20px;
    cursor:pointer;
}

.basicModalWait {
    text-align:center;
    font-weight:bold;
    font-family: Arial,san-sarif;
    color:#999;
    font-size:20px;
}

.basicModalWait img {
    width:30px;
    height:30px;
}

a#cookieLaunch {
    cursor: pointer;
}

#basicPopup {
    width:456px;
    color:#333;
    font-size:13px;
    line-height:1.5;
    text-align:center;
    float:left;
}

#msgTxt .button {
    width:75px;
    margin-right:5px;
    margin-left:5px;
}

#msgText {
    width:200px;
    margin-right:23px;
    margin-left:23px;
    padding-top:40px;
    padding-bottom:40px;
    float:left;
}

#msgTop {
    height:15px;
    background: url('images/alertMsg_top_g.gif') top left no-repeat;
}

#msgBottom {
    height:15px;
    background: url('images/alertMsg_bottom_g.gif') top left no-repeat;
}
#msgWrap {
    border-left:15px solid #8d8d8d;
    border-right:15px solid #8d8d8d;
    padding-top:15px;
    padding-bottom:15px;
    background-color:#ffffff;
}
#msgMedia {
    width:155px;
    height:166px;
    float:left;
    border-right:1px solid #bcbcbc;
    background: url('images/alertMsg_alert.png') center center no-repeat;
}


.transfer-order {
    position : absolute;
    top:20px;
    right:30px;
}


.niceButton
{
    display:inline-block;
    height:30px;
    padding:6px;
    position:relative;
    top:1px;
    margin-left:10px;
    font-family:helvetica,arial,freesans,clean,sans-serif;
    font-weight:bold;
    font-size:13px;
    color:#333;
    /*text-shadow:1px 1px 0 #fff;*/
    white-space:nowrap;
    border:none;
    overflow:visible;
    background:white;
    background:-moz-linear-gradient(white,#e1e1e1);
    background:-webkit-linear-gradient(white,#e1e1e1);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='white',endColorstr='#e1e1e1')";
    border-bottom:1px solid #ebebeb;
    border:1px solid #9f9f9f;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    /*box-shadow:0 1px 4px rgba(0,0,0,0.3);*/
    cursor:pointer;
    margin-left:1px;
    padding:0 13px;
    -webkit-font-smoothing:subpixel-antialiased!important;
}

.niceButton:hover
{
    color:#fff;
    /*text-shadow:-1px -1px 0 rgba(0,0,0,0.3);*/
    border-bottom-color:#0770a0;
    background:#0ca6dd;
    background:-moz-linear-gradient(#0ca6dd,#0770a0);
    background:-webkit-linear-gradient(#0ca6dd,#0770a0);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#0ca6dd',endColorstr='#0770a0')";
}


