@CHARSET "UTF-8";

div#body_container{
	position: relative;
	font-family: "arial";
	font-size: 15px;
}

div#main{
	position: relative;
	width: 100%;
	
}

div#head{
	position: relative;
	margin-bottom: 50px;
}

div#center{
	position: relative;
}

div#foot{
	position: relative;
}

#form{
	padding: 20px;
	width: 400px;
}

table.result{
	width: 90%;
	border: 1px dashed red;
	margin-bottom: 25px;
}
.column{
	width:100%; 
}

#error_msg{
	margin_left:5px;
	font-weight: bold;
	color: red;
}

ul {
	list-style-image: none;
	padding-left: 0px;
}

.link li{
	display: inline;
	border-left: 1px solid black;
	padding: 0 5px;
}

.link li a{
	text-decoration: none;
}
.link li:first-child{
	border-left: none;
}

.bold{
	font-weight: bold;
}
