

		.plugin {
		background-color:#DDDDDD;
		color: #000000;
		margin-top:1px;
		margin-bottom:1px;
		width:auto;
		line-height:22px;
		border: 2px solid #CCCCCC; 			
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		}
		
		.alt {
		background-color:#BBBBBB;
		color: #000000;
		}
		
		.plugin:hover {
		background-color:#6cb46b;
		color: #FFFFFF;
		cursor: pointer;
		}
		
		.pluginFocus {
		background-color:#6cb46b;
		color: #FFFFFF;
		margin-top:1px;
		margin-bottom:1px;
		width:auto;
		line-height:22px;
		border: 2px solid #CCCCCC; 			
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		cursor: pointer;
		}
		
		.dialog-close {
		display:block;
		margin: 0 auto;
		margin-top:10px;
		cursor:pointer;
		height:44px;
		width:145px;
		background:#6cb46b url('/digitv/cds/Birmingham/Wii/static/closebutton.png');
		background-repeat: no-repeat;
		background-position: bottom center;
		}
		
		.dialog-closeFocus {
		display:block;
		margin: 0 auto;
		margin-top:10px;
		cursor:pointer;
		height:44px;
		width:145px;
		background:#6cb46b url('/digitv/cds/Birmingham/Wii/static/closebutton2.png');
		background-repeat: no-repeat;
		background-position: bottom center;
		}
		
		.dialog-close:hover {
		background: #6cb46b url('/digitv/cds/Birmingham/Wii/static/closebutton2.png');
		background-repeat: no-repeat;
		background-position: bottom center;
		}
		
		.movieButton {
    	position: absolute;
   		z-index: 102;
  		top: 61%;
  		left: 93%;
  		height: 19%;
    	width : 6%;
		cursor: pointer;
		}
		