  .smalltext{

  font-family: Times New Roman, Times, serif;

  font-size: 10px;

  }



  .style7{

  color: #333333;

  font-family: Arial, Helvetica, sans-serif;

  font-size: 12px;

  }



 .style2 {

 font-size: 16px;

 color: #333333;

 font-family: Arial, Helvetica, sans-serif;

 font-weight: bold;

}



A{

color: #000000;

font-weight: bold;

text-decoration: none;

}



.style1 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	font-weight: bold;

	color: #333333;
	width:200px;

}



.style8 {

font-family: Arial, Helvetica, sans-serif;

color: #333333;

font-weight: bold;

}



.style4 {

font-size: 14px;

color: #333333;

}



.style5 {

font-family: Arial, Helvetica, sans-serif

}



.style6 {

font-size: 14px;

color: #333333;

font-family: Arial, Helvetica, sans-serif;

}
#disputeForm {
	float:left;
	width:600px;	
}
#disputeForm td {
	padding:3px;	
}
#disputeForm input {
	width:300px;
	height:25px;
	border:1px solid #1f497d;
}
#disputeForm select {
	width:300px;
	height:25px;
	border:1px solid #1f497d;
}
#disputeForm .submitButton {
	width:100px;	
}
#disputeForm textarea {
	width:300px;
	height:100px;
	border:1px solid #1f497d;
}

#disputeBox {
	float:right;
	width:400px;
	height:400px;
	margin:40px 0 0 0;
	background-color:#FFF;
	border:2px solid #000;
	-moz-border-radius-bottomright: 50px;
	border-bottom-right-radius: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-bottom-left-radius: 50px;
	-moz-border-radius-topright: 50px;
	border-top-right-radius: 50px;
	-moz-border-radius-topleft: 50px;
	border-top-left-radius: 50px;
}
#disputeBox .text {
	padding:20px 10px 0 10px;	
}
#disputeBox h2 {
	color:#ee1e24;
	font-weight:bold;
	font-size:18px;
	text-align:center;	
}
#disputeBox li {
	list-style-type:disc;	
	color: #1f497d;
	font-weight:bold;
	line-height:26px;
	font-size:17px;
}
