label{
	display: inline-block;
	width: 90px;
	font-size: .8em;
}
h4{
	font-family: sans-serif;
	font-size: 1em;
	margin: 5px 0;
	border-bottom: 1px solid #000;
	font-weight: bold;
}
input[type="button"]{
	margin: 0;
    padding: 0 5px;
    height: 28px;
    line-height: 10px;
    width: 170px;
    background-color: #999;
    color: #fff;
}
input[type="text"], input[type="password"]{
    margin: 0;
    padding: 0 5px;
    height: 28px;
    line-height: 10px;
    width: 170px;
    font-size: .8em;
}
input[type="submit"]{
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-bottom-right-radius: 4px;
	border-radius: 0 4px 4px 0;
	background-color: #6489c6;
	border: 1px solid #6489c6;
	color: #fff;
	font-size: 1.3em;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Georgia, Times New Roman, Courrier;
}
input[type="submit"]:hover{
	background-color: #4269a9;
	border: 1px solid #4269a9;
	color: #fff;
}

#search_form_input_homepage, #query{
	float: left;
    margin: 0;
    padding: 10px;
    height: 38px;
    width: 85%;
    font-size: 1em;
    border-radius: 4px 0 0 4px;
}
#search_button_homepage{
    margin: 0;
    padding: 10px;
    height: 38px;
    width: 41px;
    border-radius: 0 4px 4px 0;
    background: url('../img/search.png') no-repeat;
}
img.center{
	display: block;
	margin: auto;
    text-align: center;
}
p.confidential, p.confidential a{
	text-align: center;
	font-family: Georgia, Times New Roman, Courrier;
	font-size: 1.2em;
	color: #000;
	text-decoration: none;
}
span.green{
	color: #43b252;
	text-decoration: none;
}
span.green:hover{
	text-decoration: underline;
}