
/* Story panel -------------------------------------------------*/


.call_to_action_text_question2{
    
    float: right; 

    
  width :140px;
  height: 35px;
padding-left:2px;
padding-top:5px;
padding-right:20px;
padding-bottom:5px;     
    
     color:#9a5fab;
    font-family: tahoma; 
    font-size:15px;
    font-weight:500;
    letter-spacing: 0px; 
    text-decoration:none; 
     text-align: center;
   font-stretch: ultra-condensed;
}



/*  Messages   -------------------------------------------------*/   


    .story_preview_steps_text {
    float: left;    
 
    margin-left:2px;
    margin-top:5px;
   

    
     color:#9a5fab;
    font-family: tahoma; 
    font-size:13px;
    font-weight:600;
    letter-spacing: 0px; 
    text-decoration:none; 
     text-align: center;
    
    }

/*-------------   Error messages   ---------------------*/

.error_messageNEW{
 font-family: Tahoma; 
 font-size: 12px;
 color: #FF0000;
 background-color: #f6f7f9;
 padding-top:4px;
 padding-left:5px;
 padding-bottom:4px;
 margin-bottom:5px;
 font-weight: none; 
  
}
.pending_message_upperNEW{
 font-family: Tahoma; 
 font-size: 12px;
 color: #FF0000;
 padding-top:4px;
 padding-left:5px;
 padding-bottom:4px;
 margin-bottom:5px;
 font-weight: none; 
  
}

/* FOLLOW UP DROP DOWN NEW -------------------------------------------------*/
.follow_up_dropdownNEW {
    left:0px;
    width:326px;
    overflow:hidden;
    background-image:url(../assets/dropdown_followup.gif);
    background-repeat:no-repeat;
    border:none;    
    font-family: Tahoma; 
    font-size: 12px;
     color: #5e7d9c; 
    font-weight: none; 
}

.follow_up_dropdownNEW select {
    moz-width:326px;
    overflow:hidden;
    margin-top:9px;
    background-color: #ffffff;
    font-family: Tahoma; 
    font-size: 11px;
     color: #000000; 
    font-weight: none; 
    border: none;
    background-repeat:no-repeat;
    filter:alpha(opacity: 0);
    opacity: 0;
    cursor: pointer;
    z-index:2;
    position:relative;
    left: 0px;
    top: -21px;
}

.follow_up_valueNEW{
    margin-left:10px;
    margin-top:5px;
    width:300px;
    height:15px;
    overflow:hidden;
    font-family: Tahoma; 
    font-size: 12px;
     color: #5e7d9c; 
    font-weight: none;
    z-index:1;
}


/* PENDING STORY MESSAGE -------------------------------------------------*/     

.pending_messageNEW{
 width:501px ;
 height:21px;  
  
 font-family: Tahoma; 
 font-size: 14px;
 font-weight: bold;
 
 color: #FFFFFF;
 background-color: #79ae32;
 padding-top:2px;

 padding-bottom:0px;
 margin-bottom: 0px;
 line-height: 1.4em;
 text-align: center;
 
 cursor:pointer;
 
  
}
.pending_message_infoNEW{
 font-family: Tahoma; 
 font-size: 12px;
 color: #FF0000;
 padding-top:4px;
 padding-left:5px;
 padding-bottom:4px;
 margin-bottom:5px;
 font-weight: none; 
  
}
.pending_alert_messageNEW{
 width:501px ;
 height:21px;  
  
 font-family: Tahoma; 
 font-size: 14px;
 font-weight: bold;
 
 color: #FFFFFF;
 background-color: #9a5fab;
 padding-top:0px;
 margin-top:0px;
 padding-bottom:0px;
 margin-bottom: 0px;
 line-height: 1.4em;
 text-align: center;
 
 cursor:pointer;
 
  
}
.pending_thanks_messageNEW{
 width:501px ;
 height:21px;  
  
 font-family: Tahoma; 
 font-size: 14px;
 font-weight: bold;
 
 color: #FFFFFF;
 background-color: #7AC5CD;
 padding-top:0px;
 margin-top:0px;   
 padding-bottom:0px;
 margin-bottom: 0px;
 line-height: 1.4em;
 text-align: center;
 
 cursor:pointer;
 
  
}