div.modal {
	background-color:#fff;
	display:none;
	width: auto;
	height: 542px;
	padding:5px;
	text-align:left;
	border:2px solid #333;
	overflow: hidden !important;

	opacity:0.8;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc;
}

div.modal h2 {
/*	background:url(../image/info.png) 0 50% no-repeat;*/
	margin:0px;
	padding:10px 0 10px 45px;
	border-bottom:1px solid #333;
	font-size:200%;
}

div#invite-friends-wrapper {
	display: none;
}

span#use-photo {
	position:absolute;
	bottom:0px;
	right:200px;
	border:none;
	margin-bottom:25px;
	color:black;
	text-align:center;
	font-size:250%;
}

div#choose-photo-wrapper {
	background:url(../image/headline.jpg) 87px 34px no-repeat;
	height:540px;
	width:884px;
	background-color: #000;
	border:1px solid #acaca8;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc;
}

span#choose-instructions1 {
	color: #d8d385;
	font-size:13px;
	font-weight: bold;
	text-align:center;
	margin:5px auto;
	position: absolute;
	top:50px;
}

span#choose-instructions1 {
	color: #d8d385;
	font-size:15px;
	font-weight: bold;
	text-align:left;
	margin:5px;
	position: absolute;
	left:30px;
	top:78px;
}

span#choose-instructions2 {
	color: #d8d385;
	font-size:15px;
	font-weight: bold;
	margin:5px 5px 5px 35px;
	position: absolute;
	left:370px;
	top:78px;
}

div#choose-photo-wrapper div#choose-graphic {
}

div#thumbs {
	margin-top: 100px;
	margin-left: 20px;
	background:url(../image/divider-vert.jpg) top right no-repeat;
}

div#cboxContent {
	background-color:black;
	height: 543px !important;
}

div#cboxClose {
    height: 25px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 35px;
}