input, textarea {
	width:260px;
}
input.mf-submit {
	width:100px;
	margin-top:10px;
	margin-bottom:10px;
}
input.mf-file {
	width:200px;
}
select {
	width:264px;
}

#left {
	display:block;
	height:100%;
	width:274px;
	float:left;
}
#header_left {
	background-color:#5F5F5F;
	height:24px;
	padding:10px 0 0 15px;
}
#header_left_title {
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
}
#content_left {
	color:#000;
	padding:10px 15px 0 15px;
}

#center {
	display:block;
	/*height:210px;*/
	height:100%;
	width:283px;
	float:left;
}
#header_center {
	background-color:#565656;
	height:24px;
	padding:10px 0 0 10px;
}
#header_center_title {
	color:#ADADAD;
	font-size:12px;
	font-weight:normal;
}
#content_center {
	padding:10px 0 0 10px;
}

#right {
	display:block;
	/*height:210px;*/
	height:100%;
	width:274px;
	float:left;
}
#header_right  {
	display:none;
	background-color:#4C4C4C;
	height:24px;
	padding:10px 0 0 10px;
}
#content_right {
	color:#FFFFFF;
}
#header_right_title {
	color:#ADADAD;
	font-size:12px;
	font-weight:normal;
}
#content_right p {
	padding:40px;
}
 
