@charset "utf-8";
.newEvent{
    border-radius: 5px;
    background: #007fbf;
    display: block;
    float:left;
    position: absolute;
    top:0;
    left:0;
    background-image: linear-gradient(top, #0080C0 0%, #024378 100%);
    background-image: -o-linear-gradient(top, #0080C0 0%, #024378 100%);
    background-image: -moz-linear-gradient(top, #0080C0 0%, #024378 100%);
    background-image: -webkit-linear-gradient(top, #0080C0 0%, #024378 100%);
    background-image: -ms-linear-gradient(top, #0080C0 0%, #024378 100%);

    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #0080C0),
        color-stop(1, #024378)
    );
    -pie-background: linear-gradient(#0080C0, #024378);
    behavior:url(/css/PIE.htc);
}
.newEvent .eventType{
    width: 50%;
    float: left;
    text-align: center;
    padding: 10px 0 10px 0;
    color: white;
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    font-size: 16px;
}
.newEvent .inactiveEventType{
    background: #7b8e9c;
    background-image: linear-gradient(top, #677b84 0%, #8293a3 100%);
    background-image: -o-linear-gradient(top, #677b84 0%, #8293a3 100%);
    background-image: -moz-linear-gradient(top, #677b84 0%, #8293a3 100%);
    background-image: -webkit-linear-gradient(top, #677b84 0%, #8293a3 100%);
    background-image: -ms-linear-gradient(top, #677b84 0%, #8293a3 100%);

    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #677b84),
        color-stop(1, #8293a3)
    );
    -pie-background: linear-gradient(#0080C0, #024378);
    behavior:url(/css/PIE.htc);
}
.newEvent .leftEventType{
    border-top-left-radius: 5px;
}
.newEvent .rightEventType{
    border-top-right-radius: 5px;
}
.newEvent .inactiveEventType .undeline{
    padding: 0 0 1px 0;
    border-bottom: white 1px dotted;
    display: inline;
    cursor: pointer;
}
.newEvent .eventSub{
    padding: 40px 20px 10px 20px;
}

.newEvent .eventBottom{
    float: left;
    text-align: center;
    color: white;
}
.newEvent label{
    color:#fff777;
    display: block;
    font: 700 14px/14px Arial, sans-serif;
    text-shadow: 1px -1px 0px #02467d;
}
.newEvent input[type=email]{
    display: block;
    border-radius: 5px;
    width:95%;
    padding: 6px 5px 4px 10px;
    margin:10px 0 0 0;
    background: #ffffff;
    border: none;
    color:#808080;
    position: relative;
    font-size: 16px;
    line-height: 18px;
    -webkit-box-shadow: inset #8f8f8f 1px 1px 2px; -moz-box-shadow: inset #8f8f8f 1px 1px 2px; box-shadow: inset #8f8f8f 0px 1px 3px;
    behavior:url(/css/PIE.htc);
}
.newEvent input[type=sms]{
    display: block;
    border-radius: 5px;
    width:95%;
    padding: 6px 5px 4px 10px;
    margin:10px 0 0 0;
    background: #ffffff;
    border: none;
    color:#808080;
    position: relative;
    font-size: 16px;
    line-height: 18px;
    -webkit-box-shadow: inset #8f8f8f 1px 1px 2px; -moz-box-shadow: inset #8f8f8f 1px 1px 2px; box-shadow: inset #8f8f8f 0px 1px 3px;
    behavior:url(/css/PIE.htc);
}
.newEvent input[type=submit]{
    display: block;
    border-radius: 4px;
    padding: 0 20px;
    margin:15px 0 15px 0;
    background: #fed15c;
    border: none;
    color:#262325;
    font-size: 14px;
    height:24px;
    line-height: 20px;
    font-weight: 700;
    vertical-align: top;
    position: relative;
    background-image: linear-gradient(top, #FFD468 31%, #FAB507 100%);
    background-image: -o-linear-gradient(top, #FFD468 31%, #FAB507 100%);
    background-image: -moz-linear-gradient(top, #FFD468 31%, #FAB507 100%);
    background-image: -webkit-linear-gradient(top, #FFD468 31%, #FAB507 100%);
    background-image: -ms-linear-gradient(top, #FFD468 31%, #FAB507 100%);

    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.31, #FFD468),
        color-stop(1, #FAB507)
    );
    box-shadow: #3a3a3a 0px 2px 3px;
    cursor: pointer;
    -pie-background: linear-gradient(#FFD468, #FAB507);
    text-shadow: 0px 1px 0px #fed058;
    behavior:url(/css/PIE.htc);
}
.newEvent p {
    color: #FFEE93;
    font-size: 24px;
    text-align: center;
    text-shadow: #3a3a3a 0px 2px 3px;
}
.closeBtn {
    width: 15px!important;
}
.outer-newEvent{
    width:100%;
    position: relative;
    height:90px;
}
