.eventTierContainer {
	position: absolute;
	left: 30px;
	top: -47px;
	background: white;
	padding: 4px;
	border: 1px #ccc solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.tierGray {
	opacity:0.5;
	filter:alpha(opacity=50); 
}
    div.invite{                                                                                                         
margin-bottom:200px;                                                                                            
}                                                                                                                   
div.invite label{                                                                                                   
	 display:block;                                                                                                  
	 margin-top:20px;                                                                                                
}                                                                                                                   
div.invite label span{                                                                                              
	 color:red;                                                                                                      
}                                                                                                                   
div.invite input[type="text"], div.invite textarea{                                                                 
	 display:block;                                                                                                  
	 width:500px;                                                                                                    
	 padding:5px;                                                                                                    
}                                                                                                                   
div.invite input[type="submit"]{                                                                                    
	 display:block;                                                                                                  
	 margin-top:10px;                                                                                                
}                                                                                                                   
div.invite p.small{                                                                                                 
	 font-size:0.9em;                                                                                                
	 color:#666;                                                                                                     
	 margin:0;                                                                                                       
}                                                                                                                   
div.invite p.message{                                                                                               
	 color:red;                                                                                                      
}
#EventImage_select{
	max-width:400px;
}
select.calendarExport {
    height: 22px;
    width: 150px;
    position: relative;
    outline: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(235, 235, 235, 1) 51%, rgba(255, 255, 255, 1) 100%);
    border: 1px solid transparent;
    border-left: 1px;
    border-radius: 0;
    color: #333 !important;
    display: block;
    cursor:pointer;
}

span.calendarExportBtn:hover {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(235, 235, 235, 1) 51%, rgba(255, 255, 255, 1) 100%);
    box-shadow: 0px 0px 3px #999;
    cursor:pointer;
}

span.calendarExportBtn {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(235, 235, 235, 1) 51%, rgba(255, 255, 255, 1) 100%);
    border: 1px solid #bbb;
    border-radius: 5px;
    padding: 3px;
    font: bold 11px Arial, Helvetica, sans-serif;
    padding: 0px !important;
    width: 175px;
    height: 24px;
}

span.calendarExportImg {
    background: url(/icons/calendar.png) 3px 3px no-repeat;
    float: left;
    height: 24px;
    width: 23px;
    padding: 0 !important;
}
