@charset "utf-8";
/* CSS Document */
body
{
	background:#EEE;
	margin-top:100px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:center;
}

a
{
	color:#FF0000;
	text-decoration:none;
}

a:hover
{
	color:#000;
	text-decoration:none;
}

#fieldset
{
	width:400px;
	height:200px;
	padding:0px;
	margin:auto;
}

#left_title
{
	width:140px;
	height:30px;
	float:left;
	clear:right;
}

#left_dot
{
	width:20px;
	height:30px;
	float:left;
	clear:right;
}

#right_input
{
	width:200px;
	height:30px;
	float:left;
	clear:right;
}

#submit
{
	width:400px;
	height:30px;
	float:left;
	clear:right;
	margin-top:5px;
}


