
.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.4;
	opacity:.50;
	filter: alpha(opacity=70);
}
.white_content {
	background-color: #FFF;
	border: 0px solid #FFA500;
	display: none;
	min-height: 31%;
	height:auto;
	padding-bottom:10px;
	left: 35%;
	position: fixed;
	top: 32%;
	z-index: 1002;
	width: 30%;
}
.heading{
	width: 100%;
	padding: 8px 20px;
	background: #38B5E1;
	color: #fff;
	}
.disputeFormRow{
	width:100%;
	height:auto;
}
.disputePopupLable{
	width:30%;
	float:left;
	min-height:5px;
	padding: 7px 20px;
}
.disputePopupElement{
	width:65%;
	float:right;
	padding:7px 0px;
	
}
.disputePopupElement textarea{
	width: 85%;
	outline: medium none;
	padding: 2px 0px 0px 2px;
	height: 90px;
	resize:none;
}
.disputePopupElement input[type="submit"]{
	text-align: center;
	font-size: 16px;
	background: none repeat scroll 0% 0% #38B5E1;
	color: #FFF;
	border-radius: 5px !important;
	padding: 10px 25px;	
	margin-right:10px;
	border: none;
	outline: none;
}
.disputePopupElement input[type="button"]{
	text-align: center;
	font-size: 16px;
	background: none repeat scroll 0% 0% #F55353;
	color: #FFF;
	border-radius: 5px !important;
	padding: 10px 25px;	
	border: none;
	outline: none;
}
.error_msg{
		color:#F55353;
}

