@CHARSET "UTF-8";

#form_container{
	background:transparent;
	width:300px;
	margin:0;
	padding:0;
}

#form_container_top, #form_container_middle, #form_container_bottom{
	width:300px;
}

#form_container_top{
	height:10px;
	background:transparent url('../images/box_ltblue_top_300x10.gif') scroll no-repeat 0 0;
}
#form_container_middle{
	background:transparent url('../images/box_ltblue_middle_300x1.gif') scroll repeat-y 0 0;
	
}
#form_container_bottom{
	height:10px;
	background:transparent url('../images/box_ltblue_bottom_300x10.gif') scroll no-repeat 0 0;
}

#name{
	width:250px;
}

#from{
	width:250px;
}
