.modal {
	background:url(../images/modal_bg.png) repeat;
	height: 100%; 
	width: 100%; 
	position: absolute; 
	left: 0pt; 
	top: 0pt; 
	z-index: 3000; 
	display: block;
	visibility:hidden;
}

.modalBack {
	width:640px;
	height:440px;
	margin:80px auto;
	/*background:url(../images/modal_back.png) no-repeat;*/
	border: 5px solid #FFFFFF;
}


.modalContent {	
	width: 640px;
	height: 440px;
	position:absolute;
	color: #FFFFFF;
	background:url(../images/modal_colour_back.jpg) #B91015 no-repeat;
}

.modalHeader {
	height: 60px;
	padding: 20px 40px;
}

.modalClose{

	position:absolute;
	display:block;
	width:92px;
	height:31px;
	margin:23px 0 0 495px;
	background:url(../images/modal_close.gif) no-repeat;
	z-index:2000;

}

.modalTeamName {
	font-size: 16px;
	text-transform: uppercase;
	color: #FFF;
	padding: 30px 20px 5px 30px;
	width: 590px;
	height: 20px;
}

.modalTeamImage{
	position:absolute;
	width:235px;
	margin-left:30px;
	margin-top:20px;
}

.modalTeamImage img {padding: 5px;}

.modalCopy{
	font-size: 13px;
	line-height: 18px;
	position:absolute;
	display:block;
	width:294px;
	height:294px;
	margin-left:295px;
	margin-top:20px;
	overflow:hidden;
}

.modalCopy img {padding:5px}