div.overlay {
	background:url(../images/white.png) no-repeat;
	padding:40px;	
	width:576px;  
	display:none;
}

div.close {
	background:url(../images/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}

a.player  { 		
	display:block;
	height:450px;			
}

.formLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

input {
width: 155px;
}

input.btn {
width:72px;
border:none;
background:none;
}

tbody, td, tr {
padding:6px;
vertical-align:top;
}

tbody td.clear {
background-color:#FFFFFF;
padding:0px;
}

tbody tr.odd, td.odd {
background-color:#DCDFE9; /*lighter #F7F8FA;*/
border:1px none;
padding:6px;
text-align:left;
}

tbody tr.even, td.even {
	background-color:#FFFFFF;
	border:1px none;
	padding:6px;
	text-align:left;

}

tbody tr.clear {
background-color:#FFFFFF;
border:1px none;
padding:0px;
text-align:left;

}

tbody td.faqQ, td.faqA {
color:#48688F;
vertical-align:top;
font-weight:bold;
font-size:16pt;
}

tbody td.faqQText {
font-weight:bold;
color:#48688F;
}

/* styling of the container. */ 
a.myPlayer2 { 
    display:block; 
    width: 275px; 
    height:207px;  
    text-align:center; 
    margin-bottom:10px; 
    float:left; 
    border:1px solid #999; 
} 
 
/* play button   */

a.myPlayer2 img { 
    margin-top:0px; 
    border:0px; 
} 
/* when container is hovered we alter the border color */ 
a.myPlayer2:hover { 
    border:1px solid #000; 
}


