/**************************************** FORM *****************************************/
.form {
	margin-top: 20px;
	padding: 0;
	width: 400px;
}
.form .form_item {
	float: left;
	width: 200px;
	height: 55px;
}
.form .form_item label {
	font-size: 14px;
	line-height: 25px;
	width: 200px;
}
.form .form_item .text {
	height: 24px;
	width: 200px;
	padding: 2px;
}
.form .form_item.textarea {
	height: 255px;
}
.form .form_item.textarea .input textarea {
	height: 200px;
	width: 398px;
}
.form .form_item.text.date input {
	width: 176px;
}
.form .form_item.text input {
	height: 20px;
	width: 196px;
	margin: 0;
	padding: 0;
}
.form .form_item.wide {
	width: 400px;
}
.form .form_item.wide.text input {
	width: 398px;
}
.form .form_item.wide.select select {
	width: 398px;
	margin-bottom: 4px;
}
#document_name {
	height: 80px;
}
.form .form_item.select select {
	height: 22px;
	width: 196px;
}
.form .action {
	margin: 0 auto;
	height: 50px;
	width: 400px;
	clear: both;
}
.form .action input {
	height: 27px;
	width: 64px;
	text-align: center;
	font-size: 14px;
}
.form .action .submit, form .action .reset {
	padding: 10px;
	float: left;
}
