section.popUpWidget{
	position: relative;
	/*display: table;
	float: left;*/
}
.popUpWidgetWrapper{
	min-width: 510px;
	width: 96%;
	display: none;
	position: absolute;
	background: #fff;
	border: 1px solid;
	border-color: #eee #555 #111 #666;
	-moz-box-shadow: 0 10px 10px 0 #000;
	-webkit-box-shadow: 0 10px 10px 0 #000;
	box-shadow: 0 10px 10px 0 #000;
	z-index: 650;
	font-size: 12px;
	padding:2%;
}

@media all and (max-width: 510px) {
	.popUpWidgetWrapper{
		min-width: 96%;
		max-width: 96%;
	}
}

section.popUpWidget.right .popUpWidgetWrapper{
	right:0px;
}

.popUpWidgetWrapper a {
	font-weight: bold;
	color: #0ae;
}
.popUpWidgetWrapper label {
	display: block;
	margin-bottom: 3px;
	text-shadow: 0px 0px 1px #ffffff;
}
.popUpWidgetWrapper input[type=text], .popUpWidgetWrapper textarea, .popUpWidgetWrapper input[type=password], .selectize-input {
	border: 1px solid #999;
	border-radius: 4px;
	text-indent: 5px;
}

.closePopUpWidgetButton, section.popUpWidget #closeUploadVideoInner {
	padding: 3px 5px;
	background: red;
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
	float: right;
}

.widgetWarn {
	display:none;
	background: #FF88AA;
	padding: 10px;
	font-size: 12px;
	border: 4px solid #ec008c;
}
.widgetSuccess {
	display:none;
	/*padding: 10px;*/
	font-size: 12px;
}