#confirmBox, #SelectUser, #CreateLecture, #CopyLecture, #Upload, #confirmBox2, #AddComment , #confirmBoxCaptionDelete, #confirmBoxSlideDelete {
	    
	    width:460px;
	    position:fixed;
	    left:50%;
	    top:50%;
	    margin:-130px 0 0 -230px;
	 
	}
	 
#confirmBox a, #SelectedUser a, #CreateLecture a, #CopyLecture a, #confirmBox2 a, #AddComment a,  #confirmBoxCaptionDelete a, #confirmBoxSlideDelete a{
		color: #FFF;
		background: none;
		font: bold 12px/30px Helvetica;
		border-width: 0 5px;
		margin: 0;
		width: auto;
		height: 30px;
		text-shadow: rgb(46,55,68) 0 -1px 0;
		text-overflow: ellipsis;
		text-decoration: none;
		white-space: nowrap;
		-webkit-border-image: url(../images/toolButton.png) 0 5 0 5;
		}


#confirmBox a:hover, #SelectedUser a:hover, #CreateLecture a:hover, #CopyLecture a:hover, #confirmBox2 a:hover, #AddComment a:hover , #confirmBoxCaptionDelete a:hover, #confirmBoxSlideDelete a:hover{
		text-decoration: underline;
}

.actionIcon{
	display:inline; 
	margin:0 2px 0 2px; 
	padding-left:10px; 
	padding-right:10px;
}

#UploadResource{	
	width:530px;
	position:fixed;
	left:50%;
	top:50%;
	margin:-130px 0 0 -230px;		
}



.popup {
	background-color: #f6f6ff !important;
       background-image: none !important;
	border-radius:10px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
       box-shadow: 0 0 5px #ccc;


}
