@charset "utf-8";
* {
	font-family: Verdana, Geneva, sans-serif;
		font-size:12px;
}
.agent {
	border: 1px solid black;
	padding: 4px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}
.textbox {
	width:140px;
}
hr {
	border: 0;	
	height:1px;
	background-color: black;
	color:black;
}
.realman_button {
	display:block;
	width:250px;
	text-align: center;
	font-weight:bold;
	padding:2px;
	margin:2px;
	background-color: #7db189;
	color:white;
	text-decoration: none;
	border: 1px black solid;
}
a.realman_button:hover
{
	background-color: #105e22;
}

