
	#modalAbusiveReport{
		display: none;
	}
	#modalAbusiveReport .flaggingFormRow
	{
		padding: 4px 0;
	}
	
	#modalAbusiveReport .flaggingFormRow .labelT{
		width:120px; 
		float: left; 
		font-weight:bold;
	}
	.hd{
		background:#42AFE5 none repeat scroll 0 0 !important;
		color:#FFFFFF;
		font-size:100%;
		font-weight:bold;
		line-height:100%;
		padding:4px;
		white-space:nowrap;
	}
	
	.bd{
        padding: 5px 5px 5px 5px; 
        font-size: 12px;
        line-height:16px; 
        font-family:Arial;
	}
	.descriptionLabel
	{
		font-weight:bold;
		width: 485px;
	}
	.descriptionText
	{
		width: 485px;
	}
	#modalAbusiveReport .flaggingFormRow input
	{
		width: 250px;
	}
	
	.flagButtonSubmit
	{
		background:#FF9C06 none repeat scroll 0 0 !important;
        border: none;
        font-family:Georgia,"Times New Roman",Times,serif;
        font-size:11px;
        font-weight:700;
        color: #FFFFFF;
        cursor:pointer;
	}
	
	.flagButtonSubmit:hover
	{
		background:#FF9B00 none repeat scroll 0 0 !important;
        border: none;
        color: #FFFFFF;
        font-size:11px;
        font-weight:700;
        cursor:pointer;
	}
	
	/********************************************************
	* File basicMO.css starts
	* Created by Chris Corcino
	**********************************************************/

	/*
	 * SimpleModal Basic Modal Dialog
	 * http://www.ericmmartin.com/projects/simplemodal/
	 * http://code.google.com/p/simplemodal/
	 *
	 * Copyright (c) 2008 Eric Martin - http://ericmmartin.com
	 *
	 * Licensed under the MIT license:
	 *   http://www.opensource.org/licenses/mit-license.php
	 *
	 * Revision: $Id: basic.css 132 2008-05-23 16:05:17Z emartin24 $
	 *
	 */


	/* Overlay */
	#modalOverlay {background-color:#000; cursor:hand;}

	/* Container */
	/*height:300px; width:400px; left:50%; top:15%; margin-left:-300px; background-color:#fff; border:3px solid #ccc;*/
	#modalContainer { height:0px; width:0px; left:50%; top:15%; margin-left:-300px; background-color:#fff; }
	#modalContainer a.modalCloseImg {cursor:pointer;}
	#modalContainer #basicModalContent {padding:0px;}

	#modalOverlayiFrame{ width:504px;height:388px;background-color:transparent; }
	#popupControls{ text-align:left;width:95%;height:60px;background-color:#ffffdd;}
	#popupInner{ background-color:#ffffdd;border:solid 4px #ffd773; width:350px; }

	.modalCloseImgDiv{ float:right;background-color:#ffffdd; }
	.modalLogo{ float:left;background-color:#ffffdd; }
	.mainContent{ background-color:#ffffdd;border:0px;}
	.basicModalContent{ display:none; }

	/********************************************************
	* File basicMO.css ends
	* Created by Chris Corcino
	**********************************************************/
        /*********************************************************
        * For Brightcove Player
        *********************************************************/
     
        .bcVideo{ height: 500px; }
        .bcVideo span{ width: 100%; height: 100%; }
