/*
 *	@date: 12/20/2007
 *	@author: Mircea Zetea, ITEX DESK 1
 *	@description: styles the case evaluator plaintiff and case evaluator defense forms on site
 *	@location: same as the other styles on site
 */
.clear{
	clear:both;
}
#plainDeff{
	margin-top:20px;
}
#plainDeff label{
	width:140px;
	float:left;
	margin-right:10px;
}
#plainDeff input, #plainDeff select, #plainDeff textarea{
	width:200px;
	margin-bottom:3px;
	background-color:#FFF !important;
	border:#000 solid 1px;
}
#plainDeff textarea{
	width:350px;
	overflow:hidden;
}
#plainDeff span{
	width:500px;
	float:left;
	margin:5px 0 5px 15px;
	text-align:justify;
}
#plainDeff .newLabel{
	width:400px;
	font-weight:bold;
}
#plainDeff #submitForm{
	background:url(images/submit_button.jpg) no-repeat;
	width:98px !important;
	height:18px !important;
	border:none !important;
	color:#FFF;
	font-weight:bold;
	float:right;
	position:relative;
	right:220px;
}
