﻿#body .form {
	clear:both;
	border-top:1px solid #D8D8D8;
	border-bottom:1px solid #D8D8D8;
	margin:20px 0;
	padding:20px 0;
	overflow:hidden;
}
#body .form .long {
	width:350px;
}
#body .form textarea {
	height:82px;
	overflow:auto;
}
#body .form .mandatory {
	margin:15px 0;
}
#body .form .inp {
	width:354px;
}
#body .form .inp .mandatory {
	position:absolute;
	top:3px;
	margin:0;
}
