.grayBox {
	font-size: 1.3em;
	line-height: 1.5em;
}

	form p {
		clear: both;
	}

	.section-box .body form label {
		display: block;
		float: left;
		width: 150px;
	}
	
	.section-box .body input {
		width: 200px;
	}
	
	.section-box .body textarea {
		width: 400px;
		height: 200px;
		font-size: 1em;
	}
	
	.section-box .body .multiple input {
		width: 60px;
		margin-right: 0px;
	}
	
	.section-box .body input.standard {
		width: auto;
	}
	
	form .error {
		display: block;
		color: #ff840d;
	}
	
	form span.error {
		display: inline;
	}
	
	form .fileSpec {
		font-weight: bold;
	}
	
	form span.m2mSplit p {
		float: left;
		width: 190px;
		height: 30px;
		clear: none;
	}
	
		.section-box .body form span.m2mSplit p input {
			float: left;
			width: auto;
		}
	
.section-box .body textarea.full, .section-box .content input.full {
	width: 439px;
	//width: 445px;
}
