#simplemodal-overlay {
	background-color:#000;
}
#simplemodal-container { 
	width:600px;  
	background: #BEAC71;
	border:5px solid #39280A;
}
#simplemodal-container a.modalCloseImg {
	background:url(../images/x.png) no-repeat; 
	width:25px; 
	height:29px;  
	display:inline; 
	z-index:3200; 
	position:absolute; 
	top:-15px; 
	right:-18px; 
	cursor:pointer;
}

#invite-others-to-coj .inner-top {
	padding: 10px;
	height: 300px;
	overflow-y: auto;
}
#invite-others-to-coj .inner-bottom {
	height: 22px;
	padding: 10px 10px 10px 0px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	text-align: right;	
	background-color: #7D5517;		
	border-top: 1px solid #D2C59A;	
}
#invite-others-to-coj, #invite-others-to-coj h2, #invite-others-to-coj td {
	color: #39280A;
	font-weight: bold !important;		
	vertical-align: top;
} 
#invite-others-to-coj h2 {
	text-align: center;
}
#invite-others-to-coj input, #invite-others-to-coj textarea {
	width: 300px;
}
#invite-others-to-coj-add {
	font-size: 11px; 
	font-weight: normal; 
	color: #39280A;
}
#invite-others-to-coj-addbox div{
	padding: 3px 0 3px 0;
}
#invite-others-to-coj-submit {
	cursor: pointer;
}
#errorMessage {
	font-size: 12px; 
	padding-right: 30px;
	color: #F7D61A;
}
#notification-bar {
	background: #A9A100;
	height: 20px;
	padding-top: 10px;
	text-align: center;
	color: #FFFFFF;
}