@charset "utf-8";
/* CSS Document */

@import url("style.css");

#main_middle_top
{
	margin-bottom:20px;
}

#main_middle_left
{
	width:288px;
}

.label
{
	margin-bottom:3px;
	margin-right:10px;
	text-align:right;
	width:70px;
}

.input
{
	margin-bottom:3px;
}

.input input
{
	border:1px solid #666;
	width:198px;
}

.input_small
{
	margin-bottom:3px;
	width:200px;
}

.input_small input
{
	border:1px solid #666;
	width:98px;
}

.input textarea
{
	border:1px solid #666;
	height:58px;
	width:198px;
	
	max-height:58px;
	max-width:198px;
	min-height:58px;
	min-width:198px;
}

.button
{
	text-align:right;
	width:280px;
}

.button input
{
	border:1px solid #666;
}