/* FlexBox default styles */

body {
	margin: 0;
	padding: 0;
}

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: #000;	
}

#popup-frame {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 101;
	text-align: left;
	line-height: 1;
}

.default {
	display: none;
	padding: 5px 20px 20px 20px;
	background-color: #fff;
	border: 5px solid #ccc;
	background: #fff url('/images/bg/gradient.gif') bottom left repeat-x;	
	/*border: 5px solid #ccc;	
	border-top: 2px solid #ccc;	
	border-bottom: 2px solid #ccc;*/
}

.default ul li {
	background: url('/images/bullets/blue-arrow.gif') no-repeat 0 .4em;
}

.default * {
	margin: 4px 0;
}