#submission_form{
	text-align: center;
}

#submission_form_wrapper {
	display: inline-block;
	width: 760px;
}

	#submission_form_wrapper .legend_block {
		padding: 10px 20px;
		margin-bottom: 10px;
		text-align: left;
		border: 1px solid #e0e0e0;
		
	}

	.legend_block .label {
		width: 150px;
		display: inline-block;
		margin-left: 25px;
	}

	.legend_block textarea {
		border: none;
		padding: 5px;
		width: 490px;
		height: 100px;
		margin-bottom: 10px;
		background: url("../images/site/submit_abstract.png") no-repeat;
		resize: none
	}

	.legend_block input {
		/*padding: 5px;*/
		border: none;
		width: 500px;
		margin-bottom: 10px;
		background: url("../images/site/submit_tbox.png") no-repeat;
	}
	
	.legend_title{
		padding: 0px 5px 0px 5px;
		color: #ab0003;
		font-weight: bold;
		font-size: 16px;
	}
	
	.legend_block input[type=radio] { width: auto; }
	.legend_block input[type=checkbox] { width: auto; }
	.legend_block input[type=file] { width: auto; border:none;}
	.legend_block input[type=button] { width: auto; }

	.legend_block input[type=submit] {
		width: 83px;
		height: 33px;
		background: url("../images/site/submit_submit.png") no-repeat;
		opacity: 0.5;
		margin-top: -10px;
	}

	.legend_block input[type=reset] {
		width: 100px;
		margin-left: 150px;
	}

	.author {
		padding: 20px 0px;
		margin-bottom: 20px;
		border: 1px solid #e0e0e0;
	}

	.delete_author {
		cursor: pointer;
		padding: 5px;
		float: right;
		margin-right: 10px;
		margin-top: -36px;
		background-color: #fff;
	}

	.legend_block select {
		/*padding: 8px;*/
		border: none;
		width: 260px;
		height: 17px;
		margin-bottom: 10px;
		background: url("../images/site/submit_select.png") no-repeat;
	}

		.legend_block select option {
			padding: 5px;
			margin-bottom: 2px;
		}

		#add_author_button {
			float:right;
			width: 83px;
			height: 33px;
			background: url("../images/site/submit_add_author.png") no-repeat;
		}

		#word_counter {
			margin-left: 200px;
		}